Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozillazg/libbpfgo-tools
libbpfgo port of bcc/libbpf-tools
https://github.com/mozillazg/libbpfgo-tools
bcc ebpf go golang libbpf libbpf-tools libbpfgo
Last synced: 24 days ago
JSON representation
libbpfgo port of bcc/libbpf-tools
- Host: GitHub
- URL: https://github.com/mozillazg/libbpfgo-tools
- Owner: mozillazg
- License: mit
- Created: 2022-10-22T02:43:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T14:23:22.000Z (7 months ago)
- Last Synced: 2024-10-03T15:39:25.566Z (about 1 month ago)
- Topics: bcc, ebpf, go, golang, libbpf, libbpf-tools, libbpfgo
- Language: Go
- Homepage:
- Size: 6.79 MB
- Stars: 45
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libbpfgo-tools
[![Build tools](https://github.com/mozillazg/libbpfgo-tools/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/mozillazg/libbpfgo-tools/actions/workflows/build.yml)
[libbpfgo](https://github.com/aquasecurity/libbpfgo) port of [bcc/libbpf-tools](https://github.com/iovisor/bcc/tree/master/libbpf-tools).
## tools (30/52)
* [x] [bashreadline](./tools/bashreadline)
* [x] [bindsnoop](./tools/bindsnoop)
* [x] [biolatency](./tools/biolatency)
* [x] [biopattern](./tools/biopattern)
* [x] [biosnoop](./tools/biosnoop), This command can not working on kernel which the version is greater than 5.17, see [iovisor/bcc#4261](https://github.com/iovisor/bcc/issues/4261) for details.
* [x] [biostacks](./tools/biostacks)
* ~~[ ] biotop~~ This command would not be implemented, see [iovisor/bcc#4261](https://github.com/iovisor/bcc/issues/4261) for details.
* [x] [bitesize](./tools/bitesize)
* [ ] cachestat
* [ ] capable
* [x] [cpudist](./tools/cpudist)
* [ ] cpufreq
* [x] [drsnoop](./tools/drsnoop)
* [x] [execsnoop](./tools/execsnoop)
* [x] [exitsnoop](./tools/exitsnoop)
* [x] [filelife](./tools/filelife)
* [x] [filetop](./tools/filetop)
* [x] [fsdist](./tools/fsdist)
* [x] [fsslower](./tools/fsslower)
* [ ] funclatency
* [ ] gethostlatency
* [ ] hardirqs
* [ ] javagc
* [ ] klockstat
* [ ] ksnoop
* [ ] llcstat
* [x] [mdflush](./tools/mdflush)
* [x] [mountsnoop](./tools/mountsnoop)
* [ ] numamove
* [ ] offcputime
* [x] [oomkill](./tools/oomkill)
* [x] [opensnoop](./tools/opensnoop)
* [x] [readahead](./tools/readahead)
* [ ] runqlat
* [ ] runqlen
* [ ] runqslower
* [x] [sigsnoop](./tools/sigsnoop)
* [ ] slabratetop
* [ ] softirqs
* [x] [solisten](./tools/solisten)
* [x] [statsnoop](./tools/statsnoop)
* [x] [syscount](./tools/syscount)
* [x] [tcpconnect](./tools/tcpconnect)
* [x] [tcpconnlat](./tools/tcpconnlat)
* [x] [tcplife](./tools/tcplife)
* [x] [tcprtt](./tools/tcprtt)
* [ ] tcpstates
* [x] [tcpsynbl](./tools/tcpsynbl)
* [ ] tcptop
* [x] [tcptracer](./tools/tcptracer)
* [ ] vfsstat
* [x] [wakeuptime](./tools/wakeuptime)