ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/generic/statgrab.pl
(Generate patch)

Comparing projects/cms/source/host/generic/statgrab.pl (file contents):
Revision 1.17 by tdb, Mon Jan 29 12:21:18 2001 UTC vs.
Revision 1.18 by pjm2, Mon Jan 29 17:09:04 2001 UTC

# Line 21 | Line 21 | $| = 1;
21   # You'd be silly not to use this ;)
22   use strict;
23  
24 < # Path's
24 > # Paths
25   my($topbin) = "/usr/local/sbin/top";
26   my($dfbin) = "/usr/bin/df";
27   my($usersbin) = "/usr/ucb/users";
# Line 113 | Line 113 | sub include_users() {
113      chop $users;
114      my($users_count) = 0;
115      $users_count++ while $users =~ /\w+/g;
116 <    my($users_list) = $users;
116 >    my($users_list) = $users." ";
117  
118      &print_pair(1, "packet.users.count", $users_count);
119      &print_pair(0, "packet.users.list", $users_list);
# Line 198 | Line 198 | sub include_uptime() {
198  
199      &print_pair(0, "packet.os.uptime", $uptime);
200  
201 < }
201 > }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines