put the files where the files want to be
This commit is contained in:
parent
9a200b3bf6
commit
da7c4b9456
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ set datafile separator ","
|
|||
set term png size 1600,1200
|
||||
|
||||
##
|
||||
set output "hotspot-all.png"
|
||||
set output "/var/www/html/csv-reports/images/hotspot-all.png"
|
||||
set title "IPs grabbing hotspot per day"
|
||||
plot ["2014-12-01":"2017-12-31"] \
|
||||
'/var/www/html/csv-reports/hotspot/hotspotdata-all.csv' using 1:2 title 'Average every 5min' with lines lw 4, \
|
||||
|
@ -16,7 +16,7 @@ plot ["2014-12-01":"2017-12-31"] \
|
|||
unset output
|
||||
|
||||
##
|
||||
set output "hotspot-all-ma.png"
|
||||
set output "/var/www/html/csv-reports/images/hotspot-all-ma.png"
|
||||
set title "Moving Average of IPs grabbing hotspot"
|
||||
plot ["2014-12-01":"2017-12-31"] \
|
||||
'/var/www/html/csv-reports/hotspot/hotspotdatadata-all-7day-ma.csv' using 1:2 title 'Average every 5min' with lines lw 4, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue