-
Notifications
You must be signed in to change notification settings - Fork 0
thecodefactory/systems-up-util
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Written by Neill Miller (neillm@thecodefactory.org) This simple systems-up util program takes a list of ip addresses and a list of ports on the command line and checks to see if if each of the ports is active on each of the servers. --------------------------------------------- How to compile (tested on GNU/Linux only): --------------------------------------------- gcc systems_up_util.c -o systems_up_util --------------------------------------------- How to run: --------------------------------------------- ./systems_up_util Usage: ./systems_up_util -i IP-ADDRESS1,IP-ADDRESS2,IP-ADDRESSN -p PORT1,PORT2,PORTN Example: ./systems_up_util -i 192.168.1.1,192.168.1.2 -p 80,80
About
A simple utility for checking if a number of IPaddress/Ports are accepting connections
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published