View | Details | Raw Unified | Return to bug 147915
Collapse All | Expand All

(-)client/hobbitclient-freebsd.sh.orig 2006-07-05 07:52:22.000000000 +0200 (-1 / +1 lines)
Lines 41-47 Link Here
41
echo "[netstat]"
41
echo "[netstat]"
42
netstat -s
42
netstat -s
43
echo "[ports]"
43
echo "[ports]"
44
(netstat -Wna -f inet; netstat -Wna -f inet6) | grep "^tcp"
44
(netstat -na -f inet; netstat -na -f inet6) | grep "^tcp"
45
echo "[ps]"
45
echo "[ps]"
46
# Dont use "args". "command" works also in FreeBSD 4.x.
46
# Dont use "args". "command" works also in FreeBSD 4.x.
47
ps -ax -ww -o pid,ppid,user,start,state,pri,pcpu,cputime,pmem,rss,vsz,command
47
ps -ax -ww -o pid,ppid,user,start,state,pri,pcpu,cputime,pmem,rss,vsz,command

Return to bug 147915