runc do not have /proc/pid #3736
-
i find runc process do not have /proc/pid file. so how should i get the address mapping of it? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
you want to get runc's /proc/pid/maps? maybe you can do this:
If you want to get this information on the host,you can find |
Beta Was this translation helpful? Give feedback.
-
when i use perf record.
but without /proc/pid: so i can not get it's address mapping file. |
Beta Was this translation helpful? Give feedback.
-
After runc launched a container, runc exited. |
Beta Was this translation helpful? Give feedback.
-
runc is to tool to launch process, not a daemon |
Beta Was this translation helpful? Give feedback.
After runc launched a container, runc exited.
from your picture,you can not see any process which pid is 153973 and you can not see any informations from /proc