ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/statgrab/statgrab.c
(Generate patch)

Comparing projects/libstatgrab/src/statgrab/statgrab.c (file contents):
Revision 1.31 by ats, Tue Aug 10 21:08:54 2004 UTC vs.
Revision 1.32 by ats, Tue Aug 10 21:10:55 2004 UTC

# Line 629 | Line 629 | void usage() {
629                 "If no STATs are given, all will be displayed. Specify 'STAT.' to display all\n"
630                 "statistics starting with that prefix.\n"
631                 "\n");
632 <        printf("  -l     Linux sysctl-style output (default)\n"
633 <               "  -b     BSD sysctl-style output\n"
634 <               "  -m     MRTG-compatible output\n"
635 <               "  -u     Plain output (only show values)\n"
636 <               "  -n     Display cumulative stats once (default)\n"
637 <               "  -s     Display stat differences repeatedly\n"
638 <               "  -o     Display stat differences once\n"
632 >        printf("  -l         Linux sysctl-style output (default)\n"
633 >               "  -b         BSD sysctl-style output\n"
634 >               "  -m         MRTG-compatible output\n"
635 >               "  -u         Plain output (only show values)\n"
636 >               "  -n         Display cumulative stats once (default)\n"
637 >               "  -s         Display stat differences repeatedly\n"
638 >               "  -o         Display stat differences once\n"
639                 "  -t DELAY   When repeating, wait DELAY seconds between updates (default 1)\n"
640 <               "  -p     Display CPU usage differences as percentages rather than\n"
641 <               "             absolute values\n"
640 >               "  -p         Display CPU usage differences as percentages rather than\n"
641 >               "             absolute values\n"
642                 "  -f SCALE   Display floating-point values as integers scaled by FACTOR\n"
643                 "  -K         Display byte counts in kibibytes\n"
644                 "  -M         Display byte counts in mebibytes\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines