Total time: {{ statistics.total_time | time }}
@if (settings().showTotalPackets) { | Total packets | } @if (settings().showPacketsPerSec) {Packets per second | } @if (settings().showTotalBytes) {Total bytes | } @if (settings().showBytesPerSec) {Bytes per second | }
---|---|---|---|---|
{{ protocolEth.name }} | @if (settings().showTotalPackets) {{{ protocolEth.total_packets | decimal }} | } @if (settings().showPacketsPerSec) {{{ getPerSecond( protocolEth.total_packets, statistics.total_time ) | decimal }} | } @if (settings().showTotalBytes) {{{ protocolEth.total_bytes | decimal }} | } @if (settings().showBytesPerSec) {{{ getPerSecond( protocolEth.total_bytes, statistics.total_time ) | decimal }} | }
{{ protocol.name }} | @if (settings().showTotalPackets) {{{ protocol.total_packets | decimal }} | } @if (settings().showPacketsPerSec) {{{ getPerSecond( protocol.total_packets, statistics.total_time ) | decimal }} | } @if (settings().showTotalBytes) {{{ protocol.total_bytes | decimal }} | } @if (settings().showBytesPerSec) {{{ getPerSecond( protocol.total_bytes, statistics.total_time ) | decimal }} | }
@if (settings().showMinValue) { | Min | } @if (settings().showMaxValue) {Max | } @if (settings().showCurrentValue) {Current | }
---|---|---|---|
Information Rate | @if (settings().showMinValue) {{{ statistics.information_rate.min | decimal }} | } @if (settings().showMaxValue) {{{ statistics.information_rate.max | decimal }} | } @if (settings().showCurrentValue) {{{ statistics.information_rate.current | decimal }} | }