You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"In the ideal world, we could check struct task_struct.last_switch_time, this is where check_hung_task() records the last time the task had a context switch, which in turn is used to trigger the hung task timeout"
We can leverage this to find the tasks which spent the most time in D state, which will be much more valuable information than "longest running, but now blocked tasks".
The text was updated successfully, but these errors were encountered:
Quoting Jay:
"In the ideal world, we could check struct task_struct.last_switch_time, this is where check_hung_task() records the last time the task had a context switch, which in turn is used to trigger the hung task timeout"
We can leverage this to find the tasks which spent the most time in D state, which will be much more valuable information than "longest running, but now blocked tasks".
The text was updated successfully, but these errors were encountered: