homepage/posts/2024/10/18/graph-docker-memory/memory.gnuplot

27 lines
576 B
Plaintext
Raw Normal View History

2024-10-22 22:16:42 +00:00
set terminal svg background '#FFFFFF'
set title 'Docker Memory Usage'
set xdata time
set timefmt '%s'
set format x '%tH:%tM:%tS'
# Please note this is in SI units (base 10), not IEC (base 2). So, for example, this would show a Gigabyte, not a Gibibyte.
set format y '%.0s%cB'
set datafile separator "|"
plot "-" using 1:2 title 'fervent_sinoussi' with lines, "-" using 1:2 title 'intelligent_visvesvaraya' with lines
0|552960
5|10371465
9|10285481
14|10256121
18|10256121
22|10256121
26|10288627
29|10288627
33|10863247
e
0|552960
5|552960
9|897024
14|60953722
18|21349007
e