Track system call duration #3296
Unanswered
skandbug
asked this question in
Questions and Help
Replies: 1 comment
-
Tracee is a security focused tool and is not intended to be used as a performance tool, thus information such as system call duration is not provided by Tracee |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tracee is a great tool.
But what method (command) do I use to track the working time of a certain system call and the length of memory read in a single process?
Environment:
Use Tracee to track a certain PID and get a series of sequential systems. At present, you can see timestamp (nanoseconds), system call parameters, etc.
~/tracee -f pid=9515 -f set=syscalls -f follow --output option:parse-arguments --output json:/tmp/tracee/tracee_test.json
Questions are as follows:
Thanks in advance for your answer.
Beta Was this translation helpful? Give feedback.
All reactions