I would like to have a way with cgroups to see which threads in a cgroup are in WAIT state and which are not (basically keeps the tasks file, just "adding" another two files "tasks_wait" and "tasks_nowait")
I know this data is exposed from /proc and available in the keel, I was wondering weather I can write some c code and load it into the keel to make this data available for me.
Thanks
