1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
#### Scripts #####
____Tools____
tuptime_dbcheck.py
Test database integrity. Catch and fix errors.
tuptime_join.py
Join two tuptime db files into an other one.
tuptime_modify.py
Modify registers preserving nearest values in sync.
Allow change 'end status', 'startup timestamp' and 'shutdown timestamp'.
____DB migrations____
db-tuptime-migrate-2.0-to-3.0.sh
Update tuptime database format from version 2.0.0 or above to 3.0.0.
db-tuptime-migrate-3.0-to-3.1.sh
Update tuptime database format from version 3.0.0 to 3.1.0.
db-tuptime-migrate-3.1-to-4.0.sh
Update tuptime database format from version 3.1.0 or above to 4.0.0.
Tuptime v.4 do it automatically.
db-tuptime-migrate-4.0-to-5.0.sh
Update tuptime database format from version 4.0.0 or above to 5.0.0.
Tuptime v.5 do it automatically.
____Plots____
tuptime-plot1.py
Graph a plot with the number of hours (default) or events (-x swich)
per state along each day. It gets the info from tuptime csv output.
Playground script.
tuptime-plot2.py
Graph a plot with the state events per hour along each day (default)
or accumulated events per hour (-x swich). It gets the info from
tuptime csv output. Playground script.
tuptime-powerplot.py
Graph a plot with the power consumption for every day uptime. At
least, it needs as argument the -k kWh or -m mWh price and the power
consumption value. Playground script.
|