Home nodes
Home nodes
Posted Apr 7, 2011 20:49 UTC (Thu) by cmccabe (guest, #60281)In reply to: Home nodes by andikleen2
Parent article: Linux Filesystem, Storage, and Memory Management Summit, Day 2
I know that valgrind can show you cache misses, but I'm not really aware of any tools that can display where the scehduler has put your threads over time. Maybe LTT-ng?
Posted Apr 7, 2011 23:02 UTC (Thu)
by corbet (editor, #1)
[Link] (1 responses)
Posted Apr 8, 2011 14:01 UTC (Fri)
by sbohrer (guest, #61058)
[Link]
perf timechart can generate some nice output which shows thread migration.
Tools
I personally much prefer to use kernelshark for this.
Tools