ESXi command to get all running services on host

JavaYouth picture JavaYouth · Jul 24, 2019 · Viewed 8.7k times · Source

Could anyone please give me the command to get the list of all services running on an ESXi host?

Answer

Kyle Ruddy picture Kyle Ruddy · Jul 25, 2019

ESXCLI can be used for this, example:

esxcli system process list

Alternatively, there's also this: https://kb.vmware.com/s/article/1010993