How to display a queueing network model using the PMIF 2.0 modeling language and the weasel webservice
The new method have the following syntax:
- ToImage_(model,model_type,output_format,option=NULL)
- model: is a string containing the model. At this time only PMIF 2.0 models are supported.
- model_type: is a string containing the model type. At this stime can be only: "PMIF 2.0".
- output_format: can be one of : "GIF", "PNG", "JPG", "SVG"
- option: is a string used to pass extended options to the method. At this time, the only supported extended options are: "workload:true", "workload:false". If the workload parameter is set to "true" then you will see the network of queues with workload instead of arcs.
In the following images we show some output example. The first one show the PNG output without extended options set:

In the second one we set workload extended parameter to true to obtain the graph of workloads path:

Thats all! if you want to try it yourself follow this link and enjoy the magic.
PDQ/PHP5
|



Oggetto della presente tesi è la realizzazione di un webservice per la valutazione delle prestazioni dei sistemi (system performance evaluation) a reti di code (queueing networks) descritti, o meglio modellati, nel linguaggio PMIF 2.0 (Performance Model Interchange Format), mediante l'utilizzo di alcuni tool, commerciali e di pubblico dominio, che implementano algoritmi tipici della teoria delle code (queueing theory).
Program to create visual PMIF 2.0 queueing network models. The program can solve the model using the Weasel webservice.