Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Added UserParameter files
Browse files Browse the repository at this point in the history
  • Loading branch information
dkanbier committed Jan 31, 2014
1 parent dfa1c88 commit 59d19c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserParameters/userparameter_linux_disks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ UserParameter=custom.vfs.dev.read.ops[*],cat /proc/diskstats | egrep $1 | head -
UserParameter=custom.vfs.dev.read.sectors[*],cat /proc/diskstats | egrep $1 | head -1 | awk '{print $$6}' # sectors read
UserParameter=custom.vfs.dev.read.ms[*],cat /proc/diskstats | egrep $1 | head -1 | awk '{print $$7}' # time spent reading (ms)
UserParameter=custom.vfs.dev.write.ops[*],cat /proc/diskstats | egrep $1 | head -1 | awk '{print $$8}' # writes completed
UserParameter=custom.vfs.dev.write.ms[*],cat /proc/diskstats | egrep $1 | head -1 | awk '{print $$10}' # sectors written
UserParameter=custom.vfs.dev.write.sectors[*],cat /proc/diskstats | egrep $1 | head -1 | awk '{print $$10}' # sectors written
UserParameter=custom.vfs.dev.write.ms[*],cat /proc/diskstats | egrep $1 | head -1 | awk '{print $$11}' # time spent writing (ms)
UserParameter=custom.vfs.dev.io.active[*],cat /proc/diskstats | egrep $1 | head -1 | awk '{print $$12}' # I/Os currently in progress
UserParameter=custom.vfs.dev.io.ms[*],cat /proc/diskstats | egrep $1 | head -1 y| awk '{print $$13}' # time spent doing I/Os (ms)

0 comments on commit 59d19c3

Please sign in to comment.