plumb:
ifoncig bge2 plumb
unplumb:
ifconfig beg2 unplumb
up:
ifconfig bge2 inet 192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255 up
down:
ifconfig bge2 down
Showing posts with label common command. Show all posts
Showing posts with label common command. Show all posts
Friday, November 24, 2006
ps 一些用法
顯示 process 占 CPU 百分比及記憶體多少
hpux :
export UNIX95=XPG4
ps -el -o uid,pid,comm,cpu,vsz
linux :
ps -e -o pid,ppid,command,rss
solaris:
ps -el -o user,pid,pcpu,vsz
tru64:
ps -el -o user,pid,pcpu,vsz
hpux :
export UNIX95=XPG4
ps -el -o uid,pid,comm,cpu,vsz
linux :
ps -e -o pid,ppid,command,rss
solaris:
ps -el -o user,pid,pcpu,vsz
tru64:
ps -el -o user,pid,pcpu,vsz
Subscribe to:
Posts (Atom)
