Skip to main content

Name

binding delayed — show domains with delayed queue size bigger than threshold on a specified binding

Synopsis

binding delayed { binding_name } { threshold }

Description

The binding delayed command presents information concerning the domains on a particular binding with a large number of delayed messages in queue. The command takes a binding name and a single positive integer as an argument which specifies the threshold of interest. The output will include all domains on the given binding whose delayed queues exceed the integer specified.

10:47:35 /tmp/2025> binding delayed BINDING1 1000
Domain:                   mailcity.com  C:  0  A:      9  D:  1169  S: 16838
Domain:                   peoplepc.com  C:  0  A:    575  D:  1180  S:  7735
Domain:                       sina.com  C:  3  A:      1  D:  1232  S:  1069
                                Total:  C: 532  A:  22692  D: 34915  S:1953716
C

current number of connections

A

current size of the active queue

D

current size of the delayed queue

S

total messages sent during the life of the domain record

The row detailing the totals represents the totals across all domains on the given binding, not just those listed.

See Also

Was this page helpful?