Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talex5/mirage-trace-dump-xen
Dump the CTF trace of a running mirage-xen unikernel
https://github.com/talex5/mirage-trace-dump-xen
Last synced: 6 days ago
JSON representation
Dump the CTF trace of a running mirage-xen unikernel
- Host: GitHub
- URL: https://github.com/talex5/mirage-trace-dump-xen
- Owner: talex5
- License: bsd-2-clause
- Created: 2021-04-08T13:30:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T13:43:04.000Z (over 3 years ago)
- Last Synced: 2024-10-30T06:08:03.582Z (about 2 months ago)
- Language: OCaml
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To dump a trace from a Mirage unikernel running Xen domain `my-domain`:
```bash
mirage-trace-dump-xen my-domain out.ctf
```The trace can then be viewed using [mirage-trace-viewer][].
Note: this code was extracted from mirage-trace-viewer to prevent it from being lost.
It has not been tested in its current form.See [Visualising an Asynchronous Monad](http://roscidus.com/blog/blog/2014/10/27/visualising-an-asynchronous-monad/).
[mirage-trace-viewer]: https://github.com/talex5/mirage-trace-viewer