I'm running a node.js app within a docker container (because I can't install node on our machines). My app uses the systeminformation package to get cpu utilisation, but this is cpu utilisation of the docker container. I want the CPU utilisation of a process running on the host.
Can this be done?