P
P

perf

perf is a performance analyzing tool in Linux, available from Linux kernel version 2.6.31 under tools/perf, and is frequently updated and enhanced. It is capable of lightweight profiling, supports hardware performance counters, tracepoints, software performance counters (e.g.

Cost / License

  • Free
  • Open Source

Platforms

  • Linux

perf News & Activities

Highlights All activities

Recent activities

No activities found.

perf information

AlternativeTo Categories

DevelopmentOS & Utilities

Popular alternatives

View all
perf was added to AlternativeTo by AlternativeSteve on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is perf?

perf is a performance analyzing tool in Linux, available from Linux kernel version 2.6.31 under tools/perf, and is frequently updated and enhanced. It is capable of lightweight profiling, supports hardware performance counters, tracepoints, software performance counters (e.g. hrtimer), and dynamic probes (for example, kprobes or uprobes).

The output from perf can be used to generate flame graphs.

perf is sometimes referred to as "Performance Counters for Linux (PCL)," "Linux perf events (LPE)," "perf_events," or "Perf Tools."