Changeset 93
- Timestamp:
- 02/02/04 19:18:07 (8 years ago)
- Files:
-
- trunk/node/node.d.linux/iostat.in (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/node/node.d.linux/iostat.in
- Property cvs2svn:cvs-rev changed from 1.5 to 1.6
r92 r93 11 11 # 12 12 # $Log$ 13 # Revision 1.6 2004/02/02 18:18:07 jimmyo 14 # Changed to an informative vlabel, since the field.label information has been made shorter. 15 # 13 16 # Revision 1.5 2004/02/02 17:52:32 jimmyo 14 17 # Linux/iostat now shows only disks also on machines without devfs. … … 91 94 print "graph_title IOstat\n"; 92 95 print "graph_args --base 1024 -l 0\n"; 93 print "graph_vlabel (-) reads and writes(+)\n";96 print "graph_vlabel blocks per second read (-) / written (+)\n"; 94 97 print "graph_order"; 95 98 foreach my $key (sort by_dev keys %devs)
