1

Is there a way to list all currently running command/processes on ESX host something like this esxcli process list I need this to see which commands still running on ESX host.

Yasin
  • 21
  • 1
  • 3

2 Answers2

2

To get a list of all the tasks running on the ESXi host, you can run the below command

vim-cmd vimsvc/task_list

Further information on how to use the command can be found at here

You may also use 'esxtop' to see more details about all processess running in an ESX box along with CPU and memory usage and lot of other performance metrics.

More information about ESXTOP and it's usage can be found at here

Vishal Bakshi
  • 101
  • 1
  • 7
0

This would fall under the esxcfg-info usage. Though it's a bit of a detailed process, so I would check out the following KB: VMware KB1010993

Kyle Ruddy
  • 1,886
  • 1
  • 7
  • 5