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

skydive-project / skydive / 392
38%

Build:
DEFAULT BRANCH: master
Ran 10 Oct 2016 10:36AM UTC
Jobs 1
Files 92
Run time 5s
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

pending completion
392

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

Jobs
ID Job ID Ran Files Coverage
1 392.1 10 Oct 2016 10:36AM UTC 0
55.51
Travis Job 392.1
Source Files on build 392
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #392
  • 958a3bb5 on github
  • Prev Build on master (#390)
  • Next Build on master (#393)
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