org.hackystat.sensorshell
Class ShellPerfEval

java.lang.Object
  extended by org.hackystat.sensorshell.ShellPerfEval

public class ShellPerfEval
extends java.lang.Object

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:

Author:
Philip Johnson

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

ShellPerfEval

public ShellPerfEval()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Provide a sensorshell.properties file in the same directory as the location of the jar file invoking this program. Invoke it with one argument, the number of instances to send.

Parameters:
args - One argument, the number of instances to send.
Throws:
java.lang.Exception - If things go wrong.