zero-sys.net
Software Engineering, Administration, IT-Services & Consulting
HoPoPi


HoPoPi (HostPortPing) is a simple console-app implementd in java timing some "pings" to defined hosts/ports. As "ping" a TCP-connection "connect/close"-step is timed.
It is just a small piece of software fast and ugly written a long time ago and now just restored from a attic folder of my CVS-repository, washed and shawed and packed fast for distribution.
Erstellt: 17.08.2005 17:12
Letzte Änderung: 17.08.2005 17:15


HoPoPi version 0.0.1.2
(c) 2004 Klaus Zerwes zero-sys.net
usage: HoPoPi [-V][-v][-h][-f f][-d n][-t n][-i n][-p n] [test [test]]
options:
  -h:   display this help
  -V:   show version and exit
  -f f: tee output to file f
  -c n: run n tests for each host
  -i n: set test-interval to n seconds (default: 60)
  -p n: use n as the default port for following tests
  -t n: set timeout-level to n seconds (default: 10)
  -d n: set debug-level to n (0 < n < 128)
  -v:   increase debug-level by one
  test: host/port to test
        a test is basicaly defined as 'host:port' where
          host: ip address or a literal resolvable hostname
            if a hostname is unresolvable, this will be interpreted as a error
          port: a port to probe on the host
            if no port is specified, it defaults to 80
            or the one set prior by the -p option
Erstellt: 17.08.2005 17:12
Letzte Änderung: 17.08.2005 17:12


© 2005 Klaus Zerwes zero-sys. net (http://www.zero-sys.net)
HoPoPi is free software. This software is licensed under the terms of the GNU General Public License (GPL), version 2.0 or later, as published by the Free Software Foundation. See http://www.gnu.org/copyleft/gpl.txt for the terms of the latest version of the GNU General Public License.
This software is distributed as it is, without any warranty! You may use it at your own risk!
It may cause you headache, toast your harddisk and eat up your memory.
Erstellt: 17.08.2005 17:17
Letzte Änderung: 17.08.2005 17:23


Filename / MD5Sum Size Description
HoPoPi-0.0.1.2-java.msi
0dfd7b36cb52bf68d24354ba88b53af0
187K Windows installer of the java version. Includes source as a installer-option. This requires at least a java 1.3 runntime. (Tested with sun java 1.4.2 and 1.5.0).
HoPoPi-0.0.1.2-linux.tar.gz
5dcaa712ece43c47ada64c888ea92922
18K Linux / UNIX package. Includes mainly a jar and a shellscript as a launcher.
HowTo install:
  1. download the file HoPoPi-[version]-linux.tar.gz
  2. HOPOPIIDIR=/opt/HoPoPi
  3. tar xvz -C $HOPOPIIDIR -f HoPoPi-0.0.1.2-linux.tar.gz
  4. chmod 755 $HOPOPIIDIR/HoPoPi.sh
HoPoPi-0.0.1.2-src.tar.gz
ddb02fc45c01ea55d7338ae9441bb073
11K the source - archive in tar.gz - format
 
Erstellt: 17.08.2005 17:42
Letzte Änderung: 11.10.2005 14:15


- native version (requires developement of a patch for shutdownhook for gcj / patch works on linux but NOT on windows)
- ...
Erstellt: 11.10.2005 14:25
Letzte Änderung: 11.10.2005 14:25