linux cli chart code example
Example: linux cli chart
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