v.1.2.3
-
Supports arm64 and ppc64le platforms (unistd.h lookup for syscall names)
-
Added more "single file descriptor" system calls to psn (for reporting the accessed file name)
-
xcapture supports basic container namespace reporting (use -c nspid or -o output_dir as CSV output reports NSPID by default)
-
psn with python3 now prints extra newlines in output as intended
-
added a rudimentary tool
vmtop
for showing snapshots of/proc/vmstat
activity -
also added rpmbuild files, but it's not working well yet, as rpmbuild seems to want to use a hard-coded python binary name instead of /usr/bin/env python (will look into this before next release)
What's Changed
- Add unistd.h path of CentOS7 ppc64le release by @xcnix in #28
- add few syscalls to report dir as filename by @timurakhmadeev in #17
- Support systemd and rpmbuild by @hungrybirder in #29
New Contributors
- @xcnix made their first contribution in #28
- @timurakhmadeev made their first contribution in #17
- @hungrybirder made their first contribution in #29
Full Changelog: v1.1.3...v1.2.3