Browse Source

test

master
zeus 4 years ago
parent
commit
869835765a
  1. 2
      llo-index.yml
  2. 4
      llo/intro.info
  3. 5
      llo/netstat.info

2
llo-index.yml

@ -3,7 +3,7 @@
language: "c"
created-at: "21-07-2020"
creator: "root Apostolos"
git_url: "https://git.swarmlab.io:3000/labs/examples-mpi2.git"
intro: "https://git.swarmlab.io:3000/labs/examples-mpi2/raw/branch/master/llo/intro.info"
base_dir: "examples-mpi2"
llospec0:
display_name: "title"

4
llo/intro.info

@ -0,0 +1,4 @@
*netstat* is available on *all Unix-like Operating Systems* and also available on *Windows OS* as well. It is very useful in terms of network troubleshooting and performance measurement. netstat is one of the most basic network service debugging tools, telling you what ports are open and whether any programs are listening on ports.
This tool is very important and much useful for Linux network administrators as well as system administrators to monitor and troubleshoot their network-related problems and determine network traffic performance. This article shows usages of netstat command with their examples which may be useful in daily operation.

5
llo/netstat.info

@ -1,6 +1 @@
*netstat* is available on *all Unix-like Operating Systems* and also available on *Windows OS* as well. It is very useful in terms of network troubleshooting and performance measurement. netstat is one of the most basic network service debugging tools, telling you what ports are open and whether any programs are listening on ports.
This tool is very important and much useful for Linux network administrators as well as system administrators to monitor and troubleshoot their network-related problems and determine network traffic performance. This article shows usages of netstat command with their examples which may be useful in daily operation.
== Listing all the LISTENING Ports of TCP and UDP connections

Loading…
Cancel
Save