Files
librenms-librenms/html/includes/graphs/application/memcached_bits.inc.php
2015-04-28 22:58:03 +02:00

14 lines
203 B
PHP

<?php
include("memcached.inc.php");
include("includes/graphs/common.inc.php");
$multiplier = 8;
$ds_in = "bytes_read";
$ds_out = "bytes_written";
include("includes/graphs/generic_data.inc.php");
?>