You are here

public function OpCacheDataModel::getWastedMemory in Production check & Production monitor 6

Same name and namespace in other branches
  1. 7 includes/prod_check.opcache.inc \OpCacheDataModel::getWastedMemory()
1 call to OpCacheDataModel::getWastedMemory()
OpCacheDataModel::getHumanWastedMemory in includes/prod_check.opcache.inc

File

includes/prod_check.opcache.inc, line 221

Class

OpCacheDataModel

Code

public function getWastedMemory() {
  return $this->_status['memory_usage']['wasted_memory'];
}