Changeset 685
- Timestamp:
- 01/28/05 17:19:17 (7 years ago)
- Files:
-
- trunk/node/node.d.freebsd/df.in (modified) (3 diffs, 1 prop)
- trunk/node/node.d.freebsd/df_inode.in (modified) (2 diffs, 1 prop)
- trunk/node/node.d.freebsd/if_.in (modified) (3 diffs, 1 prop)
- trunk/node/node.d.freebsd/swap.in (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/node/node.d.freebsd/df.in
- Property cvs2svn:cvs-rev changed from 1.6 to 1.7
r682 r685 9 9 # 10 10 # $Log$ 11 # Revision 1.7 2005/01/28 16:19:17 lupe 12 # Minor corrections 13 # 11 14 # Revision 1.6 2005/01/28 14:47:31 lupe 12 15 # Add graph_info and some filed.info … … 44 47 #%# capabilities=autoconf 45 48 46 47 49 MAXLABEL=20 48 50 49 51 if [ "$1" = "autoconf" ]; then … … 67 69 echo -n "$name.label " 68 70 echo $i | awk "{ 69 dir=\$6 71 dir=\$6; 70 72 if (length(dir) <= $MAXLABEL) 71 73 print dir trunk/node/node.d.freebsd/df_inode.in
- Property cvs2svn:cvs-rev changed from 1.6 to 1.7
r682 r685 9 9 # 10 10 # $Log$ 11 # Revision 1.7 2005/01/28 16:19:17 lupe 12 # Minor corrections 13 # 11 14 # Revision 1.6 2005/01/28 14:47:31 lupe 12 15 # Add graph_info and some filed.info … … 44 47 #%# capabilities=autoconf 45 48 49 MAXLABEL=20 46 50 47 51 print_values() { trunk/node/node.d.freebsd/if_.in
- Property cvs2svn:cvs-rev changed from 1.5 to 1.6
r682 r685 11 11 # 12 12 # $Log$ 13 # Revision 1.6 2005/01/28 16:19:16 lupe 14 # Minor corrections 15 # 13 16 # Revision 1.5 2005/01/28 14:47:31 lupe 14 17 # Add graph_info and some filed.info … … 72 75 echo 'graph_vlabel bits per ${graph_period} in (-) / out (+)' 73 76 echo 'graph_category network' 74 echo "graph_info This graph shows the traffic of the $INTERFACE network interface. Please note that the traffic is show edin bits per second, not bytes."77 echo "graph_info This graph shows the traffic of the $INTERFACE network interface. Please note that the traffic is shown in bits per second, not bytes." 75 78 echo 'rbytes.label received' 76 79 echo 'rbytes.type COUNTER' … … 81 84 echo 'obytes.negative rbytes' 82 85 echo 'obytes.cdef obytes,8,*' 83 echo 'obytes.info Traffic sent (+) and received (-) on the $INTERFACE network interface."86 echo "obytes.info Traffic sent (+) and received (-) on the $INTERFACE network interface." 84 87 exit 0 85 88 fi; trunk/node/node.d.freebsd/swap.in
- Property cvs2svn:cvs-rev changed from 1.6 to 1.7
r682 r685 9 9 # 10 10 # $Log$ 11 # Revision 1.7 2005/01/28 16:19:16 lupe 12 # Minor corrections 13 # 11 14 # Revision 1.6 2005/01/28 14:47:31 lupe 12 15 # Add graph_info and some filed.info … … 67 70 echo 'graph_vlabel pages per ${graph_period} in (-) / out (+)' 68 71 echo 'graph_category system' 69 echo 'graph_info This graph shows the swap activity of the system. "72 echo 'graph_info This graph shows the swap activity of the system.' 70 73 echo 'swap_in.label swap' 71 74 echo 'swap_in.type DERIVE'
