systrace and syscount
Open
- Dominant language
- C
- Stars
- 22.7k
- Forks
- 4.1k
- Avg merge
- 10d 4h
- Merged PRs (30d)
- 3
Description
**systrace** would be an strace-like tool (with limited parsing of arguments). It would provide a general overview of process syscall activity, which can then be examined in more detail with argdist/trace or dedicated tools.
**syscount** would provide syscall statistics on the whole system or a specific process. Should probably mimic [syscount](https://github.com/brendangregg/perf-tools/blob/master/syscount) from Brendan Gregg's perf-tools.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.