perf-tools VS ltrace

Compare perf-tools vs ltrace and see what are their differences.

perf-tools

Performance analysis tools based on Linux perf_events (aka perf) and ftrace (by brendangregg)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
perf-tools ltrace
6 1
9,601 -
- -
0.0 -
5 months ago -
Shell
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

perf-tools

Posts with mentions or reviews of perf-tools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-30.
  • The Gems of Moreutils
    5 projects | news.ycombinator.com | 30 Dec 2023
    For execsnoop, people running systems with DTrace can find the same:

    * https://github.com/jorgev/dtrace-scripts/blob/master/execsno...

    On macOS Monterey+ you'll probably have to install the Kernel Debug Kit per:

    * https://developer.apple.com/forums/thread/692444

    The Linux variant was written Brendan Gregg (who previous did a lot of work on Solaris, where DTrace was created):

    * https://github.com/brendangregg/perf-tools/blob/master/execs...

  • LINUX TOOLS PERFORMANCE for us !
    1 project | /r/linux4noobs | 22 Jun 2023
    by https://github.com/brendangregg/perf-tools
  • Track what process modify file
    2 projects | /r/rust | 25 Mar 2022
    It's not a library you can use but you might be able to take inspiration from something like opensnoop.
  • Does any one know how to make perf in wsl2, show the info like Cycles, Instructionis.
    2 projects | /r/wsl2 | 25 Feb 2022
    There are several tools that might go by the name 'perf', are you talking about this one? https://github.com/brendangregg/perf-tools
  • Which kernel functions are called upon page cache accesses?
    1 project | /r/linuxquestions | 16 Nov 2021
    I have an application and I'd like to measure its page cache hit/miss numbers. I found this tool called cachestat by Brendan Gregg, which uses the ftrace tool to count the number of 4 specific functions (mark_page_accessed(), mark_buffer_dirty(), add_to_page_cache_lru(), and account_page_dirtied()) to find out the total number of page cache accesses and page cache misses. Detailed information can be found here, but basically, total number of page cache accesses and page cache misses can be calculated as below:
  • Using Distributed Tracing in Microservices Architecture
    9 projects | dev.to | 14 May 2021
    Program(Process) Tracing (ptrace) Tools: Establishes tracing operation during the execution of the application. Contains the traces of the index of instructions executed and the data referenced during execution. These are greatly used by developers for debugging purposes. Some examples of ptrace tools are, Strace, Ltrace, Opensnoop, and Valgrind Lackey.

ltrace

Posts with mentions or reviews of ltrace. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-14.
  • Using Distributed Tracing in Microservices Architecture
    9 projects | dev.to | 14 May 2021
    Program(Process) Tracing (ptrace) Tools: Establishes tracing operation during the execution of the application. Contains the traces of the index of instructions executed and the data referenced during execution. These are greatly used by developers for debugging purposes. Some examples of ptrace tools are, Strace, Ltrace, Opensnoop, and Valgrind Lackey.

What are some alternatives?

When comparing perf-tools and ltrace you can also consider the following projects:

mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

strace - strace is a diagnostic, debugging and instructional userspace utility for Linux

Sysdig - Linux system exploration and troubleshooting tool with first class support for containers

lackey - valgrind tool to trace code execution

jaeger - CNCF Jaeger, a Distributed Tracing Platform

mtr - Official repository for mtr, a network diagnostic tool

opentelemetry-specification - Specifications for OpenTelemetry

httpstat - curl statistics made simple

zipkin - Zipkin is a distributed tracing system

grml - Grmls core configuration files for zsh, vim, screen…

appdash - Application tracing system for Go, based on Google's Dapper.