Skip to content

Commit

Permalink
fix: remove dupe docs paragraph about perf (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
iCarossio authored Sep 14, 2024
1 parent 1952ac2 commit f083660
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,6 @@ var WhitelistedSyscalls = []int{
...
```
## Performance
bpfsnitch is engineered to be lightweight and highly efficient, utilizing eBPF technology to minimize overhead. By monitoring syscalls and network events at the kernel level, it provides real-time insights without significantly impacting system performance.
In our extensive testing across various Linux distributions and Kubernetes clusters, bpfsnitch exhibited minimal resource consumption and negligible performance impact. The eBPF programs it employs are optimized for efficiency, ensuring that monitoring activities do not interfere with normal system operations. Even in high-traffic production environments, bpfsnitch operates smoothly without causing any noticeable degradation.
Typically, bpfsnitch consumes less than 1% of CPU resources and maintains a memory footprint ranging from 50 to 100 MB per node. These figures may vary based on system configuration, workload, and monitoring settings. We are committed to providing more detailed performance benchmarks and optimization tips in future releases to help you maximize the benefits of bpfsnitch.
## Educational Value
bpfsnitch is not only a powerful monitoring tool but also an excellent educational resource. It provides insights into:
Expand Down

0 comments on commit f083660

Please sign in to comment.