Emilien Gobillot
Emilien Gobillot
update swapin.py - measure time spent during the interval - add the swapout metrics
Hello, I was working on the swapin.py to add the the time option (see TODO in swapin.py made by Brendan). What do you think about extending the tool by counting...
Display the minimum / maximum latency for every stats collected during the interval. Computing the percentile 95 or percentile 5 is a bit more tricky since it has to be...
**Describe the bug** When we do not want to collect latency, the latency should not be displayed. **To Reproduce** python3 ./calltop.py --no-latency **Expected behavior** 2 solutions: - instead of 0.00,...
**Is your feature request related to a problem? Please describe.** We have the cumulated number of call, but not the cumulated time. **Describe the solution you'd like** One more column
**Describe the bug** when we use these options ` -e read,write`, this is useless and resource consuming to attach a kretprobe to the exit of syscall.
Some key like [s] or [e] are not documented, and help menu would solve this. Bottom line is not adapted.
**Is your feature request related to a problem? Please describe.** Sometimes you want to read an information but it is refresh to quickly. Pressing the space key stops screen refresh....
**pid filtering have to done in eBPF** The PID filtering at the command line is done in user space. In order to reduce the impact, filtering in eBPF is a...