Convert kumofs binary log
kumolog [options] <logfile.mpac>
Convert binary logs into human-readable format.
-f, --follow
same as `tail -f'
-t, --tail
show only last N logs (default: N=10)
-h, --head
show only first N logs (default: N=10)
-n, --lines=[-]N
specify N
$ kumolog -f svr1_log.mpac
$ kumolog -h -n 50 svr1_log.mpac