测试集群的nfs性能。(使用iozone)

发布于 2022-06-28 07:30:14 字数 968 浏览 345 评论 3

iozone(www.iozone.org)是一个文件系统的benchmark工具,可以测试不同的操作系统中文件系统的读写性能。
可以测试Read, write, re-read, re-write, read backwards, read strided, fread, fwrite, random read, pread ,mmap, aio_read, aio_write 等等不同的模式下的硬盘的性能。
下面介绍一个测试集群nfs性能的方法:
1。在server节点上安装iozone
#rpm -ivh iozone-3-226.rpm
2。
将server节点的iozone拷贝到所有节点的/tmp下,当然包括server节点
3。
在server节点上
cp /opt/iozone  /root
4。
vi /root/nodelist
格式为
节点名或ip  iozone测试的文件系统名 iozone的工作路径
如下:
node1   /testfs  /tmp/iozone
node2   /testfs  /tmp/iozone

5.
在server节点上
#/root/iozone -i 0 -i 1 -r 4096 -s 4G -Recb log.xls -t 2 -+m nodelist -C |tee iozone.log
其中:
-i 0 是write/rewrite
-i 1 read/reread
-r block size
-s file size
-t node number
-+m config file
-C 显示每个节点的吞吐 :
欢迎大家和我交流
qq:50473696请求信息:linux

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

为人所爱 2022-07-03 22:57:35

to czcaozheng thanks!!!!!!!hahaha

书间行客 2022-07-03 20:06:12

好文,顶

江挽川 2022-06-30 20:14:17

ding

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文