2012-04-27 17:18:26 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
include("memcached.inc.php");
|
|
|
|
include("includes/graphs/common.inc.php");
|
|
|
|
|
2012-04-30 15:13:13 +00:00
|
|
|
$nototal = 1;
|
2012-04-27 17:18:26 +00:00
|
|
|
|
2012-04-30 15:13:13 +00:00
|
|
|
$ds_in = "cmd_set";
|
|
|
|
$ds_out = "cmd_get";
|
2012-04-27 17:18:26 +00:00
|
|
|
|
2012-04-30 15:13:13 +00:00
|
|
|
$in_text = "Set";
|
|
|
|
$out_text = "Get";
|
2012-04-27 17:18:26 +00:00
|
|
|
|
2012-04-30 15:13:13 +00: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";
|
|
|
|
|
|
|
|
include("includes/graphs/generic_duplex.inc.php");
|
2012-04-27 17:18:26 +00:00
|
|
|
|
|
|
|
?>
|