Changeset 93

Show
Ignore:
Timestamp:
02/02/04 19:18:07 (8 years ago)
Author:
jimmyo
Message:

Changed to an informative vlabel, since the field.label information has been made shorter.

Files:

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  
    1111# 
    1212# $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# 
    1316# Revision 1.5  2004/02/02 17:52:32  jimmyo 
    1417# Linux/iostat now shows only disks also on machines without devfs. 
     
    9194        print "graph_title IOstat\n"; 
    9295        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"; 
    9497        print "graph_order"; 
    9598        foreach my $key (sort by_dev keys %devs)