Home
last modified time | relevance | path

Searched refs:nice_bandwidth (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/phpweathermap/weathermap/random-bits/
H A Dcacti-integrate.php382 $map->links[$name]->max_bandwidth_in_cfg = nice_bandwidth($total_speed);
383 $map->links[$name]->max_bandwidth_out_cfg = nice_bandwidth($total_speed);
/dports/net/libtrace/libtrace-3.0.19/tools/tracetop/
H A Dtracetop.cc213 const char *nice_bandwidth(double bytespersec) in nice_bandwidth() function
303 …printw("Total Bytes: %10" PRIu64 " (%s)\tTotal Packets: %10" PRIu64, total_bytes, nice_bandwidth(t… in do_report()
/dports/net-mgmt/phpweathermap/weathermap/lib/
H A Dpoller-common.php9 $mem_used = nice_bandwidth(memory_get_usage());
/dports/net-mgmt/phpweathermap/weathermap/
H A DWeathermap.class.php3243 … $bottom = nice_bandwidth($colour['bottom'], $this->kilo);
3247 $top = nice_bandwidth($colour['top'], $this->kilo);
H A DWeatherMap.functions.php1452 function nice_bandwidth($number, $kilo = 1000,$decimals=1,$below_one=TRUE) function