You are here

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

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

File

includes/prod_check.opcache.inc, line 211

Class

OpCacheDataModel

Code

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