You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brings Datarouter changes for reference_platform integration (#31)
* Project import generated by Copybara.
GIT_ORIGIN_SPP_REV_ID: 8a2b2eea1f568d6202ab434296573a5e11e2757a
* Skip test if feature is disabled
* Adds missing copyright headers
Copy file name to clipboardExpand all lines: score/datarouter/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,13 @@ Example statistics message:
32
32
```
33
33
[APP1 : count 4074 , size 714378 B, read_time: 21000 us, transp_delay: 204000 us time_between_to_calls_: 0 us time_to_process_records_: 0 us buffer size watermark: 152 KB out of 512 KB ( 29 %) messages dropped: 0 (accumulated)]
34
34
```
35
-
This example shows source `APP1` transmitted 4074 messages with a total payload size of 714378 bytes. The datarouter spent 204000 microseconds reading the messages (since the last read cycle), with a maximum message latency of 1364 microseconds.
35
+
This example shows source `APP1` transmitted 4074 messages with a total payload size of 714378 bytes. The datarouter spent 204000 microseconds reading the messages (since the last read cycle).
36
36
37
37
The datarouter detects message gaps in the incoming flow and reports them using the source ID as the context ID.
38
38
39
39
Example gap detection message:
40
40
```
41
-
535575 2019/11/05 14:59:22.720133 244.3038 157 HFPP DR 485 0 log error verbose 5 message drop detected: messages 1073 to 1110 lost!
41
+
535575 2019/11/05 14:59:22.720133 244.3038 157 ECU1 DR 485 0 log error verbose 5 message drop detected: messages 1073 to 1110 lost!
42
42
```
43
43
The source ID corresponds to its PID. In this example, the source with PID `485` lost 37 messages because the datarouter did not read the ring buffer fast enough.
0 commit comments