https://github.com/essien1990/unix_scripts
AIX shell Scripts for analysing the network status of a client and server.
https://github.com/essien1990/unix_scripts
aix kornshell shell-script whileloops
Last synced: 4 months ago
JSON representation
AIX shell Scripts for analysing the network status of a client and server.
- Host: GitHub
- URL: https://github.com/essien1990/unix_scripts
- Owner: essien1990
- Created: 2021-11-17T13:41:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T14:01:22.000Z (about 4 years ago)
- Last Synced: 2025-01-21T18:31:04.272Z (about 1 year ago)
- Topics: aix, kornshell, shell-script, whileloops
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unix Shell Script
AIX shell Scripts for analysing the network status of a client and server.
# Task1
- Append a continious netwok status between a client and Server on the TCP layer to a text file for anaylysis
- Include the date and time for each status
# Task2
- Append a continious ping between systems on the TCP layer to a text file for analysis
- Include the date and time for each ping
# Technologies
- Shell Script
- Operating system: AIX
# Network Connection Status
- SYN_SENT
- TIME_WAIT
- SYN_WAIT
- SYN_RECIEVED
- ESTABLISHED
- FIN_WAIT_1
- FIN_WAIT_2
- CLOSE_WAIT
- CLOSING
- LAST_ACK
- CLOSED