- 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)
Vector indexes, MariaDB & pgvector, large server, large dataset: part 1
This post has results from ann-benchmarks to compare MariaDB and Postgres with a larger dataset, gist-960-euclidean. Previous posts ( here...
-
This provides additional results for Postgres versions 11 through 16 vs Sysbench on a medium server. My previous post is here . The goal is ...
-
I often use HWE kernels with Ubuntu and currently use Ubuntu 22.04. Until recently that meant I ran Linux 6.2 but after a recent update I am...
-
I am trying out a dedicated server from Hetzner for my performance work. I am trying the ax162-s that has 48 cores (96 vCPU), 128G of RAM a...
No comments:
Post a Comment