Lentes, Bernd
2019-Aug-12 17:24 UTC
[libvirt-users] does virsh have a history with timestamps ?
Hi, i knwo that virsh has its own history, but are somewhere the respective timestamps logged ? Bernd -- Bernd Lentes Systemadministration Institut für Entwicklungsgenetik Gebäude 35.34 - Raum 208 HelmholtzZentrum münchen bernd.lentes@helmholtz-muenchen.de phone: +49 89 3187 1241 phone: +49 89 3187 3827 fax: +49 89 3187 2294 http://www.helmholtz-muenchen.de/idg Perfekt ist wer keine Fehler macht Also sind Tote perfekt Helmholtz Zentrum Muenchen Deutsches Forschungszentrum fuer Gesundheit und Umwelt (GmbH) Ingolstaedter Landstr. 1 85764 Neuherberg www.helmholtz-muenchen.de Aufsichtsratsvorsitzende: MinDir'in Prof. Dr. Veronika von Messling Geschaeftsfuehrung: Prof. Dr. med. Dr. h.c. Matthias Tschoep, Heinrich Bassler, Kerstin Guenther Registergericht: Amtsgericht Muenchen HRB 6466 USt-IdNr: DE 129521671
Peter Krempa
2019-Aug-13 07:41 UTC
Re: [libvirt-users] does virsh have a history with timestamps ?
On Mon, Aug 12, 2019 at 19:24:29 +0200, Lentes, Bernd wrote:> Hi, > > i knwo that virsh has its own history, but are somewhere the respective timestamps logged ?No, libvirt uses readline's history infrastructure which does not record timestamps with the entries. This is similar to for example bash_history which also does not record history. Also note that non-interactive use of virsh (e.g. 'virsh start DOMNAME') is not recorded at all in virsh's history file. In this case it's way better to look at the libvirtd log files which should contain log entries for any operation.
Reasonably Related Threads
- experience with balloon memory ?
- Live-Migration not possible: error: operation failed: guest CPU doesn't match specification
- Virtio-disk with driver from Microsoft from 2006 ?
- can hotplug vcpus to running Windows 10 guest, but not unplug
- changing memory size with virsh setmem - results only visible in domain, not on host