Relative Content

Tag Archive for linuxperformancelinux-kernel

Find out which thread/process is consuming CPU

While examining a software performance issue in embedded linux system, I need to check which thread blocks the CPU for example for 100ms straight.
Since the requirement to figure out is at ms level, normal commands that sample at a given interval wont work and being an embedded system those commands come with very limited options.