Getting statistics information for subscriptions

Statistics information for subscriptions includes:

To get statistics information for a specific subscription, use sp_helpsub with the stats keyword and specify the subscription:

sp_helpsub stats, sub_name

where sub_name is the name of the subscription.

To get statistics information for all subscriptions, use sp_helpsub with the stats keyword and without specifying a subscription:

sp_helpsub stats