Observium_CE/html/includes/graphs/port/sros_EgressDroInProfOcts.inc.php

26 lines
344 B
PHP

<?php
/**
* Observium
*
* This file is part of Observium.
*
* @package observium
* @subpackage graphs
* @copyright (C) Adam Armstrong
*
*/
$total_units = "B";
$multiplier = "8";
$graph_title = "Queued Bytes";
$colours = 'greens';
$ds = 'DroInProfOcts';
$dir = 'egress';
include("sros_queues_common.inc.php");