This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Next revision Both sides next revision | ||
shell_based_monitoring [2015/12/03 13:43] meesters [Listing Open Files] |
shell_based_monitoring [2016/06/06 08:47] meesters [IO Statistics] |
||
---|---|---|---|
Line 77: | Line 77: | ||
</code> | </code> | ||
for such a statistic. | for such a statistic. | ||
+ | |||
+ | ===== Perf - Linux profiling with performance counters ===== | ||
+ | |||
+ | [[https://perf.wiki.kernel.org/index.php/Main_Page|perf]] is a versatile and complex command line tool for performance profiling. A well written list of examples can be found [[http://www.brendangregg.com/perf.html|here]]. | ||
+ | |||
+ | |||
+ | |||