check total mails via Piler cli

Issue #1008 closed
Biswajit Banerjee created an issue

how can i check how mails are now lying in piler via some cli / command .

TIA

Comments (2)

  1. Janos SUTO repo owner

    Either write an sql query, eg.

     echo 'select rcvd from counter' | mysql -N piler
    

    or use the pilerstats utility.

  2. Log in to comment