]> git.ipfire.org Git - thirdparty/squid.git/commit - src/stat.cc
- Added more bytes in/out and service time tracking. There is one pair
authorwessels <>
Wed, 25 Feb 1998 04:17:01 +0000 (04:17 +0000)
committerwessels <>
Wed, 25 Feb 1998 04:17:01 +0000 (04:17 +0000)
commitee1679dfd12ffb98e1dad264fa530d2b0c513acb
tree7ceec667cfc9bc525aa7f06d7fd610ef803e0218
parent1b87dcd2af0e3796f6c1243468cb5d2d7d15edf1
- Added more bytes in/out and service time tracking.  There is one pair
  of byte counters for the server-side (http,ftp,gopher,wais,ssl,pass).
- Also separately track cache hits, misses, and not-modified replies.
- Try to track ICP query service time, but this may not be implemented
  right.
- Removed '60min' average, now we have 5 minutes max
13 files changed:
src/access_log.cc
src/client_side.cc
src/enums.h
src/ftp.cc
src/gopher.cc
src/http.cc
src/icp_v2.cc
src/peer_select.cc
src/ssl.cc
src/stat.cc
src/structs.h
src/tunnel.cc
src/wais.cc