X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/0b20269724081a1107fbae9f979bc5db5d9403cc..HEAD:/ssh_prng_cmds.in diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in index f9364146..46eba9ed 100644 --- a/ssh_prng_cmds.in +++ b/ssh_prng_cmds.in @@ -2,15 +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 @@ -30,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 @@ -51,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