Files
librenms-librenms/html/includes/graphs/diskio/bits.inc.php
T

11 lines
119 B
PHP
Raw Normal View History

2010-06-20 11:46:40 +00:00
<?php
$ds_in = "read";
$ds_out = "written";
2010-06-20 11:46:40 +00:00
$format = "bytes";
2010-06-20 11:46:40 +00:00
include("includes/graphs/generic_data.inc.php");
?>