Hi there!
I'm using gnuplot to make some nice plots - the goal is to know my 'new' computer. That means: I'm collecting cpu load and temperature values to see if everything (esp. the temperature) is okay.
So far I made it to some nice plot - see
https://test.szaktilla.de/plot3.pdf
So far I am using 'tail -n' lines of the log file to control the 'x size' of the plots. This way I can have some 'at least x hours' range.
Is it possible to define some more neat range like
[ last 6 hours : now ]
?
I hope I made clear what I want. English isn't my mothers tongue.
Gregor
PS: Found it in the 'online help' of gnuplot ...
Code:
set timefmt "%d.%m.%y-%H:%M:%S"
set xrange [ "22.1.23-10:00:00" : "23.1.23-1:00:00" ]