Products
Analytics On Premise 9.x
Analytics On Premise 8.x
Cause
Sometime Webtrends is running on a virtual machine and there is need to determine the allocation of resources for the virtual machine. This requires VMware tools to be installed.
Resolution
Open a command prompt and browse to c:\program files\vmware\vmware tools (If this folder does not exist, most likely vmware tools is not installed).
Run the following commands –
To get the memory reservation: vmwaretoolboxcmd stat memres
To get the max memory allocation: vmwaretoolboxcmd stat memlimit
To get the cpu reservation ( in mhz):vmwaretoolboxcmd stat cpures
To the get max cpu limit ( in mhz):vmwaretoolboxcmd stat cpulimit