Skip to content

perf

Perf is a performance analysis tool for Linux systems. It can be used to collect and analyze performance data from various sources, including CPU, memory, and I/O.

Record and Report

  • Record performance data for a specific command:
    perf record -g <command>
    perf report