• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question How to determine peak traffic throughput

Mike99

Basic Pleskian
Hi there,

I am trying to figure out, what was my peak network throughput last month.

In latest Plesk, I opened Advanced Monitoring, Network, I selected date range 1-30 April and this is what I get.

Screenshot from 2020-05-25 18-23-01.png

Someone with network background, please enlighten me on how to calculate packets/sec to Mbps? I am looking into TX - transmit out, I don't care about RX.

How big is the packet size anyway? Does it matter? How do I figure out?

My peak interface-eth0:if_packets:tx is 3992 packets/sec? What does it mean in Mbps?

Is there any other tool, where I can read peak/maximum values? A tool called vnstat gives me only averages.
 
Most common packet size is 1,500 bytes. Can go up to 9K.
3992 packets per second * 1,500 bytes per packet * (1 Mb / 1,000,000 bytes) = 6 Mbps
... I think
 
Back
Top