Lines Matching +full:interface +full:- +full:node
1 .\" Copyright 2002-2007 Sandvine Inc.
19 .\" PURPOSE, OR NON-INFRINGEMENT. SANDVINE DOES NOT WARRANT, GUARANTEE, OR
39 .Nd netgraph node for traffic generation
46 node acts as a source of packets according to the parameters set up
50 node type is used primarily for testing and benchmarking.
54 node has two hooks:
60 hook must remain connected, its disconnection will shutdown the node.
62 The operation of the node is as follows.
70 node assumes that its neighbour node is of
72 node type.
73 The neighbour is queried for its interface name.
76 node then uses queue of the interface for its evil purposes.
79 node also disables
83 node.
84 If interface name cannot be obtained automatically, it should
91 node manually.
93 If the node is connected to a netgraph network, which does not
96 interface, limit the packet injection rate explicitly with the
102 control message the node starts sending
106 as the connected interface will take them.
107 While active, on every clock tick the node checks the available space
108 in the interface queue and sends that many packets out its
114 message, the node stops sending data.
116 This node type supports the generic control messages as well as the following,
120 .Bl -tag -width foo
123 .Bl -tag -width ".Va elapsedTime"
147 .Va endTime Li \- Va startTime
149 \-
168 Node starts sending the queued packets out the
173 hook must be connected and node must have
174 interface configured.
176 Stops the node if it is active.
182 This message requires the name of the interface
194 .Bl -tag -width ".Va offset"
209 .Bl -tag -width ".Va increment"
238 This node shuts down upon receipt of a
244 Attach the node to an
246 node for an interface.
258 node to
263 node.
264 .Bd -literal -offset indent
269 At this point the new node can be referred to as
272 node can be given its own name like this:
279 Once created, packets can be sent to the node as raw binary data.
285 node's
289 .Bd -literal -offset indent
290 perl -pe 's/(..)[ \et\en]*/chr(hex($1))/ge' <<EOF | nghook src0: input
301 To check that the node has queued these packets you can get the node
303 .Bd -literal -offset indent
322 .Bd -literal -offset indent
338 .Bd -literal -offset indent
339 date -r 1035305880
352 node type was implemented in