X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/7f8f5e0088488617fb831354fc78bcf29af297a8..4145cbfa4fe8d607918a66c8def052876cda5f50:/ssh_prng_cmds.in diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in index 0f86c762..46eba9ed 100644 --- a/ssh_prng_cmds.in +++ b/ssh_prng_cmds.in @@ -2,13 +2,18 @@ # Format is: "program-name args" path rate -# The "rate" represents the number of bits of usuable entropy per +# The "rate" represents the number of bits of usuable entropy per # byte of command output. Be conservative. +# +# $Id$ "ls -alni /var/log" @PROG_LS@ 0.02 "ls -alni /var/adm" @PROG_LS@ 0.02 +"ls -alni /usr/adm" @PROG_LS@ 0.02 "ls -alni /var/mail" @PROG_LS@ 0.02 +"ls -alni /usr/mail" @PROG_LS@ 0.02 "ls -alni /var/adm/syslog" @PROG_LS@ 0.02 +"ls -alni /usr/adm/syslog" @PROG_LS@ 0.02 "ls -alni /var/spool/mail" @PROG_LS@ 0.02 "ls -alni /proc" @PROG_LS@ 0.02 "ls -alni /tmp" @PROG_LS@ 0.02 @@ -28,15 +33,18 @@ "netstat -in" @PROG_NETSTAT@ 0.05 "netstat -rn" @PROG_NETSTAT@ 0.02 "netstat -pn" @PROG_NETSTAT@ 0.02 +"netstat -ia" @PROG_NETSTAT@ 0.05 "netstat -s" @PROG_NETSTAT@ 0.02 +"netstat -is" @PROG_NETSTAT@ 0.07 -"arp -a -n" @PROG_ARP@ 0.02 +"arp -n -a" @PROG_ARP@ 0.02 "ifconfig -a" @PROG_IFCONFIG@ 0.02 "ps laxww" @PROG_PS@ 0.03 "ps -al" @PROG_PS@ 0.03 "ps -efl" @PROG_PS@ 0.03 +"jstat" @PROG_JSTAT@ 0.07 "w" @PROG_W@ 0.05 @@ -49,6 +57,8 @@ "df" @PROG_DF@ 0.01 "df -i" @PROG_DF@ 0.01 +"sar -d" @PROG_SAR@ 0.04 + "vmstat" @PROG_VMSTAT@ 0.01 "uptime" @PROG_UPTIME@ 0.01