Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
kvalobs:kvalobs:kvagregated_manuell_bruk [2023-09-18 11:55:36]
terjeer removed
— (current)
Line 1: Line 1:
-====== kvAgregated manuell bruk ====== 
- 
-Etter at kvalobs er flyttet til Ostack er framgangsmåten først å logge inn på kvalobs eller histkvalobs som bruker kvalobs, for så å kjøre python-wrapperen kvAggregate: 
- 
-   kvAggregate --help  
- 
-gir utskriften 
- 
- 
-<code> 
-kvAgregated (kvalobs) 2.4.2 
- 
-Data agregation daemon for kvalobs. 
- 
-Available options: 
- 
-Working mode: 
-  -b [ --back-production ] arg  Produce data according to the given  
-                                specification. Format for specification is  
-                                '2008-04-08 06:00:00,5', which means produce  
-                                data valid for period 2008-04-08 06:00:00 -  
-                                2008-04-08 11:00:00. The number '5' after 
-                                the given starting time of the dataset specifies 
-                                a number of hours. The staring time and 
-                                this number of hours specififies the  
-                                time period for which we run the aggregator. 
-                                Daemon mode will not be  
-                                entered if this option is given. 
-  -d [ --daemon-mode ]          Enter daemon mode, even if overridden by the  
-                                --back-production option. 
-  -s [ --stations ] arg         Only process stations from the given  
-                                comma-separated list. 
-  -p [ --parameter ] arg        Only process parameters from the given  
-                                comma-separated list. 
-  -t [ --type ] arg             Only process the typeid from the given  
-                                comma-separated list. 
- 
-Database: 
-  --proxy-database-name arg     Use the given file as proxy database. If the  
-                                file does not exist, it will be created 
-  -r [ --repopulate ]           Repopulate internal agragator database on  
-                                startup 
- 
-General: 
-  --help                        Get help message 
-  --version                     Display version information 
-</code> 
- 
-Eksempel: 
-  kvAggregate -b '2018-04-12 06:01:00,456' -s 90451 90510 -t 4 
-   
-== For mere informasjon les: ==  
-  * [[..:kvalobs:Aggregering]] 
- 
- 
-/* == Eksempel == 
-  * [[..:kvalobs:Aggregering_eksempel]] 
-*/