Timeline for linux: Is there a way to dump the task run queue?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:13 | history | edited | CommunityBot | replaced http://serverfault.com/ with https://serverfault.com/ | |
| Jan 11, 2017 at 19:05 | answer | added | CyrIng | timeline score: 0 | |
| Jul 30, 2016 at 12:38 | answer | added | meuh | timeline score: 1 | |
| Jul 30, 2016 at 2:10 | comment | added | phemmer | The run queue includes threads (a thread is defined as a "light weight process"). Use top -H and ps -eLf to show them. | |
| Jul 29, 2016 at 20:51 | comment | added | grochmal | I'm not sure if the scheduler performs any logging (actually, i think it may not log any kernel messages and i'm talking crap) but you can try booting with log_level=6 (or maybe even 7). Just be prepared to get a lot of messages in dmesg. | |
| Jul 29, 2016 at 18:41 | history | edited | MRalwasser | CC BY-SA 3.0 | edited tags; edited title |
| Jul 29, 2016 at 18:31 | history | asked | MRalwasser | CC BY-SA 3.0 |