From dd396721f8cc3931e619d28b4e069d8a31fc18cf Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Thu, 25 Jul 2024 13:45:12 +0200 Subject: [PATCH] Add start history chart --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0af90c9..8a56078 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,7 @@ With `--json` it is possible to get traffic statistics in JSON format. With `--xdp` program will switch from TC eBPF mode to XDP eBPF mode, working in even more high-performance mode however this will disable all egress statistics. On program exit it is also possible to get an interface reset, so it is best to use this program inside of [screen](https://www.gnu.org/software/screen/) or [tmux](https://github.com/tmux/tmux). Additionally it is possible to change XDP attach mode with `--xdp_mode` from `auto` (best-effort between native and generic) to `native` or `offload`, for NIC drivers that support XDP or even NICs that have hardware XDP support. + +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=dkorunic/pktstat,dkorunic/pktstat-bpf&type=Date)](https://star-history.com/#dkorunic/pktstat&dkorunic/pktstat-bpf&Date)