有的时候看直观的看到 cpu 、内存、磁盘使用情况等等情况,希望有一个字符界面的可视化工具,像 Cockpit 这样 web 版本的太重了一些
1
Puteulanus Jul 5, 2022 |
2
humbass OP NIUBILITY ,好像就是我要找的东西!!!
|
3
Suddoo Jul 6, 2022 via iPhone
htop ,bashtop ,各种 top
|
4
ysc3839 Jul 6, 2022 via Android
htop
s-tui https://github.com/amanusk/s-tui |
5
flynaj Jul 6, 2022 via Android
top 及系列命令 htop
|
6
flynaj Jul 6, 2022 via Android
atop ctop htop iftop
|
7
lithiumii Jul 6, 2022 via Android
btop 显然是最帅的
|
8
wtks1 Jul 6, 2022 via Android
htop 就很直观了
|
9
bs10081 Jul 6, 2022
@Puteulanus btop 作為 C 版 bashtop ,真的是太棒了。
|
10
lovestudykid Jul 6, 2022
不要各种 top ,试试 bottom
https://github.com/ClementTsang/bottom |
12
sutking Jul 6, 2022 via iPhone
所以楼主最终选择了哪个?
|
13
wonderfulcxm Jul 6, 2022
these have been around for years. All of them are terminal-based tools.
Grandpa top. Written 36 years ago, C, installed by default on almost every Unix descendant. bashtop, in pure bash! Beautiful and space efficient, and deserves special comment. bpytop, @aristocratos, the author of bashtop, rewrote it in Python in mid-2020; it's the same beautiful interface, and a very nice alternative. htop. A prettier top. Similar functionality. 16 years old! atop. Detailed process-focused inspection with a table-like view. Been around for 9 long years. iftop, a top for network connections. More than just data transfer, iftop will show what interfaces are connecting to what IP addresses. Requires root access to run. iotop, top for disk access. Tells you which processes are writing to and from disk space, and how much. Also requires root access to run. nmon a dashboard style top; widgets can be dynamically enabled and disabled, pure ASCII rendering, so it doesn't rely on fancy character sets to draw bars. ytop, a rewrite of gotop (ca. 3.0) in Rust. Same great UI, different programming language. slabtop, part of procps-ng, looks like top but provides kernel slab cache information! Requires root. systemd-cgtop, comes with systemd (odds are your system uses systemd, so this is already installed), provides a resource use view of control groups -- basically, which services are using what resources. Does not require root to run. virt-top top for virtualized containers (VMs, like QEMU). ctop top for containers (LXC, like docker) ref https://github.com/xxxserxxx/gotop |
14
qianxi0410 Jul 6, 2022
bottom
|
15
villivateur Jul 6, 2022
|
16
guanhui07 Jul 6, 2022
htop
|
17
yunyuyuan Jul 6, 2022
manjaro 任务管理器直接 ctrl + esc 就行了
|
18
FengMubai Jul 6, 2022 |
19
tomychen Jul 6, 2022
我记得好像还有一个 vtop
|
20
Hack3rHan Jul 6, 2022 via iPhone
常用的,htop ;炫酷的,带主题的,bashtop
|
21
humbass OP |
22
xiadengmaX1 Jul 6, 2022 via Android
bpytop
|
24
xxb Jul 7, 2022 via iPhone
glances
|
25
codefun666 Jul 7, 2022
glances, 最好用的的监测工具,没有之一
|
27
humbass OP @codefun666 对 Python 写的东西无感 :)
|