Projet

Général

Profil

Révision 5b953697

ID5b9536978083f77157a1fb9b874a9aefb8f7c8f7
Parent ce00c401
Enfant 05192682

Ajouté par Markus Staab il y a presque 9 ans

dont waste time by retrieving per script stats

Voir les différences:

plugins/php/php_opcache.php
5 5

  
6 6
if (function_exists('opcache_get_status')) 
7 7
{
8
	$data = opcache_get_status();
8
	$data = opcache_get_status(false);
9 9
	$output = array(
10 10
		'mem_used.value' => $data['memory_usage']['used_memory'],
11 11
		'mem_free.value' => $data['memory_usage']['free_memory'],

Formats disponibles : Unified diff