Is there a diagram that shows how the various performance tools such as ip
, netstat
, perf
, top
, ps
, etc. interact with the various subsystems within the Linux kernel?
Asked
Active
Viewed 7,135 times
59

slm
- 369,824
1 Answers
78
I came across this diagram which shows exactly this.
In the above you can see where tools such as strace
, netstat
, etc. interact with the Linux kernel's subsystems. I like this diagram because it succinctly shows where each tool latches on to the Linux kernel, which can be extremely helpful when you're first learning about all the tools and their applications.
Source: Linux PerfTools
References

slm
- 369,824
ltrace
, but nice diagram. – abligh Mar 02 '14 at 21:29ltrace
is there in the original png ('Source' at the bottom) – thameera Mar 03 '14 at 07:26ltrace
. – slm Mar 05 '14 at 19:57mtr
belongs next totraceroute
. – chicks Jan 16 '15 at 18:07