Forum Discussion
Michaelyang
Cirrostratus
3 years agoAbout throughput
Hello, When I went to check the throughput of F5, I found a lot of information as shown in the figure below : I tried to understand through the official F5 link below, but there are still a f...
mihaic
MVP
3 years ago1. That article is pretty good at explaining.
The traffic flow from a client is seen as In to a virtual server and In to a server. Likewise, the response from the server is seen as Out from the server and Out from the virtual server.
Client IN -> Server IN
Client Out <- Server Out
2. Because the counters are in bytes example sysStatClientBytesOut , to convert it to bits , it is multiplied by 8. Because a byte has 8 bits
3. The counters have predefined intervals , like this for example:
sysStatClientBytesOut1m
sysStatClientBytesOut5s
sysStatClientBytesOut5m
Michaelyang
Cirrostratus
3 years agoHi mihaic,
Thanks for your reply.
About the counters have predefined intervals,
What is <interval> value in "tmsh show sys performance throughput detail" ?