1 Star 0 Fork 0

guolb/cheat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
top 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
ted 提交于 2021-01-11 09:45 . linux tools
# To update every <interval> samples:
top -i <interval>
# To set the delay between updates to <delay> seconds:
top -s <delay>
# To set event counting to accumulative mode:
top -a
# To set event counting to delta mode:
top -d
# To set event counting to absolute mode:
top -e
# To not calculate statistics on shared libraries, also known as frameworks:
top -F
# To calculate statistics on shared libraries, also known as frameworks (default):
top -f
# To print command line usage information and exit:
top -h
# To order the display by sorting on <key> in descending order:
top -o <key>
# 常用,c表示显示完整command
top -H -d 1 -c
# 高亮列及运行进程 z x y
选择 shift+L/Rarrow
# 排序
shift+m 内存排序
shift+p CPU排序
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guolb/cheat.git
git@gitee.com:guolb/cheat.git
guolb
cheat
cheat
master

搜索帮助