9个版本
0.4.3 | 2020年11月4日 |
---|---|
0.4.2 | 2020年11月3日 |
0.4.1 | 2020年10月4日 |
0.4.0 | 2019年11月3日 |
0.0.0 | 2019年8月25日 |
在#ps中排名第9
490KB
9K SLoC
名称
bb — your system's Big Brother
摘要
bb
描述
简单过程查看器(在bb
中按
原因
这是一个为了娱乐而做的“周末”副项目,但最终变得有些有用且快速。虽然没有进行基准测试,但性能似乎与htop
相当,然而与htop
不同,bb
在重绘屏幕时不会留下痕迹。我不确定这是否是htop
的错,欢迎纠正。
安装
先决条件:cargo >= 1.36, Linux
cargo install bb
构建
Prerequisites: rustc, cargo >= 1.36, Linux
Execute `cargo build --release`, resulting binary will be in
./target/release/bb
快捷键
'h' Toggle help overlay
'F' Follow process and its children. Type the pid you want to follow
'L' Highlight process. Type the pid you want to highlight
'k' Kill process under cursor
Press Enter to confirm kill, or Esc to cancel
'f' (un)freeze process list updates
'/' Search process list
'n' Next search result
'N' Previous search result
Space Filter process list
't' toggle tree view
F1 toggles/activates username sorting
F2 toggles/activates vm_rss sorting
F3 toggles/activates cpu% sorting
F4 toggles/activates cmd_line sorting
Esc Cancel action
作者
Copyright 2019 Manos Pitsidianakis <epilys@nessuent.xyz> Released
under the GPL, version 3 or greater. This software carries no warranty of
any kind. (See COPYING for full copyright and warranty notices.)
September 04, 2019
依赖关系
~3MB
~53K SLoC