remove moving average from hotspot as it will not work in EL8
This commit is contained in:
parent
a8d1c355f0
commit
ebfeeecc83
2 changed files with 8 additions and 8 deletions
|
@ -16,10 +16,10 @@ plot ["2014-12-01":"2020-12-31"] \
|
|||
unset output
|
||||
|
||||
##
|
||||
set output "/var/www/html/csv-reports/images/hotspot-all-ma.png"
|
||||
set title "Moving Average of IPs grabbing hotspot"
|
||||
plot ["2014-12-01":"2020-12-31"] \
|
||||
'/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:2 title 'Average every 5min' with lines lw 4, \
|
||||
'/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:3 title 'Least 5min' with lines lw 4, \
|
||||
'/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:4 title 'Max 5min' with lines lw 4
|
||||
unset output
|
||||
# set output "/var/www/html/csv-reports/images/hotspot-all-ma.png"
|
||||
# set title "Moving Average of IPs grabbing hotspot"
|
||||
# plot ["2014-12-01":"2020-12-31"] \
|
||||
# '/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:2 title 'Average every 5min' with lines lw 4, \
|
||||
# '/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:3 title 'Least 5min' with lines lw 4, \
|
||||
# '/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:4 title 'Max 5min' with lines lw 4
|
||||
# unset output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue