Advertisement
Guest User

procstat -kk

a guest
Sep 4th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. [silent@beastie][/a/cores]sudo sh -c 'i=0; while [ $i -lt 5 ]; do LC_ALL=C; date; procstat -kk `pgrep Xorg`; sleep 1; i=$((i+1)); done'
  2. Sun Sep 4 20:12:42 EEST 2011
  3. PID TID COMM TDNAME KSTACK
  4. 1619 100424 Xorg - <running>
  5. Sun Sep 4 20:12:43 EEST 2011
  6. PID TID COMM TDNAME KSTACK
  7. 1619 100424 Xorg - mi_switch+0x170 sleepq_catch_signals+0x27f sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x12b seltdwait+0x56 kern_select+0x64d select+0x5d syscallenter+0x19a syscall+0x4b Xfast_syscall+0xdd
  8. Sun Sep 4 20:12:44 EEST 2011
  9. PID TID COMM TDNAME KSTACK
  10. 1619 100424 Xorg - mi_switch+0x170 sleepq_catch_signals+0x27f sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x12b seltdwait+0x56 kern_select+0x64d select+0x5d syscallenter+0x19a syscall+0x4b Xfast_syscall+0xdd
  11. Sun Sep 4 20:12:45 EEST 2011
  12. PID TID COMM TDNAME KSTACK
  13. 1619 100424 Xorg - mi_switch+0x170 sleepq_catch_signals+0x27f sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x12b seltdwait+0x56 kern_select+0x64d select+0x5d syscallenter+0x19a syscall+0x4b Xfast_syscall+0xdd
  14. Sun Sep 4 20:12:46 EEST 2011
  15. PID TID COMM TDNAME KSTACK
  16. 1619 100424 Xorg - mi_switch+0x170 sleepq_catch_signals+0x27f sleepq_timedwait_sig+0x19 _cv_timedwait_sig+0x12b seltdwait+0x56 kern_select+0x64d select+0x5d syscallenter+0x19a syscall+0x4b Xfast_syscall+0xdd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement