2012-04-27 17:18:26 +00:00
|
|
|
<?php
|
|
|
|
|
|
2015-07-13 20:10:26 +02:00
|
|
|
require 'memcached.inc.php';
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/graphs/common.inc.php';
|
2012-04-27 17:18:26 +00:00
|
|
|
|
|
|
|
|
$multiplier = 8;
|
|
|
|
|
|
2015-07-13 20:10:26 +02:00
|
|
|
$ds_in = 'bytes_read';
|
|
|
|
|
$ds_out = 'bytes_written';
|
2012-04-27 17:18:26 +00:00
|
|
|
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/graphs/generic_data.inc.php';
|