- yamcs
- yamcs alarms
- yamcs algorithms
- yamcs commands
- yamcs config
- yamcs containers
- yamcs dbshell
- yamcs events
- yamcs instances
- yamcs links
- yamcs login
- yamcs logout
- yamcs packets
- yamcs parameter-archive
- yamcs parameters
- yamcs processors
- yamcs rocksdb
- yamcs services
- yamcs space-systems
- yamcs storage
- yamcs streams
- yamcs tables
yamcs parameter-archive¶
Synopsis¶
Description¶
Manage the Parameter Archive.
Commands¶
- rebuild
Rebuild the Parameter Archive.
This operation may be constrained by using the
--sinceand--untiloptions. These values are only hints to the Parameter Archive, which will extend the requested range based on archive segmentation.Rebuild run as an asynchronous operation: this command will not await the outcome.
- purge
Remove all data from the Parameter Archive
- backfilling
Enable or disable backfilling in the Parameter Archive
Options¶
- -s <DATE>, --since <DATE>¶
With
rebuild, date specification in ISO format or as detailed under Timestamps.
- -u <DATE>, --until <DATE>¶
With
rebuild, date specification in ISO format or as detailed under Timestamps.
Timestamps¶
When parsing timestamps, yamcs-cli accepts a specification in ISO format. The following special patterns are also recognised:
now: current timenow UTC: current UTC timetoday: 00:00:00 of the current daytoday UTC: 00:00:00 UTC of the current dayyesterday: 00:00:00 of the day beforeyesterday UTC: 00:00:00 UTC of the day beforetomorrow: 00:00:00 of the next daytomorrow UTC: 00:00:00 UTC of the next day