Graph Poller Times.
Moderators: Developers, Moderators
poller time for 086f
I just upgraded to 0.8.6-f and I noticed that the poller.php has changed
its now line 182 - Here is some context to help locate it in other versions
its now line 182 - Here is some context to help locate it in other versions
Code: Select all
cacti_log(sprintf("STATS: " .
"Time: %01.4f s, " .
"Method: %s, " .
"Processes: %s, " .
"Threads: %s, " .
...
...
sizeof($polling_hosts),
$hosts_per_file,
$num_polling_items,
$rrds_processed),true,"SYSTEM");
/* Graph Polling Times */
$time = fopen('scripts/pollertime.txt', 'w');
fwrite($time, round($end-$start,4));
fclose($time);
break;
Phil
Who is online
Users browsing this forum: No registered users and 0 guests