Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fastclick
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
SDN PP
fastclick
Commits
315a4e64
Commit
315a4e64
authored
Apr 06, 2018
by
Georgios Katsikas
Committed by
Tom Barbette
Apr 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed documentation issues in timestamping elements
Signed-off-by:
Georgios Katsikas
<
katsikas.gp@gmail.com
>
parent
d70f70ca
Pipeline
#1792
passed with stage
in 11 minutes and 25 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
6 deletions
+11
-6
elements/analysis/numberpacket.hh
elements/analysis/numberpacket.hh
+1
-1
elements/analysis/recordtimestamp.cc
elements/analysis/recordtimestamp.cc
+1
-1
elements/analysis/timestampdiff.cc
elements/analysis/timestampdiff.cc
+2
-1
elements/analysis/timestampdiff.hh
elements/analysis/timestampdiff.hh
+2
-2
elements/userlevel/monitoringreportsocket.cc
elements/userlevel/monitoringreportsocket.cc
+1
-1
elements/userlevel/monitoringreportsocket.hh
elements/userlevel/monitoringreportsocket.hh
+4
-0
No files found.
elements/analysis/numberpacket.hh
View file @
315a4e64
...
...
@@ -13,7 +13,7 @@ NumberPacket()
=s
Set an increasing number inside the payload of each packet
s
Set an increasing number inside the payload of each packet
=item OFFSET
...
...
elements/analysis/recordtimestamp.cc
View file @
315a4e64
/*
* recordtimestamp.{cc,hh} -- Store a
packet count inside packet payload
* recordtimestamp.{cc,hh} -- Store a
timestamp for numbered packets
* Cyril Soldani, Tom Barbette
*
* Copyright (c) 2015-2016 University of Liège
...
...
elements/analysis/timestampdiff.cc
View file @
315a4e64
/*
* timestampdiff.{cc,hh} -- Store a packet count inside packet payload
* timestampdiff.{cc,hh} -- Compute the difference between the recorded
* timestamp of a packet using RecordTimestamp and a fresh timestamp
* Cyril Soldani, Tom Barbette
*
* Various latency percentiles by Georgios Katsikas
...
...
elements/analysis/timestampdiff.hh
View file @
315a4e64
...
...
@@ -16,8 +16,8 @@ TimestampDiff()
=s timestamps
Compute the difference between the recorded timestamp of a packet using
RecordTimestamp and
the number inside the packet payload potentially set
using NumberPacket
RecordTimestamp and
a fresh timestamp. Computations are performed only for
numbered packets, either by a NumberPacket element or an external entity.
Arguments:
...
...
elements/userlevel/monitoringreportsocket.cc
View file @
315a4e64
// -*- mode: c++; c-basic-offset: 2 -*-
/*
* monitoringreportsocket.{cc,hh} -- periodically reports timestamp
t
ed
* monitoringreportsocket.{cc,hh} -- periodically reports timestamped
* values of element handlers via a UDP or TCP socket.
* Useful for element handlers that contain arithmetic values.
* Can be used for monitoring purposes; e.g., to report the run-time
...
...
elements/userlevel/monitoringreportsocket.hh
View file @
315a4e64
...
...
@@ -42,6 +42,10 @@ Keyword arguments are:
Unsigned Integer. The frequency in seconds to schedule this element,
thus send data to the remote server.
=item CORE_NB
Unsigned Integer. CPU core ID to schedule this element.
=item SNDBUF
Unsigned integer. Sets the maximum size in bytes of the underlying
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment