Diff: SicsLogger

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
NewFeaturesInSICS

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between version 7 and version 6:
Line 51 was replaced by lines 51-52
- There is also a utility to read the logged data through the SICS server.
+ There is also a utility to read the logged data through the SICS server. The command syntax
+ is:
At line 52 added 19 lines.
+ graph <start time> <end time> np <number of points> <variable> <variable> ...
+
+ where
+
+ ;<start time> <end time>:start and end time in seconds. Negative or small values (lower than one year) are relative to the actual time. Large values are treated as unix time values (seconds since 1970-01-01:00:00:00 UTC).
+ ;<number of points>:the maximal number of points to be read. If the the number of points is less than the interval duration divided by the logging period, the data is compressed.
+ ;<variable>:the variable name or object parameter name (<object>.<parameter>).
+
+ The returned list has the following syntax:
+
+ *first line: the actual time in unix format (relative times are related to this value)
+ *then, for every variable
+ **variable header: *<variable name> exact <exact flag>
+ **first datapoint: <unix time> <value>
+ **further datapoints: <seconds since last datapoint> <value> (this line may appear many times, up to the number of points specified).
+ *end mark: *<compressed> <overflow>
+
+ lines (2)(3)(4) are repaeat
+

Back to SicsLogger, or to the Page History.