Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 971 Bytes

File metadata and controls

49 lines (33 loc) · 971 Bytes

litespeed

Module monitor litespeed web server performance metrics.

It produces:

  1. Network Throughput HTTP in kilobits/s
  • in
  • out
  1. Network Throughput HTTPS in kilobits/s
  • in
  • out
  1. Connections HTTP in connections
  • free
  • used
  1. Connections HTTPS in connections
  • free
  • used
  1. Requests in requests/s
  • requests
  1. Requests In Processing in requests
  • processing
  1. Public Cache Hits in hits/s
  • hits
  1. Private Cache Hits in hits/s
  • hits
  1. Static Hits in hits/s
  • hits

configuration

local:
  path  : 'PATH'

If no configuration is given, module will use "/tmp/lshttpd/".


analytics