Created
June 11, 2015 06:34
-
-
Save jbergstroem/14fb77f3b0da60dca3d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@sjc1-nodesrc-64 ~/io.js]# ps aux | |
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND | |
<snip> | |
root 66434 4.8 0.1 612256 22632 0 S+J 6:33AM 0:00.17 out/Release/iojs /usr/home/jbergstroem/io.js/test/parallel/test-cluster-worker-wait-server-close.js | |
root 66432 0.5 0.0 84624 13668 0 S+J 6:33AM 0:00.08 python tools/test.py -p tap parallel/test-cluster-worker-wait-server-close (python2.7) | |
<snip> | |
[root@sjc1-nodesrc-64 ~/io.js]# procstat -k 66434 | |
PID TID COMM TDNAME KSTACK | |
66434 100256 iojs V8 WorkerThread mi_switch sleepq_catch_signals sleepq_wait_sig _sleep umtxq_sleep do_sem_wait __umtx_op_sem_wait amd64_syscall Xfast_syscall | |
66434 100757 iojs V8 WorkerThread mi_switch sleepq_catch_signals sleepq_wait_sig _sleep umtxq_sleep do_sem_wait __umtx_op_sem_wait amd64_syscall Xfast_syscall | |
66434 100831 iojs V8 WorkerThread mi_switch sleepq_catch_signals sleepq_wait_sig _sleep umtxq_sleep do_sem_wait __umtx_op_sem_wait amd64_syscall Xfast_syscall | |
66434 101016 iojs V8 WorkerThread mi_switch sleepq_catch_signals sleepq_wait_sig _sleep umtxq_sleep do_sem_wait __umtx_op_sem_wait amd64_syscall Xfast_syscall | |
66434 101026 iojs OptimizingCompi mi_switch sleepq_catch_signals sleepq_wait_sig _sleep umtxq_sleep do_sem_wait __umtx_op_sem_wait amd64_syscall Xfast_syscall | |
66434 101445 iojs - mi_switch sleepq_catch_signals sleepq_wait_sig _sleep kern_kevent sys_kevent amd64_syscall Xfast_syscall | |
[root@sjc1-nodesrc-64 ~/io.js]# procstat -f 66434 | |
PID COMM FD T V FLAGS REF OFFSET PRO NAME | |
66434 iojs text v r r------- - - - /usr/home/jbergstroem/io.js/out/Release/iojs | |
66434 iojs ctty v c rw------ - - - /dev/pts/0 | |
66434 iojs cwd v d r------- - - - /usr/home/jbergstroem/io.js | |
66434 iojs root v d r------- - - - / | |
66434 iojs jail v d r------- - - - / | |
66434 iojs 0 v c rw------ 15 120673 - /dev/pts/0 | |
66434 iojs 1 v r rw------ 2 69 - - | |
66434 iojs 2 v r rw------ 2 250 - - | |
66434 iojs 3 p - rw------ 1 0 - - | |
66434 iojs 4 p - rw------ 1 0 - - | |
66434 iojs 5 v c r------- 2 7532 - /dev/random | |
66434 iojs 6 k - rw------ 2 0 - - | |
66434 iojs 7 p - rw---n-- 2 0 - - | |
66434 iojs 8 p - rw---n-- 1 0 - - | |
66434 iojs 9 p - rw---n-- 2 0 - - | |
66434 iojs 10 p - rw---n-- 1 0 - - | |
66434 iojs 11 v c r------- 1 0 - /dev/null | |
66434 iojs 14 s - rw---n-- 2 0 TCP 172.16.31.2:63477 172.16.31.2:12346 | |
66434 iojs 15 s - rw---n-- 1 0 TCP 172.16.31.2:12346 172.16.31.2:63477 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment