VMware – vscsiStats

vscsiStats can be used to perform storage performance analyses. vscsiStats collects and reports counters on storage activity. Its data is collected at the virtual SCSI device level in the kernel. This means that results are reported per VMDK (or RDM) irrespective of the underlying storage protocol. How to start it …

VMware – Powershell

How te get started with Powershell. Download and install Powershell from https://docs.microsoft.com/en-us/powershell/  Powershell 1.0: http://support.microsoft.com/kb/926139 Powershell 2.0: http://support.microsoft.com/kb/968930 Add Registry key HKLM\Software\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell\ExecutionPolicy and set to “RemoteSigned” (REG_SZ) Download and install VMware PowerCLI from http://www.vmware.com/go/powershell Download and install vEcoshell from http://thevesi.org/ Download and install VMWare community Powerpack from http://powergui.org/entry.jspa?externalID=2551&categoryID=290 References: Powershell …