Files
librenms-librenms/includes/html/graphs/application/memcached_bits.inc.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
206 B
PHP
Raw Normal View History

<?php
require 'memcached.inc.php';
require 'includes/html/graphs/common.inc.php';
$multiplier = 8;
$ds_in = 'bytes_read';
$ds_out = 'bytes_written';
require 'includes/html/graphs/generic_data.inc.php';