HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] Oneliners
Hi,
Some one-liners I find useful:
How many fax have we sent since log rotation:
#> grep "SENT" /var/log/syslog|wc
and how many did we receive:
#> grep "RECV FAX:" /var/log/syslog|wc
Which users have fax in the queue and how many:
#> cat /var/spool/hylafax/sendq/*|grep owner|sort|uniq -c
Feel free to use an optimize :)
/Ole
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*