0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-26 22:04:46 +00:00
netdata_netdata/collectors/python.d.plugin/litespeed/README.md
Chris Akritidis 415f57c5bf
Ga ()
* Added GA tags to markdowns

* Add GA tags to mds
2018-12-07 11:30:04 +01:00

971 B

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