'''Scrolling view of total Greyhole operations queue:'''
{{Code|while [ 1 == 1 ]; do greyhole --view-queue <nowiki>| </nowiki> grep Total; sleep 60; done}}
'''Scrolling log of what files Greyhole is working on right now:'''
{{Code|tail -f /var/log/greyhole.log}}
== Convert Greyhole from SQLite to MySQL ==