perfsonar / owamp

A tool for performing one-way or two-way active measurements
Apache License 2.0
70 stars 30 forks source link

Subsession owp #95

Closed ottojwittner closed 9 months ago

ottojwittner commented 9 months ago

A '-n' option has been added which enables output of .owp raw data also during sub-session outputs, i.e. when '-N' is set. In addition to outputting several .owp-files per session, the last .owp and .sum files are ensured to only treat record not yet treated (and output as .owp and .sum in earlier sub-sessions). This is contrary to normal behavior for '-N' where a final pair of .owp and .sum files cover the whole session dataset. (Hence the final .sum-file re-analyses data already analysed by sub-session .sum-files.) Note that in cases where "skip records" exists in a session '-n' may result in inaccurate output data. A warning about this has been added in the powstream man page.

ottojwittner commented 9 months ago

Forgot one commit. Making a new pull request.