1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

dont waste time by retrieving per script stats

This commit is contained in:
Markus Staab 2017-01-05 14:49:37 +01:00 committed by GitHub
parent ce00c40198
commit 5b95369780

View file

@ -5,7 +5,7 @@
if (function_exists('opcache_get_status'))
{
$data = opcache_get_status();
$data = opcache_get_status(false);
$output = array(
'mem_used.value' => $data['memory_usage']['used_memory'],
'mem_free.value' => $data['memory_usage']['free_memory'],