Home Download Help Forum Resources Extensions FAQ NetLogo Publications Contact Us Donate Models: Library Community Modeling Commons Beginners Interactive NetLogo Dictionary (BIND) NetLogo Dictionary User Manuals: Web Printable Chinese Czech Farsi / Persian Japanese Spanish
|
NetLogo User Community Models(back to the NetLogo User Community Models)
WHAT IS IT?
This model is a simulation of Enterprise JavaBean (EJB) creation and execution on WebLogic.
HOW IT WORKS
The model starts with cluster-size servers and initial-beans and initial-threads on each server. For each iteration tx-volume transactions are simulated using the following algorithm:
* Select the next server (round robin).
After the transactions are run:
* Beans and threads that have been active for their transaction durations are deactivated. HOW TO USE IT
Set the initial conditions using the sliders. Press "go" to run the model continually. Press "step" to run one iteration.
World & View:
* Shapes: circles = servers, small triangles = threads, dots = beans (EJBs)
Sliders:
* tx-volume - transaction volume (rate)
Buttons:
* setup - Create servers, initial threads, and initial beans.
Monitors:
* tx-count - number of transactions run
CREDITS AND REFERENCES
Model created by Thornton Rose (thornton@rosesquared.org) |
(back to the NetLogo User Community Models)