Permalink
Showing
with
34 additions
and 15 deletions.
- +13 −0 images/README.commands
- BIN images/smb_create_iats_cdf.pdf
- BIN images/smb_create_iats_pdf.pdf
- BIN images/smb_create_rts_cdf.pdf
- BIN images/smb_create_rts_pdf.pdf
- BIN images/smb_general_iats_cdf.pdf
- BIN images/smb_general_iats_pdf.pdf
- BIN images/smb_general_rts_cdf.pdf
- BIN images/smb_general_rts_pdf.pdf
- BIN images/smb_read_bytes_cdf.pdf
- BIN images/smb_read_bytes_pdf.pdf
- BIN images/smb_read_iats_cdf.pdf
- BIN images/smb_read_iats_pdf.pdf
- BIN images/smb_read_rts_cdf.pdf
- BIN images/smb_read_rts_pdf.pdf
- BIN images/smb_write_bytes_cdf.pdf
- BIN images/smb_write_bytes_pdf.pdf
- BIN images/smb_write_iats_cdf.pdf
- BIN images/smb_write_iats_pdf.pdf
- BIN images/smb_write_rts_cdf.pdf
- BIN images/smb_write_rts_pdf.pdf
- BIN trackingPaper.dvi
- +21 −15 trackingPaper.tex
@@ -0,0 +1,13 @@ | ||
# The following are the most basic commands used to produce the gnuplots that can then be saved as PDFs | ||
# Note: This is for line graphs NOT box ones | ||
set size ratio 0.6 | ||
set xlabel "X-Axis Value" | ||
unset key | ||
set ytics nomirror | ||
set xtics nomirror | ||
set logscale x 2 | ||
set xtics ("1" 1, "32" 32, "1024" 1024, "32768" 32768, "1s" 1e6, "10s" 1e7, "100s" 1e8) | ||
plot "-" with lines | ||
|
||
# For Bytes | ||
set xtics ("1" 1, "32" 32, "1K" 1024, "8K" 8192, "16K" 16384, "32K" 32768, "256K" 262144, "512K" 524288, "1M" 1048576, "32M" 33554432, "512M" 536870912) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.