|
|
|
|
|
by jool
4230 days ago
|
|
Where ponos is at currently its main purpose in the world is specialise in generating simple or complex load patterns. A load_generator in essence is just a process generating triggers at requested frequency. Every trigger happens asynchronously so there is no way to thread state between triggers. If there is enough interest I'd be happy to extend it to handle synchronous load generators where threading state makes sense. With that use case though, it'd be impossible to guarantee that the actual load matches the load_spec in all circumstances. If you wish to keep state between triggers you have to implement this outside of ponos at this stage. |
|