Package org.apache.jmeter.util
Class CPSPauser
- java.lang.Object
-
- org.apache.jmeter.util.CPSPauser
-
public class CPSPauser extends Object
Generate appropriate pauses for a given CPS (characters per second)
-
-
Constructor Summary
Constructors Constructor Description CPSPauser(int cps)
Create a pauser with the appropriate speed settings.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
pause(int bytes)
Pause for an appropriate time according to the number of bytes being transferred.
-