Hacker News new | ask | show | jobs
by rwmj 1286 days ago
If /proc is mounted in the container you can grab the same information (more tediously) by looking at /proc/<pid>
1 comments

Some things are there, but real tedious, yes. I haven’t found something convenient and if you’re not root, some of the useful things are inaccessible.
Could you copy in (or sideload) a statically linked "top" binary?