Skip to content

Conversation

@ShirleyFei
Copy link
Contributor

Add support for intuitively display all stats at a glance, like htop

Add support for intuitively display all statistics at a glance, so
that we can quickly determine if cpu or mem is balanced, especially in
cases when machines have more cpus than the default 'LINES'.
The following example will show intuitive indicators each two seconds:
./atop -I 2

Besides, we display in two ways for 'cpunr[sys|user|irq|iowait]':
- press 'i', show bars with different color for each cpu indicator
- press 'p', show each cpu indicators' percentage

ShirleyFei and others added 4 commits March 1, 2022 20:47
Add support for intuitively display all statistics at a glance, so
that we can quickly determine if cpu or mem is balanced, especially in
cases when machines have more cpus than the default 'LINES'.
The following example will show intuitive indicators each two seconds:
./atop -I 2

Besides, we display in two ways for 'cpunr[sys|user|irq|iowait]':
- press 'i', show bars with different color for each cpu indicator
- press 'p', show each cpu indicators' percentage

Signed-off-by: Fei Li <[email protected]>
Add time support so that users can choose the begintime and endtime.
Test scenarios:
- ./atop -a -w 1013.log 2
- Wait several minutes
- ./atop -r 1013.log -I -b 16:18:57 -e 16:19:04

Signed-off-by: Fei Li <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants