Hogsend
CLI Reference

hogsend stats

Show system-wide overview metrics from a running Hogsend instance — contacts, active journeys, recent email volume, and bounce/unsubscribe rates.

hogsend stats shows system-wide overview metrics from a running Hogsend instance. It wraps GET /v1/admin/metrics/overview.

hogsend stats [--json]

Fields

FieldDescription
totalContactsLive (non-deleted) contacts.
activeJourneysJourney states currently active or waiting.
emailsSent24hEmails sent in the last 24 hours.
emailsSent7dEmails sent in the last 7 days.
emailsSent30dEmails sent in the last 30 days.
bounceRate30dBounced / sent over the last 30 days (0..1).
unsubscribeRateUnsubscribed / total preferences (0..1).

Options

OptionDescription
--url <baseUrl>API base URL (default HOGSEND_API_URL or http://localhost:3002).
--admin-key <key>Admin bearer key (default HOGSEND_ADMIN_KEY / ADMIN_API_KEY).
--jsonEmit machine-readable JSON only.
-h, --helpShow this help.

The --url, --admin-key, and --json flags are the shared global flags handled by the router. See the CLI Reference for full connection details.

Examples

hogsend stats
hogsend stats --json

On this page