博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
pjd-fstest The test suite checks POSIX compliance - 测试文件系统posix 接口兼容性
阅读量:5303 次
发布时间:2019-06-14

本文共 877 字,大约阅读时间需要 2 分钟。

pjd-fstest:

参考网址:

fstest是一套简化版的文件系统POSIX兼容性测试套件,它可以工作在FreeBSD, Solaris, Linux上用于测试UFS, ZFS, ext3, XFS and the NTFS-3G等文件系统。fstest目前有3601个回归测试用例,测试的系统调用覆盖chmod, chown, link, mkdir, mkfifo, open, rename, rmdir, symlink, truncate, unlink。

使用方法:

  • 解压压缩包 有两个版本 建议使用 08 稳定版;
  • 参照软件说明文档;
  • 具体步骤如下:
# cd fstest    # vi tests/conf    Change 'fs' to file system type you want to test. These can be:    UFS, ZFS, ext3, ntfs-3g and xfs.    # vi Makefile    You may need to manually tweak few things by editing CFLAGS lines    at the top of the file.    # make    It will compile fstest utility which is used by regression tests.    # cd /path/to/file/system/you/want/to/test/    The test must be run as root user.    # prove -r /path/to/fstest/

测试结果:

注:

prove 为测试命令; 位于 perl-Test-Harness 工具包中; fedora/centos 用户可以使用 yum/dnf 安装;

保持更新,转载请注明出处;

转载于:https://www.cnblogs.com/xuyaowen/p/pjd-fstest.html

你可能感兴趣的文章
ajax连接服务器框架
查看>>
wpf样式绑定 行为绑定 事件关联 路由事件实例
查看>>
利用maven管理项目之POM文件配置
查看>>
TCL:表格(xls)中写入数据
查看>>
Oracle事务
查看>>
String类中的equals方法总结(转载)
查看>>
属性动画
查看>>
标识符
查看>>
给大家分享一张CSS选择器优选级图谱 !
查看>>
Win7中不能调试windows service
查看>>
通过httplib2 探索的学习的最佳方式
查看>>
快来熟练使用 Mac 编程
查看>>
Node.js 入门:Express + Mongoose 基础使用
查看>>
一步步教你轻松学奇异值分解SVD降维算法
查看>>
使用pager进行分页
查看>>
UVA - 1592 Database
查看>>
Fine Uploader文件上传组件
查看>>
javascript中的传递参数
查看>>
objective-c overview(二)
查看>>
python查询mangodb
查看>>