updateThroughputOne = Integer.decode(args[0]); updateThroughputTwo = Integer.decode(args[1]); print("Current throughput for Sampler One"); printprop("throughputOne"); print("Current throughput for Sampler Two"); printprop("throughputTwo"); setprop("throughputOne", updateThroughputOne.toString()); setprop("throughputTwo", updateThroughputTwo.toString()); print("Updated throughput for Sampler One"); printprop("throughputOne"); print("Updated throughput for Sampler Two"); printprop("throughputTwo");