diff options
Diffstat (limited to 'templates/show/system/connections/udp')
-rw-r--r-- | templates/show/system/connections/udp/node.def | 2 | ||||
-rw-r--r-- | templates/show/system/connections/udp/numeric/node.def | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/show/system/connections/udp/node.def b/templates/show/system/connections/udp/node.def new file mode 100644 index 0000000..ef9e55f --- /dev/null +++ b/templates/show/system/connections/udp/node.def @@ -0,0 +1,2 @@ +help: show UDP socket information +run: /sbin/ss -u -a -r diff --git a/templates/show/system/connections/udp/numeric/node.def b/templates/show/system/connections/udp/numeric/node.def new file mode 100644 index 0000000..cb43a91 --- /dev/null +++ b/templates/show/system/connections/udp/numeric/node.def @@ -0,0 +1,2 @@ +help: show UDP socket information without resolving names +run: /sbin/ss -u -a -n |