Skip to content

A Java application which reads from or writes to a file and reports the average read/write rate

Notifications You must be signed in to change notification settings

beckus/TestXferRate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

TestXferRate
A Java application which reads from or writes to a file and reports the average
read/write rate.

To compile, just run ant in the root folder.  This will compile all of the
java files and generate the jar file.  To clean up, run "ant clean".

Run the jar as follows to get usage instructions:
java -jar TestXferRate.jar -h

The following folder structure is used:
	src   - Java source files
	build - Java class files generated by compiler
	dist  - Contains jar file

About

A Java application which reads from or writes to a file and reports the average read/write rate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages