perf

 3 likes

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.

License model

  • FreeOpen Source

Platforms

  • Linux
  No rating
3likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Debugging

 Tags

perf News & Activities

Highlights All activities

Recent activities

  • K0RR added perf as alternative to lurk
    about 1 month ago
  • kaekazeh and hfsdysgtmn liked perf
    11 months ago
Show all activities

perf information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    9 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentOS & Utilities

Popular alternatives

View all

Our users have written 0 comments and reviews about perf, and it has gotten 3 likes

perf was added to AlternativeTo by AlternativeSteve on May 12, 2016 and this page was last updated Feb 13, 2019.
No comments or reviews, maybe you want to be first?
Post comment/review

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."