본문 바로가기

AIX

ps명령어 (프로세스 상태를 확인)

반응형

ps [options]

    PID    TTY  TIME CMD
 323656  pts/2  0:00 -ksh
 413758  pts/2  0:00 ps

ps를 실행시킨 사용자는 korn쉘을 사용중 ps를 실행시킨 것.

 

-ef 옵션을 흔히 사용하는데

-e 옵션은 모든 프로세스를 표시해주는 옵션이고, -f 옵션은 전체경로로 프로세스를 표시해주는 옵션이다. 굉장히 복잡하게 많은 프로세스들이 나오게된다.

     UID    PID   PPID   C    STIME    TTY  TIME CMD
    root      1      0   0   Feb 17      -  0:00 /etc/init
    root  90248 204956   0   Feb 17      -  0:00 /usr/sbin/portmap
    root 102638 204956   0   Feb 17      -  0:00 /usr/sbin/snmpd
    root 110674 204956   0   Feb 17      -  0:01 /usr/sbin/xntpd
    root 114870 204956   0   Feb 17      -  0:00 /usr/sbin/hostmibd
    root 118932      1   0   Feb 17      -  0:06 /usr/sbin/syncd 60
    root 123054 204956   0   Feb 17      -  0:00 /usr/sbin/syslogd
    root 127130      1   0 16:50:17      -  0:00 /usr/bin/ksh /etc/rc.ha_star _
    root 135316      1   0   Feb 17      -  0:00 /usr/lib/errdemon
    root 147588 204956   0   Feb 17      -  0:00 sendmail: accepting connection
    root 151672 204956   0   Feb 17      -  0:00 /usr/sbin/snmpmibd
    root 159872 204956   0   Feb 17      -  0:00 /usr/sbin/inetd
    root 172142 204956   0   Feb 17      -  0:00 /usr/sbin/qdaemon
    root 176256 204956   0   Feb 17      -  0:00 /usr/sbin/writesrv
    root 188508      1   0   Feb 17      -  0:00 /usr/ccs/bin/shlap64
    root 196808 127130   0 16:50:17      -  0:00 /usr/sbin/ha_star
    root 200816 204956   0   Feb 17      -  0:00 /usr/sbin/aixmibd
    root 204956      1   0   Feb 17      -  0:00 /usr/sbin/srcmstr
  daemon 209052 204956   0   Feb 17      -  0:00 /usr/sbin/rpc.statd -d 0 -t 50
    root 213010 462956   0 17:30:38      -  0:00 putlvodm -Q y 00c79ae000004c00
    root 217268 204956   0   Feb 17      -  0:00 /usr/sbin/rpc.lockd -d 0
    root 229542      1   0   Feb 17   vty0  0:00 -ksh
    root 249998      1   0   Feb 17      -  0:00 /usr/sbin/uprintfd
    root 262300 204956   0   Feb 17      -  0:00 /usr/sbin/muxatmd
    root 266408 204956   0   Feb 17      -  0:01 /usr/sbin/rsct/bin/rmcd -a IBM
    root 270506      1   0   Feb 17      -  0:00 /usr/sbin/cron
    root 274592 204956   0   Feb 17      -  0:00 /usr/sbin/biod 6
    root 278732      1   0   Feb 17      -  0:00 /usr/lpp/diagnostics/bin/diagd
    root 282762      1   0   Feb 17      -  0:01 /usr/bin/xmwlm -L
    root 286864 204956   0   Feb 17      -  0:03 /usr/sbin/rsct/bin/vac5/IBM.CS
    root 299252 204956   0   Feb 17      -  0:00 /usr/sbin/rsct/bin/IBM.DRMd
    root 303130 331874   0 16:50:17  pts/0  0:00 cfgmgr
    root 323656 356432   0 17:36:10  pts/2  0:00 -ksh
    root 331874 381076   0 16:47:56  pts/0  0:00 -ksh
    root 336064 323656   1 17:37:07  pts/2  0:00 ps -ef
    root 356432 159872   0 17:36:04      -  0:00 telnetd -a
    root 368822 204956   0   Feb 17      -  0:00 /usr/sbin/rsct/bin/IBM.Service
    root 381076 159872   0 16:47:55      -  0:00 telnetd -a
    root 413950 331874   0 17:34:47  pts/0  0:00 vi rc rc2.d rc3.d rc4.d rc5.d
    root 450574 303130   0 16:50:18  pts/0  0:00 /usr/lib/methods/cfgefscsi -l
    root 462956      1   0 17:30:38      -  0:00 /bin/ksh /usr/sbin/chvg -ay -Q
    root 467196 204956   0   Feb 17      -  0:00 /usr/sbin/lpd

ps -ef | grep [process] 를 이용하면 좀 더 원하는 결과만을 찾아낼 수가 있다.

 

 

반응형

'AIX' 카테고리의 다른 글

Device (1)  (0) 2014.02.19
AIX Command  (0) 2014.02.18
SMIT (System Management Interface Tool)  (0) 2014.02.18
시스템 관리자는..  (0) 2014.02.18
POWER 아키텍쳐  (0) 2014.02.18