beckus/TestXferRate
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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