Skip to content

Commit

Permalink
data: Update plots
Browse files Browse the repository at this point in the history
Signed-off-by: Rolf Neugebauer <[email protected]>
  • Loading branch information
rn committed Feb 8, 2020
1 parent 6444b9d commit b357a0d
Show file tree
Hide file tree
Showing 32 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions data/gnuplot/boot-parallel.gpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# where <dir> is the platform directory


fc_dat = sprintf("%s/boot-parallel-10-fc-cdf.dat", base)
fc_dat = sprintf("%s/boot-parallel-10-fc-api-cdf.dat", base)
chv_dat = sprintf("%s/boot-parallel-10-chv-cdf.dat", base)
qboot_dat = sprintf("%s/boot-parallel-10-qemu-cdf.dat", base)

Expand All @@ -32,7 +32,7 @@ plot \
chv_dat index 0 using ($1/1000):2 w l lw 2 t 'CloudHV', \
qboot_dat index 0 using ($1/1000):2 w l lw 2 t 'QEMU', \

fc_dat = sprintf("%s/boot-parallel-50-fc-cdf.dat", base)
fc_dat = sprintf("%s/boot-parallel-50-fc-api-cdf.dat", base)
chv_dat = sprintf("%s/boot-parallel-50-chv-cdf.dat", base)
qboot_dat = sprintf("%s/boot-parallel-50-qemu-cdf.dat", base)

Expand Down Expand Up @@ -60,7 +60,7 @@ plot \
qboot_dat index 0 using ($1/1000):2 w l lw 2 t 'QEMU', \


fc_dat = sprintf("%s/boot-parallel-100-fc-cdf.dat", base)
fc_dat = sprintf("%s/boot-parallel-100-fc-api-cdf.dat", base)
chv_dat = sprintf("%s/boot-parallel-100-chv-cdf.dat", base)
qboot_dat = sprintf("%s/boot-parallel-100-qemu-cdf.dat", base)

Expand Down
8 changes: 5 additions & 3 deletions data/gnuplot/boot-serial-all.gpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
# where <dir> is the platform directory


fc_dat = sprintf("%s/boot-serial-fc-cdf.dat", base)
fc_nopci_dat = sprintf("%s/boot-serial-fc-nopci-cdf.dat", base)
fc_net_dat = sprintf("%s/boot-serial-fc-net-cdf.dat", base)
fc_dat = sprintf("%s/boot-serial-fc-api-cdf.dat", base)
fc_file_dat = sprintf("%s/boot-serial-fc-file-cdf.dat", base)
fc_nopci_dat = sprintf("%s/boot-serial-fc-nopci-api-cdf.dat", base)
fc_net_dat = sprintf("%s/boot-serial-fc-net-api-cdf.dat", base)
chv_dat = sprintf("%s/boot-serial-chv-cdf.dat", base)
chv_net_dat = sprintf("%s/boot-serial-chv-net-cdf.dat", base)
chv_bz_dat = sprintf("%s/boot-serial-chv-bz-cdf.dat", base)
Expand Down Expand Up @@ -36,6 +37,7 @@ set grid ytics mytics xtics mxtics
plot \
fc_dat index 1 using 1:2 w l lw 2 t 'FC-pre', \
fc_dat index 0 using ($1/1000):2 w l lw 2 t 'FC', \
fc_file_dat index 0 using ($1/1000):2 w l lw 2 t 'FC-file', \
fc_nopci_dat index 1 using 1:2 w l lw 2 t 'FC-pre (noPCI kernel)', \
fc_net_dat index 1 using 1:2 w l lw 2 t 'FC+Network-pre', \
fc_net_dat index 0 using ($1/1000):2 w l lw 2 t 'FC+Network', \
Expand Down
2 changes: 1 addition & 1 deletion data/gnuplot/boot-serial.gpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# where <dir> is the platform directory


fc_dat = sprintf("%s/boot-serial-fc-cdf.dat", base)
fc_dat = sprintf("%s/boot-serial-fc-api-cdf.dat", base)
chv_dat = sprintf("%s/boot-serial-chv-cdf.dat", base)
qboot_dat = sprintf("%s/boot-serial-qboot-cdf.dat", base)

Expand Down
2 changes: 0 additions & 2 deletions data/gnuplot/mem.gpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

fc_dat = sprintf("%s/mem-fc.dat", base)
chv_dat = sprintf("%s/mem-chv.dat", base)
chv_bz_dat = sprintf("%s/mem-chv-bz.dat", base)
qboot_dat = sprintf("%s/mem-qemu.dat", base)

out_file = sprintf("%s/mem-percent.pdf", base)
Expand Down Expand Up @@ -84,5 +83,4 @@ set grid ytics mytics xtics mxtics
plot \
fc_dat using ($1/1048576):(($8 - $4)/1024) w lp lw 2 t 'FC', \
chv_dat using ($1/1048576):(($8 - $4)/1024) w lp lw 2 t 'CloudHV', \
chv_bz_dat using ($1/1048576):(($8 - $4)/1024) w lp lw 2 t 'CloudHV (bzImage)', \
qboot_dat using ($1/1048576):(($8 - $4)/1024) w lp lw 2 t 'QEMU', \
Binary file added data/m5d.metal/boot-parallel-10.pdf
Binary file not shown.
Binary file added data/m5d.metal/boot-parallel-100.pdf
Binary file not shown.
Binary file added data/m5d.metal/boot-parallel-50.pdf
Binary file not shown.
Binary file added data/m5d.metal/boot-serial-all.pdf
Binary file not shown.
Binary file added data/m5d.metal/boot-serial.pdf
Binary file not shown.
Empty file added data/m5d.metal/fio-bw.pdf
Empty file.
Binary file added data/m5d.metal/mem-abs.pdf
Binary file not shown.
Binary file added data/m5d.metal/mem-in-vm.pdf
Binary file not shown.
Binary file added data/m5d.metal/mem-percent.pdf
Binary file not shown.
Binary file added data/rn.haswell/boot-parallel-10.pdf
Binary file not shown.
Binary file added data/rn.haswell/boot-parallel-100.pdf
Binary file not shown.
Binary file added data/rn.haswell/boot-parallel-50.pdf
Binary file not shown.
Binary file added data/rn.haswell/boot-serial-all.pdf
Binary file not shown.
Binary file added data/rn.haswell/boot-serial.pdf
Binary file not shown.
Empty file added data/rn.haswell/fio-bw.pdf
Empty file.
Binary file added data/rn.haswell/mem-abs.pdf
Binary file not shown.
Binary file added data/rn.haswell/mem-in-vm.pdf
Binary file not shown.
Binary file added data/rn.haswell/mem-percent.pdf
Binary file not shown.
Binary file added data/rn.nehalem/boot-parallel-10.pdf
Binary file not shown.
Binary file added data/rn.nehalem/boot-parallel-100.pdf
Binary file not shown.
Binary file added data/rn.nehalem/boot-parallel-50.pdf
Binary file not shown.
Binary file added data/rn.nehalem/boot-serial-all.pdf
Binary file not shown.
Binary file added data/rn.nehalem/boot-serial.pdf
Binary file not shown.
Empty file added data/rn.nehalem/fio-bw.pdf
Empty file.
Binary file added data/rn.nehalem/mem-abs.pdf
Binary file not shown.
Binary file added data/rn.nehalem/mem-in-vm.pdf
Binary file not shown.
Binary file added data/rn.nehalem/mem-percent.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion data/update-plots.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/sh

DIRS="m5d.metal-ht m5d.metal rn.haswell rn.nehalem"
DIRS="m5d.metal rn.haswell rn.nehalem"

for DIR in $DIRS; do
echo "==== $DIR"
gnuplot -e "base='$DIR'" gnuplot/boot-serial-all.gpl
gnuplot -e "base='$DIR'" gnuplot/boot-serial.gpl
gnuplot -e "base='$DIR'" gnuplot/boot-parallel.gpl
Expand Down

0 comments on commit b357a0d

Please sign in to comment.