SID Monitor Overview Installation Graphical User Interface Menubar Graph Area Date Tab Channels Tab GOES Tab Message Pane Status Bar Notification Icon Options Options Startup Options Data Acquisition Options Channels Options Database Options Forecast Options Graph Options Report and Alert Options Location Reapply Algorithm Parameters Generate Report View Report Sunrise and Sunset times calculator About information box FAQ FAQ Reports FAQ Databases FAQ Forecast Licence Credits |
FAQ – Databases
SID Monitor uses RRDTool for the management of the
databases. This tool handles databases according to the "round robin" scheme. They have predefined fixed sizes, and the newer values are overwritten over the oldest ones. Channels DatabaseContents
The Channels database stores all channels signal levels. It has a capacity of 31 days.
One dataset named ExampleHere is an example of creation of the Channels database. rrdtool create "D:\...\sid-test.rrd" --start 1147361783 --step 10 DS:sun:GAUGE:120:0:8 DS:test:GAUGE:20:0:4096 RRA:AVERAGE:0.99:1:267840 RRA:HWPREDICT:267840:0.50:0.50:8640:3 RRA:SEASONAL:8640:0.50:2 RRA:DEVSEASONAL:8640:0.50:2 RRA:DEVPREDICT:267840:4 RRA:FAILURES:267840:7:9:4
Refresh period ( GOES DatabaseContents
The GOES database stores all GOES X-ray flux values downloaded from the internet. It has a
capacity of 31 days. ExampleHere is an example of creation of the GOES database.
Refresh period ( rrdtool create "D:\...\goes-test.rrd" --start 1144683393 --step 60 DS:goesp:GAUGE:120:U:U DS:goess:GAUGE:120:U:U RRA:AVERAGE:0.99:1:44640 |
SID monitoring station by Lionel LOUDET is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. |
Last Update: 31 Aug 2014 |
Apache/2.4.62 (Debian) |