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 11 and version 5:
Line 35 was replaced by line 35
- ... many lines omitted
+ ... many lines omitted
Line 38 was replaced by line 38
- #isdst 0 change of daylight saving time
+ #isdst 0 change of daylight saving time
Line 41 was replaced by line 41
- ... many lines omitted
+ ... many lines omitted
Lines 43-46 were replaced by lines 43-46
- 07:55:00 100.58 the server was shut down
- #period 5 exact 0 isdst 0 the server restarts at 8:30
- 07:55:05 the shutdown time and an empty value
- 08:30:00 99.95 the first logged value after startup
+ 07:55:00 100.58 the server was shut down after writing this line
+ #period 5 exact 0 isdst 0 the server restarts at 8:30
+ 07:55:05 the shutdown time and an empty value
+ 08:30:00 99.95 the first logged value after startup
Line 51 was replaced by lines 51-79
- 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:
+ {{{
+ graph <start time> <end time> np <number of points> <variable> <variable> ...
+ graph <start time> <end time> text <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 second form with the keyword {{text}} does not compress, and is mainly used for text
+ variables.
+
+ 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 (may appear many times, up to the number of points specified):\\
+ {{<seconds since last datapoint> <value>}}
+ *end mark:\\
+ {{*<compressed> <overflow>}}
+ <compressed> is 0, if no compression appeared, 1 else\\
+ <overflow> should be 0, else an internal error occur (might be removed later)

Back to SicsLogger, or to the Page History.