# A Fuzzy Schedule (\`nmz\`)

Namazu is a fuzzy scheduler that mutates Ethernet packets, Filesystem events, and thread interleaving. As well as injected faults.

{% hint style="info" %}
Scheduling problems are often subtle and rare. Namazu works best with repeated testing.
{% endhint %}

Typically you'll work with it like a Docker container:

```
nmz container run -it --rm ubuntu bash
```

Inside you can run, for example, async networking stack test suite:

```bash
apt update && apt install --yes build-essential git rustc cargo
git clone https://github.com/tokio-rs/tokio
cd tokio && cargo test --all
```

## Exercises

* Run your favorite projects test suite in Namazu.
* Explore the bugs discovered by Namazu that has recorded: <https://github.com/osrg/namazu/#found-and-reproduced-bugs>, try reproducing one.


---

# 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://pingcap.gitbook.io/chaos-workshop/a-menagerie-of-tools/a-fuzzy-schedule-nmz.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.
