This is the shipped English man-page reference for zerodds-monitor — the same text as man zerodds-monitor. The surrounding navigation follows the language switch; the reference body stays English, as man-pages conventionally do.
Dies ist die ausgelieferte englische man-page-Referenz für zerodds-monitor — derselbe Text wie man zerodds-monitor. Navigation und Seitenrahmen folgen dem Sprach-Umschalter; der Referenz-Body bleibt englisch, wie man-pages es konventionell tun.
NAME
zerodds-monitor - live snapshot or Prometheus /metrics server for the ZeroDDS runtime
SYNOPSIS
zerodds-monitor snapshot [-d DOMAIN] [--duration DUR] [-f FORMAT]
zerodds-monitor serve [-d DOMAIN] [-a ADDR] [--duration DUR]
zerodds-monitor names
DESCRIPTION
zerodds-monitor starts a DCPS runtime and exposes the process-global metric registry either as a one-shot snapshot or via HTTP for Prometheus scraping.
snapshot collects metrics for --duration (default 5s) then prints the registry contents in text or prometheus format.
serve runs the registry as a /metrics HTTP endpoint on --addr (default 127.0.0.1:9991) until SIGINT or --duration elapses.
names prints the canonical list of known ZeroDDS metric names.
OPTIONS
- -d, --domain ID
-
DDS Domain ID. Default: 0.
- --duration DUR
-
Run duration: 5, 30s, 2m, 1h.
- -f, --format FORMAT
-
Output format for snapshot : text (default) or prometheus.
- -a, --addr ADDR
-
Listen address for serve. Default 127.0.0.1:9991.
EXIT STATUS
- 0
-
Success.
- 2
-
CLI parse error.
- 3
-
DDS or I/O error.
SEE ALSO
zerodds-bench(1), zerodds-spy(1), zerodds-snitch(1)
AUTHORS
ZeroDDS Contributors <release@zerodds.org>