Skip to content

Latest commit

 

History

History
 
 

litespeed

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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