-
|
Hi team, my sslh manages ca. 20 different https addresses on a Linux host. Is there any "easy" way to find out which http subdomains cause the highest traffic? Best would be to know about GBit/s or GBit/h for each subdomain that sslh serves. Thank you in advance, Martin. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
There is no way to measure traffic, but you can easily measure the number of hits by looking at the logs. |
Beta Was this translation helpful? Give feedback.
There is no way to measure traffic, but you can easily measure the number of hits by looking at the logs.
I am not sure
sslhis the right place to do that honestly, if I needed that information I would runtcpdumpwith a custom script to process the output, as you get each flow's target and data sizes.