- 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)
RocksDB 10.2 benchmarks: large & small servers with a cached workload
I previously shared benchmark results for RocksDB using the larger server that I have. In this post I share more results from two other lar...
-
If you use RocksDB and want to avoid OOM then use jemalloc or tcmalloc and avoid glibc malloc. That was true in 2015 and remains true in 202...
-
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 provides additional results for Postgres versions 11 through 16 vs Sysbench on a medium server. My previous post is here . The goal is ...
No comments:
Post a Comment