summaryrefslogtreecommitdiff
path: root/templates/show/system/connections/tcp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show/system/connections/tcp')
-rw-r--r--templates/show/system/connections/tcp/all/node.def2
-rw-r--r--templates/show/system/connections/tcp/node.def2
-rw-r--r--templates/show/system/connections/tcp/numeric/node.def2
3 files changed, 6 insertions, 0 deletions
diff --git a/templates/show/system/connections/tcp/all/node.def b/templates/show/system/connections/tcp/all/node.def
new file mode 100644
index 0000000..6aa1cae
--- /dev/null
+++ b/templates/show/system/connections/tcp/all/node.def
@@ -0,0 +1,2 @@
+help: show all TCP connections
+run: /sbin/ss -t -a
diff --git a/templates/show/system/connections/tcp/node.def b/templates/show/system/connections/tcp/node.def
new file mode 100644
index 0000000..8b6c99b
--- /dev/null
+++ b/templates/show/system/connections/tcp/node.def
@@ -0,0 +1,2 @@
+help: show TCP connection information
+run: /sbin/ss -t -r
diff --git a/templates/show/system/connections/tcp/numeric/node.def b/templates/show/system/connections/tcp/numeric/node.def
new file mode 100644
index 0000000..7df9efe
--- /dev/null
+++ b/templates/show/system/connections/tcp/numeric/node.def
@@ -0,0 +1,2 @@
+help: show TCP connection without resolving names
+run: /sbin/ss -t -n