|
Ran
|
Jobs
1
|
Files
92
|
Run time
5s
|
Badge
README BADGES
|
push
travis-ci
New Flat Protocol Buffer #105 New structure aim to simplify exploitation and storage of the flow structure as describe below. message Flow { /* Flow Universally Unique IDentifier flow.UUID is unique in the universe, as it should be used as a key of an hashtable. By design 2 different flows, their UUID are always different. flow.UUID can be used as Database Index. */ string UUID = 1; string LayersPath = 2; /* Data Flow info */ FlowLayer Link = 20; FlowLayer Network = 21; FlowLayer Transport = 22; /* Data Flow Metric info from the 1st layer amount of data between two updates */ FlowMetric LastUpdateMetric = 31; /* Total amount of data for the whole flow duration */ FlowMetric Metric = 32; /* Flow Tracking IDentifier, from 1st packet bytes flow.TrackingID could be used to identify an unique flow whatever it has been captured on the infrastructure. flow.TrackingID is calculated from the bytes of the first packet of his session. flow.TrackingID can be used as a Tag. */ string TrackingID = 5; /* Flow Parent UUID is used as reference to the parent flow Flow.ParentUUID is the same value that point to his parent flow.UUID */ string ParentUUID = 6; /* Topology info */ string NodeUUID = 11; string ANodeUUID = 14; string BNodeUUID = 19; } Change-Id: Ieac556f54 Reviewed-on: http://softwarefactory-project.io/r/4793 Reviewed-by: Sylvain Afchain <safchain@gmail.com> Reviewed-by: Sylvain Baubeau <sbaubeau@redhat.com> Tested-by: Sylvain Baubeau <sbaubeau@redhat.com> Workflow: Sylvain Baubeau <sbaubeau@redhat.com> Tested-by: Jenkins CI <jenkins@softwarefactory-project.io>
6761 of 12180 relevant lines covered (55.51%)
201.17 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 392.1 | 0 |
55.51 |
Travis Job 392.1 |