Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majeinfo/ebpf_tools
Python scripts that use eBPF to diagnose problems
https://github.com/majeinfo/ebpf_tools
ebpf python
Last synced: about 12 hours ago
JSON representation
Python scripts that use eBPF to diagnose problems
- Host: GitHub
- URL: https://github.com/majeinfo/ebpf_tools
- Owner: majeinfo
- Created: 2022-12-22T15:45:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T15:51:43.000Z (about 2 years ago)
- Last Synced: 2024-11-05T16:05:13.403Z (about 2 months ago)
- Topics: ebpf, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The `orphan_syn` script is a Python script that listens to retransmission of `SYN_SENT` TCP packets.
When no answer is received, it displays the IP address and the Port of the server the host is trying to reach.
This script has proven its usefulness when my own Web servers started to hang for 30s because they could not reach remote API servers.