Summary

Process

Commands to show running processes

  1. ps: snap short of current processes
  2. top: Display and update sorted information about Linux processes.
  3. atop: Advanced System & Process Monitor for Linux.
  4. htop: Interactive process viewer in Linux.
  5. pgrep: Look up or signal processes based on name and other
  6. pstree: Display a tree of processes.

ps

ps -aux | grep buildbot

ref