Checking vSphere Flash Read Cache
Sometimes we need to check that everything is working fine with SSD. In order to check that, first connect to esxi via ssh ~ # esxcli storage vflash cache list vfc-1540989573-server.xxxxxxxx-000001 # esxcli storage vflash cache stats Usage: esxcli storage vflash cache stats {cmd} [cmd options] Available Commands: get Get vflash cache statistics. reset Reset vflash cache statistics. In this case vfc-1540989573-server.xxxxxxxx-000001 is the virual machine id Now we’ll use: # esxcli storage vflash cache stats # esxcli storage vflash cache stats get Error: Missing required parameter -c|–cache-name Usage: esxcli storage vflash cache stats get [cmd options] Description: get Read More