Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PCP netatop BPF PMDA to extract per process network statistic. #1884

Closed
wants to merge 5 commits into from

Commits on Feb 7, 2024

  1. Squashed 'vendor/github.com/htop-dev/htop/' changes from eb86bdf377..…

    …4103c23327
    
    4103c23327 strchrnul is a GNU libc extension, add a wrapper for other platforms
    2978af01a7 Merge branch 'cgzones-user_root'
    7c43ec5c57 Merge branch 'user_root' of https://github.com/cgzones/htop into cgzones-user_root
    d26eb1cb53 Merge branch 'fasterit-improve_Ctrl-L_refresh'
    3716fc7bc6 Initialize user ID
    d9fd58ab70 Add recalculate to Ctrl-L refresh
    e79788c250 Bump actions/checkout from 3 to 4
    8d290c44b2 Fix compilation issue in Action.c
    cbf075d27b Update process list on thread visibility toggling
    
    git-subtree-dir: vendor/github.com/htop-dev/htop
    git-subtree-split: 4103c23327359a0bd6385c2f891554f206fec397
    natoscott authored and stanfordcox committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    16630cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8292cd1 View commit details
    Browse the repository at this point in the history
  3. Squashed 'vendor/github.com/bytedance/netatop-bpf/' content from comm…

    …it 5467c494e
    
    git-subtree-dir: vendor/github.com/bytedance/netatop-bpf
    git-subtree-split: 5467c494ea7d4ad8ceaa9b399b88b3e0b67b7d73
    stanfordcox committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a3a0d2a View commit details
    Browse the repository at this point in the history
  4. Add PCP netatop BPF PMDA to extract per process network statistic.

    Add a per process network metric PMDA which exposes per process
    network metrics using bytedance's netatop.bpf.c. Add display of
    metrics to atop.  Add test for network metrics modelled after the
    related bcc pmda test 1286.
    stanfordcox committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    01c310e View commit details
    Browse the repository at this point in the history
  5. Redact debugging lines.

    stanfordcox committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8c26c0d View commit details
    Browse the repository at this point in the history