public function OpCacheDataModel::getUsedMemory in Production check & Production monitor 6
Same name and namespace in other branches
- 7 includes/prod_check.opcache.inc \OpCacheDataModel::getUsedMemory()
1 call to OpCacheDataModel::getUsedMemory()
File
- includes/
prod_check.opcache.inc, line 211
Class
Code
public function getUsedMemory() {
return $this->_status['memory_usage']['used_memory'];
}