vmwareesxi

ESXi command to get all running services on host


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


Solution

  • ESXCLI can be used for this, example:

    esxcli system process list
    

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