Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Well behaving download from the linked report: ``` ivan@vm:~$ curl -o /dev/null http://localhost:4444 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3616M 0 3616M 0 0 33.7M 0 --:--:-- 0:01:47 --:--:-- 44.7M ``` When it gets clamped: ``` ivan@vm:~$ curl -o /dev/null http://localhost:4444 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4378M 0 4378M 0 0 30.3M 0 --:--:-- 0:02:24 --:--:-- 9832k ``` The corresponding counter: ``` # HELP ebpf_exporter_tcp_window_clamps_total Number of times that TCP window was clamped to a low value # TYPE ebpf_exporter_tcp_window_clamps_total counter ebpf_exporter_tcp_window_clamps_total 19668 ```
- Loading branch information