1

From Munin diskstats plugin Disk IOs for /dev/sda graph shows Max IO/sec -read/+write 1.75k/920.92. What does the k unit in Disk IOs graph mean?

1 Answers1

2

k == kilo == 1,000 == 10e3

That means 1,750 reads/second and 920 writes/second were your maximum values.

But that should also be clear from your graph... Looking at my graph below, you can see read maximum values of 1,753 very prominently...

enter image description here

ewwhite
  • 197,159
  • 92
  • 443
  • 809