文件名称:TestFilesystem:测试文件系统代码
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-26 16:25:50
C++
TestFilesystem test Filesystem code 此工具能很容易的测试文件系统的性能,以多进程并发的方式读和写文件,支持大文件和小文件读写,结果以命令行的方式输出,方便总结结果。目前版本支持linux和windows版本。 1.windows系统上: 需要安装QtCreator软件,用于编译此工具。 2.在linux系统上: 同样需要安装QtCreator软件,用于编译此工具,QT工具需要在GCC4.7版本之上运行,所以需要升级GCC(本人使用的是centos6.5、6.4版本,Gcc升级为4.8.1)。 以下是GCC升级的步骤: Installing Qt 5.1.1 on CentOS 6.4(官网安装方式)目前测试使用的GCC 4.8.1版本 1.Install Development Tools sudo yum groupinstall "Developm
【文件预览】:
TestFilesystem-master
----.gitignore(485B)
----read_write_process.pro(188B)
----Read_File()
--------Read_File.pro(548B)
--------main.cpp(1KB)
----read_write_process.pro.user(32KB)
----read_file_process()
--------main.cpp(2KB)
--------read_file_process.pro(525B)
----README.md(2KB)
----config()
--------config.cfg(190B)
----readConfig()
--------readconfig.h(212B)
--------readConfig.pro(467B)
--------main.cpp(815B)
----.gitattributes(483B)
----write_file()
--------write_file.pro(518B)
--------main.cpp(1024B)
----README(0B)
----write_file_process()
--------write_file_process.pro(527B)
--------main.cpp(3KB)
----testReadConfig()
--------testReadConfig.pro.user(17KB)
--------readconfig.h(170B)
--------testReadConfig.pro(523B)
--------main.cpp(384B)
--------readconfig.cpp(711B)