Atoptool / atop

System and process monitor for Linux
GNU General Public License v2.0
792 stars 109 forks source link

Redesign cgroups (v2) support #292

Closed Atoptool closed 5 months ago

Atoptool commented 6 months ago

With the first implementation of cgroups (v2) support, the pathname of the cgroup and some configuration values were stored and shown (option 'X') for each process. Redesign cgroups support by showing the hierarchical structure of the cgroups themselves with their metrics and (optionally) the processes that belong to each cgroup.

Atoptool commented 6 months ago

Cgroups support will be implemented in steps:

  1. Gather basic cgroups metrics and show interactively.
  2. Store cgroups metrics in the raw file.
  3. Add cgroups related information to the parsable output and json output.
  4. Update manual page.
Atoptool commented 6 months ago

Step 1:

Atoptool commented 6 months ago

Step 2:

Atoptool commented 6 months ago

Step 3: