I've started dabbling with the JFR + JMC combo which is frankly awesome (great work Hirt & co).
One metric that I'd like to monitor is the cpu usage per thread but I've yet to find out if it's stored anywhere. There are the usual graphs for CPU%, but I'd like to see a similar one broken up into individual threads.
If I connect to a running instance with JMX the stat is available under the threads tab, but I fail to find it for a recorded JFR run. Is that something that already exists or would be easy to implement on my own?