summaryrefslogtreecommitdiff
path: root/ssh_prng_cmds.in
diff options
context:
space:
mode:
authormouring <mouring>2001-07-22 19:32:00 +0000
committermouring <mouring>2001-07-22 19:32:00 +0000
commit0354e2646e59b3ec5ccce8db8d250833727fb77b (patch)
treed72a090428e22cccc5d81bcda8489ece74b205f1 /ssh_prng_cmds.in
parentf7174c75a82d4f8a52bbd81cfaabdcb2842d1ef4 (diff)
downloadopenssh-0354e2646e59b3ec5ccce8db8d250833727fb77b.tar.gz
- (bal) Starting the Unicossmk merger. File merged TODO, configure.in,
myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in. Added openbsd-compat/bsd-cray.c. Rest will be merged after approval. Selective patches from William L. Jones <jones@mail.utexas.edu>
Diffstat (limited to 'ssh_prng_cmds.in')
-rw-r--r--ssh_prng_cmds.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in
index 684a4f42..03fa5408 100644
--- a/ssh_prng_cmds.in
+++ b/ssh_prng_cmds.in
@@ -5,12 +5,15 @@
# The "rate" represents the number of bits of usuable entropy per
# byte of command output. Be conservative.
#
-# $Id: ssh_prng_cmds.in,v 1.6 2001/02/09 01:55:36 djm Exp $
+# $Id: ssh_prng_cmds.in,v 1.7 2001/07/22 19:32:01 mouring Exp $
"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,7 +33,9 @@
"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
@@ -39,6 +44,7 @@
"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