ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • ps
    bin/Linux 2008. 3. 6. 11:09
    http://whatilearned2day.wordpress.com/2006/11/29/wchan-in-ps-l/

    /proc/*/wchan

    ‘ps -l’ uses System.Map file for reading the symbols


    CODE       HEADER   DESCRIPTION
    nwchan     WCHAN    address of the kernel function where the process is sleeping (use wchan if you want the kernel function name). Running tasks will display a dash (’-’) in this  column. 16진수 주소 출력

    wchan      WCHAN    name of the kernel function in which the process is sleeping, a "-" if the process is running, or a "*" if the process is multi-threaded and ps is not displaying threads. 함수 이름 출력
Designed by Tistory.