Skip to main content

ESXICLI command to find memmory cpu and IP details

     ESXICLI command to find memory, CPU and IP details



1)To check vmware version
   >vmware -v

2)To see Memory
 > esxcli hardware memory get

3)To see CPU details
> esxcli hardware cpu list

4)To check IP  details
> esxcfg-vmknic -l

Comments