📜  linux cli chart - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:49.842000             🧑  作者: Mango

代码示例1
curl -LO https://github.com/tenox7/ttyplot/releases/download/1.4/ttyplot_1.4-1.deb && sudo apt install ./ttyplot_1.4-1.deb

{ while true; do ps auxw | grep php | grep -v fpm | grep -v grep|grep -v tee | wc -l; sleep 0.5; done } | ttyplot