home *** CD-ROM | disk | FTP | other *** search
- (df -i | /usr/ucb/tail +2 | grep -v tmp) { 'df no tmp' }
- 1-9 filesystem%k 41-42 spaceused%d 64-65 inodesused%d 1-9 device%k:
- spaceused 15%;
- spaceused 0 89;
- inodesused 15%;
- inodesused 0 49.
- (df -i | /usr/ucb/tail +2 | grep tmp) { 'df tmp only' }
- 1-9 filesystem%k 41-42 spaceused%d 64-65 inodesused%d 1-9 device%k:
- spaceused 0 89;
- inodesused 0 49.
- (/usr/ucb/ruptime | fgrep -f /usr/local/lib/watcher/UnmHosts) { ruptime }
- 2 status%s 1 machine%k 7 loadav%d:
- loadav 0 10;
- status "up".
- (ps -aux | fgrep -v -f /usr/local/lib/watcher/Daemons | /usr/ucb/tail +2)
- { 'ps with no daemons' }
- 9-14 pid%k 16-19 percentcpu%d 42-45 cputime%d:
- cputime 0 10.
- (ps -ax | fgrep -f /usr/local/lib/watcher/Daemons | uniq -c) { 'daemon count' }
- 1 daemon_count%d 6 daemon_name%k:
- daemon_count 0 1.
- (ps -aux | fgrep -f /usr/local/lib/watcher/Daemons ) { 'daemon ps' }
- 9-14 pid%k 16-19 percentcpu%d 42-45 cputime%d:
- cputime 2.
-