Displaying 1 result from an estimated 1 matches for "1m13sec".
Did you mean:
11sec
2014 Jun 14
2
Re: Script to read systemd journal of a guest to find its IP address
I've pushed a new tool called "virt-log" upstream, so you can now
just do:
virt-log -d Guest
or:
virt-log -a disk.img
It will automatically fetch the journal or traditional syslog file as
appropriate, and we can add Windows support in future.
Unfortunately the journal_* API calls are rather slow because they
have to fetch each single line from the journal. So there's