add a report option to read from database
Opened this issue · 0 comments
pouriyajamshidi commented
Summary
We need to define a new flag; e.g report
to read the database and then report based on user defined filters.
For instance to report entries that have a receive queue greater than 0:
qwatcher --report "receive_q > 0"
This is just a rough idea and the syntax can change.