intel / intel/numatop

Sorting by process name (PROC column), or grouping by pid of parent

Open
#90 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
212
Forks
50
Avg merge
54m
Merged PRs (30d)
1

Description

Right now `numatop` shows the following propmt
```
Hotkey for sorting: 1(RMA), 2(LMA), 3(RMA/LMA), 4(CPI), 5(CPU%%)
```
However, it would be useful to have an ability to sort by PROC column as well.

Another useful feature could be grouping by process subtree starting from selected process, or limiting view to include only this subtree (e.g., it could be implemented as `-p PID` command line flag). Most multiprocess applications have a single "host" process which is direct or indirect parent of all computational processes, so it would allow to analyze behavior of all processes belonging to the certain computational job even if these processes have different process names.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.