Analyzing thread CPU usage on Linux
Use top to analyze the CPU usage of each application thread.
Introduction
To investigate the per-thread CPU usage on Linux, the recommended tool is top with the -H option, which provides an additional thread for information not provided by top in the default...