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

Merge pull request #791 from staabm/patch-1

dont waste time by retrieving per script stats
This commit is contained in:
sumpfralle 2017-01-07 00:28:15 +01:00 committed by GitHub
commit 0519268272

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'],