Files

24 lines
478 B
PHP
Raw Permalink Normal View History

<?php
require 'memcached.inc.php';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/common.inc.php';
$nototal = 1;
2020-09-21 15:40:17 +02:00
$ds_in = 'cmd_set';
$ds_out = 'cmd_get';
2020-09-21 15:40:17 +02:00
$in_text = 'Set';
$out_text = 'Get';
2020-09-21 15:40:17 +02:00
$graph_title .= ':: Commands';
$unit_text = 'Commands';
$colour_line_in = '008800FF';
$colour_line_out = '000088FF';
$colour_area_in = 'bEFFbEAA';
$colour_area_out = 'bEbEFFAA';
$colour_area_in_max = 'CC88CC';
$colour_area_out_max = 'FFEFAA';
2012-04-30 15:13:13 +00:00
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_duplex.inc.php';