Skip to content

Simple systemd appid lookup

Benjamin Berg requested to merge benzea/simple-systemd-appid-lookup into master

This is really dumb, but it does already help. Note Epiphany accounting for example in the screenshots below.

I would prefer reading cgroup information directly though. i.e. we should just read the resource usage of the cgroup (which is not available through GTop obviously) instead, rather than adding up the various processes we find.

Before: Screenshot_from_2020-07-22_17-02-27

After: Screenshot_from_2020-07-22_17-01-56

Merge request reports