- trim trailing spaces -> perf report --stdio | awk 'sub(/ *$/, "")'
- don't forget the children when using perf record -g -> perf report --no-children
Wednesday, September 13, 2017
Making it easier to read Linux perf output
This is a short note to myself the next time I need to remember things I had to do to enhance the readability of Linux perf output.
Subscribe to:
Post Comments (Atom)
Postgres vs tproc-c on a small server
This is my first post with results from tproc-c using HammerDB . This post has results for Postgres. tl;dr - across 8 workloads (low and me...
-
I need stable performance from the servers I use for benchmarks. I also need servers that don't run too hot because too-hot servers caus...
-
This has results to measure the impact of calling fsync (or fdatasync) per-write for files opened with O_DIRECT. My goal is to document the ...
-
I previously used math to explain the number of levels that minimizes write amplification for an LSM tree with leveled compaction. My answe...
No comments:
Post a Comment