summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2019-09-28 17:27:06 +0200
committernicolargo <nicolas@nicolargo.com>2019-09-28 17:27:06 +0200
commitdcd28b778d50074df885449a43b3439d002ec041 (patch)
treeb20975060c09d520d112b839799f10287c13d363 /docs
parent66c9fff716434edb533f28b963f12aac173c5c4e (diff)
Add a new TCP connections status plugin #1526 RC1
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/connections.pngbin0 -> 7476 bytes
-rw-r--r--docs/aoa/connections.rst25
2 files changed, 25 insertions, 0 deletions
diff --git a/docs/_static/connections.png b/docs/_static/connections.png
new file mode 100644
index 00000000..c46db065
--- /dev/null
+++ b/docs/_static/connections.png
Binary files differ
diff --git a/docs/aoa/connections.rst b/docs/aoa/connections.rst
new file mode 100644
index 00000000..b07733a9
--- /dev/null
+++ b/docs/aoa/connections.rst
@@ -0,0 +1,25 @@
+.. _connections:
+
+Connections
+===========
+
+.. image:: ../_static/connections.png
+
+This plugin display extended information about network connections.
+
+
+The states are the following:
+- Listen: all ports created by server and waiting for a client to connect
+- Initialized: All states when a connection is initialized (sum of SYN_SENT and SYN_RECEIVED)
+- Established: All established connections between a client and a server
+- Terminated: All states when a connection is terminated (FIN_WAIT1, CLOSE_WAIT, LAST_ACK, FIN_WAIT2, TIME_WAIT and CLOSE)
+
+The configuration should be done in the ``[connections]`` section of the
+Glances configuration file.
+
+By default the plugin is disabled.
+
+.. code-block:: ini
+
+ [connections]
+ disable=False