> For the complete documentation index, see [llms.txt](https://virtualfactory.gitbook.io/vlft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://virtualfactory.gitbook.io/vlft/tools/jsimio/overview/jbibliography.md).

# Bibliography

## Manuals & Books

* Java Modelling Tools - *User manual*  v1.0.4, 227 pages, 4 September 2019. ([Manual](http://jmt.sourceforge.net/Papers/JMT_users_Manual.pdf))
* * G.Serazzi Ed.  *Performance Evaluation Modelling with JMT: learning by examples*  Politecnico di Milano - DEI, TR 2008.09, 366 pp., June 2008 ([Book](http://jmt.sourceforge.net/Papers/Exercisebook080617.pdf))

## Tutorials

* [Video lectures](https://www.youtube.com/watch?v=kR_-by3u8JM\&list=PL5yYxD_4CokRTQt-cI2y5m3m-p3FhUsSe): introduction to queueing theory, JSIMgraph and JMVA.
* [Video demos](https://www.youtube.com/watch?v=HTtQQVrXpx0\&list=PL5yYxD_4CokS18VQIAAWhzOySQYnPlV2b): short videos illustrating key features of JSIMgraph and JMVA.
* G.Serazzi.  *Advanced features for Multi-formalism modelling with Java Modelling Tools*. EPEW Keynote, November 2019, Milan, Italy. ([Slides - PDF](http://jmt.sourceforge.net/Papers/epew19.PDF)) &#x20;
* G.Casale, G.Serazzi, L.Zhu.  *Performance Evaluation with Java Modelling Tools: a Hands-On Introduction*.  IFIP Performance Conference, November 2017, NYC, US. ([Slides - PPT](http://jmt.sourceforge.net/Papers/17_performance_jmt.pptx)) ([Slides - PDF](http://jmt.sourceforge.net/Papers/17_performance_jmt.pdf)) ([Examples](http://jmt.sourceforge.net/Papers/17_performance_jmt_handson.zip)) &#x20;
* G.Casale, G.Serazzi.  *Quantitative System Evaluation with Java Modelling Tools*.  2nd ACM/SPEC International Conference on Performance Engineering (ICPE), March 2011, Karlsruhe, Germany. ([Slides - PPT](http://jmt.sourceforge.net/Papers/icpe11_jmt_tutorial.ppt)) ([Slides - PDF](http://jmt.sourceforge.net/Papers/icpe11_jmt_tutorial.pdf))

## Papers

* M.Bertoli, G.Casale, G.Serazzi.  *JMT: performance engineering tools for system modeling*.  ACM SIGMETRICS Performance Evaluation Review, Volume 36 Issue 4, New York, US, March 2009, 10-15, ACM press. ([Article](http://jmt.sourceforge.net/Papers/acm09jmt.pdf)) ([BibTex](http://jmt.sourceforge.net/Papers/acm09jmt.bib))  &#x20;
* G. Casale, M. Cazzoli, S. Jiang, V. S. Lopes, G. Serazzi, L. Zhu.  *Generalized Synchronizations and Capacity Constraints for Java Modelling Tools*.  ACM/SPEC ICPE 2017, 169-170, ACM press. ([Article](http://jmt.sourceforge.net/Papers/icpe17.pdf)) ([BibTex](http://jmt.sourceforge.net/Papers/icpe17.bib))  &#x20;
* M.Bertoli, G.Casale, G.Serazzi.  *User-Friendly Approach to Capacity Planning Studies with Java Modelling Tools*.  Int.l ICST Conf. on Simulation Tools and Techniques, SIMUTools 2009, Rome, Italy, 2009, ACM press. ([Article](http://jmt.sourceforge.net/Papers/simutools09jmt.pdf)) ([Slides](http://jmt.sourceforge.net/Papers/simutools09jmt-slides.pdf)) ([BibTex](http://jmt.sourceforge.net/Papers/simutools09jmt.bib))  &#x20;
* M.Bertoli, G.Casale, G.Serazzi.  *The JMT Simulator for Performance Evaluation of Non-Product-Form Queueing Networks*.  SCS Annual Simulation Symposium 2007, Norfolk,VA, US, 3-10, IEEE Press. ([Article](http://jmt.sourceforge.net/Papers/anss07jmt.pdf)) ([Slides](http://jmt.sourceforge.net/Papers/anss07jmt-slides.pdf)) ([BibTex](http://jmt.sourceforge.net/Papers/anss07jmt.bib))  &#x20;
* M.Bertoli, G.Casale, G.Serazzi.  *An Overview of the JMT Queueing Network Simulator*.  Politecnico di Milano - DEI, TR 2007.2, 2007. ([Article](http://jmt.sourceforge.net/Papers/tech07jmt.pdf)) ([BibTex](http://jmt.sourceforge.net/Papers/tech07jmt.bib))  &#x20;
* M.Bertoli, G.Casale, G.Serazzi.  *Java Modelling Tools: an Open Source Suite for Queueing Network Modelling and Workload Analysis*.  Proceedings of QEST 2006 Conference, Riverside, US, Sep 2006, 119-120, IEEE Press. ([Article](http://jmt.sourceforge.net/Papers/qest06jmt.pdf)) ([Slides](http://jmt.sourceforge.net/Papers/qest06jmt-slides.pdf)) ([BibTex](http://jmt.sourceforge.net/Papers/qest06jmt.bib))

### Designed by Bertoli Marco

DEIB -Politecnico di Milano - Italy

Department of Computing - UK

Coordinators: G.Casale, G.Serazzi


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://virtualfactory.gitbook.io/vlft/tools/jsimio/overview/jbibliography.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
