3

I'm trying to benchmark a system with a software RAID-10 volume, backed by Fusion IO cards. Is it possible to display a Linux kernel thread dependency graph?

I would like to know how all the [xfs], [md], [md0_raid10], and [fct-smp] threads communicate and if any are presenting a bottleneck.

skohrs
  • 1,520
  • 11
  • 23

1 Answers1

1

I think you may have a look on SystemTap Flamegraph

It uses systemtap to get the data, and a perl script to create the graphs and dig into the syscalls of your application.

There is many more to share, but you should narrow your needs :)

Adrien M.
  • 224
  • 2
  • 5