Skip to content

Commit ecdecfb

Browse files
committed
Update plots
Signed-off-by: Rolf Neugebauer <[email protected]>
1 parent e2300c3 commit ecdecfb

27 files changed

+2
-0
lines changed

data/gnuplot/boot-serial-all.gpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ chv_dat = sprintf("%s/boot-serial-chv-cdf.dat", base)
1414
chv_net_dat = sprintf("%s/boot-serial-chv-net-cdf.dat", base)
1515
chv_bz_dat = sprintf("%s/boot-serial-chv-bz-cdf.dat", base)
1616
qemu_dat = sprintf("%s/boot-serial-qemu-cdf.dat", base)
17+
qemu_uvm_dat = sprintf("%s/boot-serial-qemu-uvm-cdf.dat", base)
1718
qboot_dat = sprintf("%s/boot-serial-qboot-cdf.dat", base)
1819
qboot_net_dat = sprintf("%s/boot-serial-qboot-net-cdf.dat", base)
1920

@@ -45,6 +46,7 @@ plot \
4546
chv_net_dat index 0 using ($1/1000):2 w l lw 2 t 'CloudHV+Network', \
4647
chv_bz_dat index 0 using ($1/1000):2 w l lw 2 t 'CloudHV (bzImage)', \
4748
qemu_dat index 0 using ($1/1000):2 w l lw 2 t 'QEMU', \
49+
qemu_uvm_dat index 0 using ($1/1000):2 w l lw 2 t 'QEMU microVM', \
4850
qboot_dat index 0 using ($1/1000):2 w l lw 2 t 'QEMU qboot', \
4951
qboot_net_dat index 0 using ($1/1000):2 w l lw 2 t 'QEMU qboot+Network', \
5052

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

data/m5d.metal/boot-serial-all.pdf

-1.73 KB
Binary file not shown.

data/m5d.metal/boot-serial.pdf

0 Bytes
Binary file not shown.

data/m5d.metal/fio-bw.pdf

0 Bytes
Binary file not shown.

data/m5d.metal/fio-lat.pdf

0 Bytes
Binary file not shown.

data/m5d.metal/mem-abs.pdf

0 Bytes
Binary file not shown.

data/m5d.metal/mem-in-vm.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)