StressHive Namespace Reference

Variables

int number_of_algos = 20
 
int number_of_threads = 10
 
int mean_time = 1
 
list auto_crunchers = []
 
tuple auto_cruncher
 
tuple evtloop = HiveEventLoopMgr_v2()
 
tuple app = ApplicationMgr()
 

Variable Documentation

tuple StressHive.app = ApplicationMgr()

Definition at line 35 of file StressHive.py.

tuple StressHive.auto_cruncher
Initial value:
1 = CPUCruncher("cruncher_%s"%i,
2  avgRuntime=random.uniform(mean_time+.1,mean_time+.5),
3  DataInputs=[],
4  DataOutputs=["coll_%s"%i])

Definition at line 18 of file StressHive.py.

list StressHive.auto_crunchers = []

Definition at line 16 of file StressHive.py.

tuple StressHive.evtloop = HiveEventLoopMgr_v2()

Definition at line 27 of file StressHive.py.

int StressHive.mean_time = 1

Definition at line 11 of file StressHive.py.

int StressHive.number_of_algos = 20

Definition at line 9 of file StressHive.py.

int StressHive.number_of_threads = 10

Definition at line 10 of file StressHive.py.