ps -e or ps -ef | ps -e labuser@saltsackmaster:~$ ps -e | grep salt 12798 ? 00:00:10 salt-master . . . 13301 ? 00:02:08 salt-minion 13848 ? 00:07:16 salt-proxy 14033 ? 00:07:26 salt-proxy >>> find the process: /usr/bin/python3 labuser@saltsackmaster:~$ ps -ef | grep salt root 12798 1 0 Jun20 ? 00:00:10 /usr/bin/python3 /usr/local/bin/salt-master -d . . . root 13301 1 0 Jun20 ? 00:02:08 /usr/bin/python3 /usr/local/bin/salt-minion -d root 13848 1 0 Jun20 ? 00:07:16 /usr/bin/python3 /usr/local/bin/salt-proxy --proxyid=qfx5100-1-rl102 -d root 14033 1 0 Jun20 ? 00:07:26 /usr/bin/python3 /usr/local/bin/salt-proxy --proxyid=srx300-1-rl102 -d labuser 30525 27955 0 09:07 pts/0 00:00:00 grep --color=auto salt |
pidof python3 | pidof labuser@saltsackmaster:~$ pidof python3 14033 13848 13301 12818 12817 12816 12815 12813 12812 12805 12804 12803 12800 12799 12798 1069 941 |
General
Content
Integrations