How can I get metrics such as incoming and outcoming traffic with Apache servers?

Posted by hhh on Server Fault See other posts from Server Fault or by hhh
Published on 2012-03-09T23:06:51Z Indexed on 2012/04/07 5:32 UTC
Read the original article Hit count: 582

Filed under:
|
|

Suppose a network consisting of hubs A, B, C, D ... and X. I am looking for ways to visualize how users use the network such as incoming, outgoing and other metrics. In Apache logs, I can see some errs if something did not work but I have no realistic picture about such a system in general i.e. how the system actually works. I am looking for some sort of flow-analysis and I would like to get pure data to create some graph. Then analyze the graph with some metrics where I do not even know the right metrics, perhaps some dispersion metric. My goal is to create some sort of objective way to judge quality.

© Server Fault or respective owner

Related posts about apache2

Related posts about logging