Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support intuitively display #191

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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 <lifei.shirley@bytedance.com>
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 <lifei.shirley@bytedance.com>
Signed-off-by: Fei Li <lifei.shirley@bytedance.com>
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.

None yet

2 participants