Home
last modified time | relevance | path

Searched refs:downtime (Results 1 – 13 of 13) sorted by relevance

/qemu/tests/migration/guestperf/
H A Dprogress.py81 downtime, argument
92 self._downtime = downtime
H A Dscenario.py24 downtime=500, argument
40 self._downtime = downtime # milliseconds
H A Dshell.py147 downtime=args.downtime,
/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-postcopy-test186 downtime = event_dist(event_stop, event_resume)
189 assert downtime * 10 < postcopy_time
191 print('downtime:', downtime)
/qemu/docs/
H A Dmulti-thread-compression.txt24 about 70% in a typical case. In addition to this, the VM downtime can be
80 downtime(msec): | 100 | 27
100 downtime(msec): | 337 | 173
H A Dxbzrle.txt5 of VM downtime and the total live-migration time of Virtual machines.
H A Drdma.txt106 Here is a brief summary of total migration time and downtime using RDMA:
130 migration *downtime*. This is because, without this feature, all of the
H A DCOLO-FT.txt334 3. Reduce checkpoint VM’s downtime while doing checkpoint.
/qemu/docs/devel/migration/
H A Dvfio.rst15 helps to reduce the total downtime of the VM. VFIO devices opt-in to pre-copy
19 When pre-copy is supported, it's possible to further reduce downtime by
24 guarantee that and thus, can potentially reduce downtime even further.
124 achieve its downtime tolerances. If QEMU during pre-copy phase keeps finding
126 it is likely to find dirty pages and can predict the downtime accordingly.
/qemu/migration/
H A Dmigration.h340 int64_t downtime; member
H A Dtrace-events50 …, const char *idstr, uint32_t instance_id, int64_t downtime) "type=%s idstr=%s instance_id=%d down…
51 …, const char *idstr, uint32_t instance_id, int64_t downtime) "type=%s idstr=%s instance_id=%d down…
H A Dmigration.c126 if (!s->downtime) { in migration_downtime_end()
127 s->downtime = now - s->downtime_start; in migration_downtime_end()
1131 info->downtime = s->downtime; in populate_time_info()
1654 s->downtime = 0; in migrate_init()
H A Dmigration-hmp-cmds.c87 info->downtime); in hmp_info_migrate()