|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensorshell.ShellPerfEval
public class ShellPerfEval
A command line tool that facilitates performance evaluation and tuning of sensor data transmission. To use this tool, invoke:
java -jar shellperfeval.jar [numInstancesToSend]With a sensorshell.properties file located in the same directory as this jar file.
This results in the following:
Constructor Summary | |
---|---|
ShellPerfEval()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Provide a sensorshell.properties file in the same directory as the location of the jar file invoking this program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShellPerfEval()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- One argument, the number of instances to send.
java.lang.Exception
- If things go wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |