inspect

A web-based service for inspecting shared memory and transaction log files.

Usage:

mg inspect [<port>]

Launches the inspector service.

  • <port>: The port name on which to listen. Defaults to 8888.

The inspector provides a web interface for viewing shared memory and transaction log files. To connect to the inspector, open a web browser and navigate to https://host:8888, where host is the hostname or address of the MarketGrid container.

Make sure to use https — the inspector does not respond over http.

TODO: Full documentation for inspector.