# JMT Overview

## Introduction

[Java Modelling Tools](http://jmt.sourceforge.net/) (JMT) is a suite of applications developed by Politecnico di Milano and Imperial College London and released under GPL license.

The project aims at offering a comprehensive framework for performance evaluation, system modeling with analytical and simulation techniques, capacity planning and workload characterization studies.

The suite includes six Java applications:

1. [JSIM*graph*](broken://pages/-M4BhfzjPYMX3oXE89cJ) - Queueing network and Petri net simulator with graphical user interface
2. [JSIM*wiz*](broken://pages/-M4BhfzkOlKX0Tfs8QX2) - Queueing network and Petri net simulator with wizard-based user interface
3. [JMVA](broken://pages/-M4BhfzlR_Eb7ksMM3dJ) - Mean Value Analysis and Approximate solution algorithms for queueing network models
4. [JABA](broken://pages/-M4BhfzmQNMaQkEFSdYa) - Asymptotic Analysis and bottlenecks identification of queueing network models
5. [JWAT](broken://pages/-M4BhfznBSHWSApyX6YR) - Workload characterization from log data
6. [JMCH](broken://pages/-M4BhfzoNF7cZSagpALz) - Markov chain simulator

### Versions

**Download:** [Latest Release](http://jmt.sourceforge.net/Download.html)

**Manual**: [Download](http://jmt.sourceforge.net/Papers/JMT_users_Manual.pdf)

### References

M.Bertoli, G.Casale, G.Serazzi.\
\&#xNAN;*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))


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
