open-power / HTX

Apache License 2.0
14 stars 19 forks source link

Process stack dump hxestorage #141

Closed preeti-dhir closed 6 years ago

preeti-dhir commented 6 years ago

From debug ability point of view, when Hung IOs are detected by hxestorage exerciser, It is needed to see where each thread of the process is stuck. So, adding the code to dump the process stack for each thread in a file in /tmp/htx/hxestorage//procstackdump where n is count 1 to 20.

At max, only 20 dump files will be created.