The replsummary operation quickly and concisely summarizes the replication state and relative health of a forest. SYNTAX ...

The replsummary operation quickly and concisely summarizes
     the replication state and relative health of a forest.

     [SYNTAX]
     
     /replsummary [DSA_LIST] /bysrc /bydest /errorsonly
          [/sort:{ delta | partners | failures | error | percent | unresponsive }]

     delta:   sort results list by time since last successful replication for each respective DC
     partners:  sort results list by the # of replication partners for each respective DC
     failures:   sort results list by the # of partner replication failures for each respective DC    
     error:   sort results list by the last replication result (ie, error code) for each respective DC   
     percent:   sort results list by the partner replication failure percentage (failures/total * 100) for each respective DC
     unresponsive:   group results list into responsive and unresponsive DC.

     [EXAMPLES]

     The following command will target all DC's in the forest to retrieve 
     summary replication status from each, listing the output by source then 
     destination and ordering by the largest time difference.

     repadmin /replsum * /bysrc /bydest /sort:delta