https://github.com/essiencodecraft/unix_scripts
Unix Scripts
https://github.com/essiencodecraft/unix_scripts
aix shell-script tcp
Last synced: 8 months ago
JSON representation
Unix Scripts
- Host: GitHub
- URL: https://github.com/essiencodecraft/unix_scripts
- Owner: EssienCodeCraft
- Created: 2024-12-10T16:42:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T18:19:31.000Z (over 1 year ago)
- Last Synced: 2025-02-06T10:53:18.772Z (about 1 year ago)
- Topics: aix, shell-script, tcp
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- 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