Skip to content

essien1990/Unix_Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

AIX shell Scripts for analysing the network status of a client and server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages