I found this little gem because I wanted to see how my raspberry pi was handling one running process. You can use the top command to see the running processes:

1
top

You will probably have a bunch of zombie processes you don’t care about. To omit those use:

1
top -i
[ linux  productivity  ]
Command Line Efficiency With Tmux
Managing Kubernetes Objects With Yaml Configurations
Load bash preferences when SSH to a host
Getting familiar with Terraform
Taking over existing instances with Terraform