Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talex5/mirage-trace-viewer
GTK and HTML viewers for mirage-profile trace files
https://github.com/talex5/mirage-trace-viewer
Last synced: 2 months ago
JSON representation
GTK and HTML viewers for mirage-profile trace files
- Host: GitHub
- URL: https://github.com/talex5/mirage-trace-viewer
- Owner: talex5
- License: bsd-2-clause
- Created: 2014-10-07T09:48:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T14:34:21.000Z (almost 2 years ago)
- Last Synced: 2023-04-07T00:11:45.735Z (almost 2 years ago)
- Language: OCaml
- Homepage: http://roscidus.com/blog/blog/2014/10/27/visualising-an-asynchronous-monad/
- Size: 583 KB
- Stars: 17
- Watchers: 10
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Viewer for CTF traces collected by [mirage-profile][].
To view a trace in a window using the GTK interface:
```bash
mirage-trace-viewer-gtk ./examples/net.ctf
```To generate a JavaScript viewer in the directory `htdocs`:
```bash
mirage-trace-viewer-js --out=./htdocs ./examples/net.ctf
```To dump a trace from a running Xen domain, use [mirage-trace-dump-xen][].
Examples can be found in the blog post [Visualising an Asynchronous Monad](http://roscidus.com/blog/blog/2014/10/27/visualising-an-asynchronous-monad/).
[mirage-profile]: https://github.com/mirage/mirage-profile
[mirage-trace-dump-xen]: https://github.com/talex5/mirage-trace-dump-xen