org.apache.jmeter.util

Class CPSPauser


public class CPSPauser
extends Object

Generate appropriate pauses for a given CPS (characters per second)

Constructor Summary

CPSPauser(int cps)
Create a pauser with the appropriate speed settings.

Method Summary

void
pause(int bytes)
Pause for an appropriate time according to the number of bytes being transferred.

Constructor Details

CPSPauser

public CPSPauser(int cps)
Create a pauser with the appropriate speed settings.
Parameters:
cps - CPS to emulate

Method Details

pause

public void pause(int bytes)
Pause for an appropriate time according to the number of bytes being transferred.
Parameters:
bytes - number of bytes being transferred

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.