diff --git a/README.md b/README.md index 640cea8..1df9cd6 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,19 @@ pip install -r requirements.txt python3 getting_started.py ``` +This example will print out: +``` +Station JobClass analyzedSamples meanValue successful discardedSamples measureType lowerLimit nodeType alfa precision upperLimit maxSamples +myQueue Class1 450560 0.9891299381139143 true 760 Number of Customers 0.9661755892808247 station 0.01 0.03 1.012084286947004 1000000 +myQueue Class1 46080 0.496953737041098 true 630 Utilization 0.48488393655927425 station 0.01 0.03 0.5090235375229217 1000000 +myQueue Class1 163840 1.97685030594545 true 190 Response Time 1.9305222048085555 station 0.01 0.03 2.0231784070823444 1000000 +myQueue Class1 61440 0.49916726343571804 true 115 Throughput 0.4894933226429664 station 0.01 0.03 0.5092312890562263 1000000 +myQueue Class1 61440 0.4991462764898616 true 115 Arrival Rate 0.48942754624081064 station 0.01 0.03 0.5092588027856187 1000000 +mySource Class1 61440 0.4991462764898616 true 115 Throughput 0.48942754624081064 station 0.01 0.03 0.5092588027856187 1000000 +mySource Class1 61440 0.4991462764898616 true 115 Arrival Rate 0.48942754624081064 station 0.01 0.03 0.5092588027856187 1000000 +`` +and the simulation result file will be made available under the output_files/ folder. + Additional sample models are available in [examples.py](https://raw.githubusercontent.com/imperial-qore/pyJMT/main/examples.py). # License