@georgeluo/metrics-ui
v0.1.3
Published
Metrics UI server and dashboard for SimEval captures, streaming playback, and derivations.
Maintainers
Readme
@georgeluo/metrics-ui
Metrics UI server and dashboard for SimEval captures, live file streams, derivations, and visualization plugins.
Install
npm install -g @georgeluo/metrics-uiRun
metrics-ui serve --host 127.0.0.1 --port 5050Optional storage paths:
metrics-ui serve \
--data-root /path/to/metrics-ui \
--upload-root /path/to/metrics-ui/uploads \
--capture-sources-file /path/to/metrics-ui/capture-sources.json \
--dashboard-state-file /path/to/metrics-ui/dashboard-state.jsonThen open:
http://127.0.0.1:5050- WebSocket control:
ws://127.0.0.1:5050/ws/control
Docs
See USAGE.md for HTTP/WS protocol details and example automation flows.
