Show all processes with full details.
Syntax
ps auxExample
Enter values below to update the example in real time.
ps→aux→grep→nginx→USER→PID→CPU→MEM→VSZ→RSS→TTY→STAT→COMMAND→root→Ss→master→www→data→worker→ps aux | grep nginx
# USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
# root 123 0.0 0.1 12345 2048 ? Ss 09:00 0:00 nginx: master
# www-data 124 0.0 0.1 12345 1920 ? S 09:00 0:00 nginx: worker