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:
parent
ce00c40198
commit
5b95369780
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
if (function_exists('opcache_get_status'))
|
if (function_exists('opcache_get_status'))
|
||||||
{
|
{
|
||||||
$data = opcache_get_status();
|
$data = opcache_get_status(false);
|
||||||
$output = array(
|
$output = array(
|
||||||
'mem_used.value' => $data['memory_usage']['used_memory'],
|
'mem_used.value' => $data['memory_usage']['used_memory'],
|
||||||
'mem_free.value' => $data['memory_usage']['free_memory'],
|
'mem_free.value' => $data['memory_usage']['free_memory'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue