Skip to content

nitsanw/java-ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-ping

A ping utility to baseline Java socket performance expectations.
The dist ant target will produce a zip you can throw at your servers. The jar produced is runnable, use as illustrated in usage and scripts.
Usage:

java-ping:

no-args this usage
-server [-spin | -block | -select | -selectNow] interface port

   defaults: interface = 0.0.0.0
             port = 12345

-client [-spin | -block | -select | -selectNow] host port message-size

   defaults: host = localhost
             port = 12345
             message-size = 32

Start the server, then the client.
You can bind the server to a particular interface, default is 0.0.0.0(all).
Enjoy.

About

A ping utility to baseline Java socket performance expectations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published