mitmproxy VS perf-tools

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

mitmproxy

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

perf-tools

Performance analysis tools based on Linux perf_events (aka perf) and ftrace (by brendangregg)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
mitmproxy perf-tools
152 6
34,347 9,594
1.7% -
9.4 0.0
about 19 hours ago 5 months ago
Python Shell
MIT License 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.

mitmproxy

Posts with mentions or reviews of mitmproxy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-09.

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.

What are some alternatives?

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

Wireshark - Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. ⚠️ GitHub won't let us disable pull requests. ⚠️ THEY WILL BE IGNORED HERE ⚠️ Upload them at GitLab instead.

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

Shadowrocket-ADBlock-Rules - 提供多款 Shadowrocket 规则,带广告过滤功能。用于 iOS 未越狱设备选择性地自动翻墙。

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

bettercap - The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.

mtr - Official repository for mtr, a network diagnostic tool

sslstrip - A tool for exploiting Moxie Marlinspike's SSL "stripping" attack.

httpstat - curl statistics made simple

IOXY - MQTT intercepting proxy

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

ZAP - The ZAP core project

ltrace