summaryrefslogtreecommitdiff
path: root/dcfilesize.plot
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2014-01-09 20:12:17 +0100
committerYorhel <git@yorhel.nl>2014-01-09 20:12:17 +0100
commit8cfbc07271b6f170acf6c6dbe44836644fbf5e61 (patch)
treef893ef62451e2f76d0bc3c13985611776d723046 /dcfilesize.plot
Initial commitHEADmaster
Diffstat (limited to 'dcfilesize.plot')
-rw-r--r--dcfilesize.plot13
1 files changed, 13 insertions, 0 deletions
diff --git a/dcfilesize.plot b/dcfilesize.plot
new file mode 100644
index 0000000..13df32c
--- /dev/null
+++ b/dcfilesize.plot
@@ -0,0 +1,13 @@
+set terminal png size 600, 400
+set output "dcfilesize.png"
+#set yrange [0:1.5e7]
+set xrange [780:1.1e10]
+set logscale x
+set xlabel "file size"
+set ylabel "number of files (millions)"
+set nokey
+set grid xtics ytics
+set xtics ("1K" 1024, "10K" 10240, "100K" 102400,\
+ "1M" 1048576, "10M" 10485760, "100M" 104857600,\
+ "1G" 1073741824, "10G" 10737418240)
+plot "dcfilesize" using (2**(9+$1) + 2**(8+$1)):($2/1e6) with histeps