I wonder if this library could provide a way to specify a custom process id when querying stats (cpu, mem) ? (I want to use it to collect stats from sub-processes executed from rust. These sub-processes potentially can be running in parallel where I would like to know the resource information per process basis individually).
I wonder if this library could provide a way to specify a custom process id when querying stats (cpu, mem) ? (I want to use it to collect stats from sub-processes executed from rust. These sub-processes potentially can be running in parallel where I would like to know the resource information per process basis individually).