Home
last modified time | relevance | path

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

/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/
H A Dfastnetmon.cpp2535 uint64_t speed_in_pps = total_speed_average_counters[packet_direction].packets; in print_channel_speed() local
2553 stream << std::setw(6) << speed_in_pps << " pps " << std::setw(6) << speed_in_mbps << " mbps"; in print_channel_speed()
2577 … graphite_data[graphite_prefix + ".total." + direction_as_string + ".pps"] = speed_in_pps; in print_channel_speed()