Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Dec 5, 2013
1 parent efede8b commit 5de1742
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion classes/ezperflogger.php
Expand Up @@ -559,7 +559,6 @@ public static function doLog( $method, array $values, &$output )
case 'logfile':
case 'syslog':
/// same format as Apache "combined" by default
/// @todo it's not always a 200 ok response...
$size = self::$outputSize;
if ( $size == 0 )
$size = '-';
Expand Down
1 change: 1 addition & 0 deletions classes/ezperfloggercsvstorage.php
Expand Up @@ -15,6 +15,7 @@ class eZPerfLoggerCSVStorage implements eZPerfLoggerStorage, eZPerfLoggerLogPars
* @see eZPerfLoggerStorage::insertStats
* @see http://tools.ietf.org/html/rfc4180
* @param array $data
* @return bool
*/
public static function insertStats( array $data )
{
Expand Down
3 changes: 2 additions & 1 deletion doc/todo.txt
Expand Up @@ -53,5 +53,6 @@ munin:
. munin multigraph to zoom in on single urls?


. support other tools: cacti, collectd (see http://collectd.org/documentation/manpages/collectd-exec.5.shtml), dim_stat, mrtg, ganglia, ...
other tools:
. support cacti, collectd (see http://collectd.org/documentation/manpages/collectd-exec.5.shtml), dim_stat, mrtg, ganglia, ...
see http://dimitrik.free.fr/blog/archives/09-01-2012_09-30-2012.html#149

0 comments on commit 5de1742

Please sign in to comment.