• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

skydive-project / skydive / 392 / 1
38%
master: 38%

Build:
DEFAULT BRANCH: master
Ran 10 Oct 2016 10:36AM UTC
Files 92
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Oct 2016 10:11AM UTC coverage: 55.509% (-0.4%) from 55.859%
392.1

push

travis-ci

Jenkins 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

Source Files on job 392.1
  • Tree
  • List 0
  • Changed 45
  • Source Changed 16
  • Coverage Changed 41
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 392
  • Travis Job 392.1
  • 958a3bb5 on github
  • Prev Job for on master (#390.1)
  • Next Job for on master (#393.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc