Skip to main content

Name

signing_stats — show DK/DKIM signing stats

Synopsis

signing_stats

Description

This command shows DKIM and Domainkeys signing statistics since startup or the last reset of statistics. Global and Per Binding statistics are persistent across Momentum shutdown and startup. Per Domain and Per Binding-Per Domain statistics are not persistent.

10:47:35 /tmp/2025> signing_stats
Signing Statistics

Global
        DomainKeys
                AccumulatedSigningTime    0.0494
                TotalMessagesSigned            1
                FailedSigningAttempts          0
                TotalMessagesProcessed         1
        DKIM
                AccumulatedSigningTime    0.0187
                TotalMessagesSigned            1
                FailedSigningAttempts          0
                TotalMessagesProcessed         1
Per Domain
        DomainName  omniti.com
        DomainKeys
                AccumulatedSigningTime    0.0494
                TotalMessagesSigned            1
                FailedSigningAttempts          0
                TotalMessagesProcessed         1
        DKIM
                AccumulatedSigningTime    0.0187
                TotalMessagesSigned            1
                FailedSigningAttempts          0
                TotalMessagesProcessed         1
Per Binding
        binding_name example
        DomainKeys
                AccumulatedSigningTime    0.0494
                TotalMessagesSigned            1
                FailedSigningAttempts          0
                TotalMessagesProcessed         1
        DKIM
                AccumulatedSigningTime    0.0187
                TotalMessagesSigned            1
                FailedSigningAttempts          0
                TotalMessagesProcessed         1
        Per Binding Per Domain
        DomainName omniti.com
        DomainKeys
                AccumulatedSigningTime    0.0494
                TotalMessagesSigned            1
                FailedSigningAttempts          0
                TotalMessagesProcessed         1
        DKIM
                AccumulatedSigningTime    0.0187
                TotalMessagesSigned            1
                FailedSigningAttempts          0
                TotalMessagesProcessed         1
Global

The statistics in this section are accumulated across all domains and bindings.

Per Domain

The statistics in this section are grouped by domain and identified by the domain name. The statistics under each domain name are accumulated for that domain only.

Per Binding

The statistics in this section are grouped by binding, headed by the binding name, and by domain within the binding. The statistics under each binding name are accumulated for all domains within that binding. Statistics headed by domain name are accumulated for that domain within the binding only.

DomainKeys

This term labels signing statistics accumulated by Domainkeys signing.

DKIM

This term labels statistics accumulated by DKIM signing.

AccumulatedSigningTime

The total amount of time (in seconds) spent processing messages.

TotalMessagesSigned

The total number of Messages successfully signed.

FailedSigningAttempts

The total number of failed attempts at signing.

TotalMessagesProcessed

The total number of messages processed including messages that the signing algorithm determines are not to be signed.

See Also

Was this page helpful?