syscount: can it show the name of the docker process running #4698
Replies: 1 comment
-
Oh, I am just see what I overlooked. The hint was in |
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
-
Hi,
Thanks for the awesome project.
I am using the tool syscount to get an idea of the process that are running on the system. However, the tool doesn't print the name of the docker process running, it just put's docker. I ran the command
python3 syscount.py -d 20 -L -P -m
and I get the results belowI would like the tool to show the name of the container or process running instead of just dockerd. If it helps, I noticed that when I print the processes calling a particular syscall, it prints the name of the docker container. I ran the command
python3 syscount.py --syscall epoll_wait -d 20 -L -P -m
and got the results below. Notice that this time it showsoai_nrf
a docker container on the system.Beta Was this translation helpful? Give feedback.
All reactions