We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332c3da commit ecdbafbCopy full SHA for ecdbafb
README.md
@@ -1,4 +1,4 @@
1
-# bpf_tools
+# ebpf-tools
2
eBPF Tools
3
4
- [disklatency.py](disklatency.py) - Measure Disk I/O Latency
@@ -9,3 +9,4 @@ eBPF Tools
9
- [sync_count.py](sync_count.py) - Monitor number of times `sync` has been called.
10
- [timer_interrupt_latency.py](timer_interrupt_latency.py) - Timer Interrupt Latency
11
- [user_probe.py](user_probe.py) - Example usage of User Probes (USDT)
12
+- [core_frequency.py](core_frequency.py) - Low overhead tool to monitor in realtime operating core frequencies
0 commit comments