Comment 0 for bug 1202239

Revision history for this message
Pavel Kazlenka (panya-qwert) wrote :

There are no timestamps in polygraph-ltrace output, however they are expected to be there according to documentation (http://www.web-polygraph.org/docs/reference/options.html) :
"The --time_unit option has two effects: ltrace uses time since test start when reporting timestamps and that relative time is reported in the specified units or scale. By default, absolute time (seconds since Unix epoch) is reported."

Steps to reproduce:
1. Obtain any log from polygraph test.
2. Run polygraph-ltrace --side clt --objects ok_xact.count --win_len 1min --time_unit 1s client.log .
>#ok_xact.count
>44907
>62275
>62307
>62505
>43167

Expected:
Output must contain timestamps.

Versions affected:
Reproducible using at least versions 4.3.2, 4.6.0 and 4.7.0

I've attached sample log file for 4.3.2.