What is hung task and how to panic our RHEL/centos system when a task remains hanged for specific period of time ?
The hung task is detected by linux kernel by parsing processes with uninterruptible sleep state(which are waiting for some event or resource and is usually not going to move forward)...
