Currently we use the pid to differentiate between "items". This is quite nice as this is normally the *nix way of doing things but modern programs create loads of processes. Modern browsers create a new process for each tab. Which makes the list quite long. It would be nice to be able to group these processes under one "parent" when we display the stats.
Currently we use the pid to differentiate between "items". This is quite nice as this is normally the *nix way of doing things but modern programs create loads of processes. Modern browsers create a new process for each tab. Which makes the list quite long. It would be nice to be able to group these processes under one "parent" when we display the stats.