Last Updated: February 25, 2016
·
446
· kunik

Continuous monitoring the filtered list of processes

List of all nginx workers and their uptime (updated every second):

watch -n 1 'ps -eo pid,uname,cmd,etime | grep nginx | sort | grep -v grep'