1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 21:14:14 -04:00

1 Commits

Author SHA1 Message Date
Anis Elleuch
93fd269329 stats: Add network and http statisics ()
Network: total bytes of incoming and outgoing server's data
by taking advantage of our ConnMux Read/Write wrapping

HTTP: total number of different http verbs passed in http
requests and different status codes passed in http responses.
This is counted in a new http handler.
2017-02-06 09:29:53 -08:00