@@ -10,7 +10,7 @@ set datafile separator comma
10
10
set timefmt "%Y-%m-%dT%H:%M:%S+00:00"
11
11
set xdata time
12
12
set xtics rotate
13
- set format x "%H:%M"
13
+ set format x "%H:%M:%S "
14
14
set terminal png size 800, 600
15
15
set xlabel "wall clock (UTC)"
16
16
set ylabel "used [MiB]"
@@ -22,10 +22,10 @@ set key rmargin
22
22
# 4 mem_total_k, 4 mem_used_k, 6 mem_free_k,
23
23
# 7 swap_total_k, 8 swap_used_k, 9 swap_free_k,
24
24
# 10 rss, 11 rss_all, 12 datetime
25
- plot "${CSV} " using 12:(\$ 10/1024) title "y2start RSS" with lines,\
26
- "" using 12:(\$ 11/1024) title "y2start+children RSS" with lines,\
27
- "" using 12:(\$ 2/1024) title "disk" with lines,\
28
- "" using 12:(\$ 5/1024) title "mem" with lines,\
29
- "" using 12:((\$ 2+\$ 5)/1024) title "mem+disk" with lines,\
30
- "" using 12:(\$ 8/1024) title "swap" with lines
25
+ plot "${CSV} " using 12:(\$ 10/1024) title "y2start RSS" with lines,\
26
+ "" using 12:(\$ 11/1024) title "y2start+children RSS" with lines,\
27
+ "" using 12:(\$ 2/1024) title "disk" with lines,\
28
+ "" using 12:(\$ 5/1024) title "mem" with lines,\
29
+ "" using 12:((\$ 2+\$ 5)/1024) title "mem+disk" with lines,\
30
+ "" using 12:(\$ 8/1024) title "swap" with lines
31
31
EOS
0 commit comments