summaryrefslogtreecommitdiffstats
path: root/python.d/README.md
diff options
context:
space:
mode:
authorlgz <ilyamaschenko@gmail.com>2018-06-05 15:48:38 +0900
committerlgz <ilyamaschenko@gmail.com>2018-06-05 15:48:38 +0900
commitb81c039958e868bf2563c67857f83c86368d6514 (patch)
tree90832c2ad8ff991ef65a0e6d699fe66952b19a1c /python.d/README.md
parent448cac490b85539007333c66df60a74d2cd6b871 (diff)
litespeed: add module to python.d readme
Diffstat (limited to 'python.d/README.md')
-rw-r--r--python.d/README.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/python.d/README.md b/python.d/README.md
index 335ff00139..89c9309b26 100644
--- a/python.d/README.md
+++ b/python.d/README.md
@@ -982,6 +982,44 @@ The module will not work If no configuration is given.
---
+# litespeed
+
+Module monitor litespeed web server performance metrics.
+
+It produces:
+
+1. **Network Throughput HTTP** in kilobits/s
+ * in
+ * out
+
+2. **Network Throughput HTTPS** in kilobits/s
+ * in
+ * out
+
+3. **Connections HTTP** in connections
+ * free
+ * used
+
+4. **Connections HTTPS** in connections
+ * free
+ * used
+
+5. **Requests** in requests/s
+ * requests
+
+6. **Requests In Processing** in requests
+ * processing
+
+
+### configuration
+```yaml
+local:
+ path : 'PATH'
+```
+
+If no configuration is given, module will use "/tmp/lshttpd/".
+
+---
# mdstat