Skip to content
Snippets Groups Projects
  • Vojtech Moravec's avatar
    0ceff863
    Measure compression statistics per remote client addr. · 0ceff863
    Vojtech Moravec authored
    Compression statistics, like number of sent bytes are now grouped in RemoteCompressionClient class. This class is saved in a HashMap where key is the remote client address.
    
    The RemoteCompressionClient is created in init_qcmp and is removed after inactivity longer than 60 minutes for now.
    
    Hopefully `baseRequest.getRemoteAddr();` is good enaugh key for now.
    0ceff863
    History
    Measure compression statistics per remote client addr.
    Vojtech Moravec authored
    Compression statistics, like number of sent bytes are now grouped in RemoteCompressionClient class. This class is saved in a HashMap where key is the remote client address.
    
    The RemoteCompressionClient is created in init_qcmp and is removed after inactivity longer than 60 minutes for now.
    
    Hopefully `baseRequest.getRemoteAddr();` is good enaugh key for now.