Re: Finding thread/task idle time

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nipul Gandhi wrote:

> Hi all -
>
> When looking at a vmcore, is there anyway to
> determine how long a thread has been idle ?
>
> When debugging hangs, it would be very important to
> know this....if example, if a thread is blocked
> in biowait()/submit_bio() for more than a few milliseconds.
>
> Any insight appreciated....An example would be
> ideal.
>
> Thanks in advance,
> Nipul
>
> --
> ------------
> Nipul Gandhi
> x1306
>
> VERITAS

"ps -l" lists all tasks in the order of their task_struct->timestamp
value, which was updated when the task last passed through
schedule().

Dave


--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility

[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux