侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

分析linux下的 I/O效能

2023-12-23 星期六 / 0 评论 / 0 点赞 / 153 阅读 / 434 字

摘自 c 什麼是IOPS (They are input output (I/O) operations measured in seconds.) d = number of disks dIOP

摘自

c

什麼是IOPS (They are input output (I/O) operations measured in seconds.)

 

d = number of disks
dIOPS = IOPS per disk
%r = % of read workload
%w = % of write workload
F = raid factor (write operations column)

 

 

 

广告 广告

评论区