|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.Net.droptailQueueMonitor_2
A prototype queue monitor built atop the SSF.Util.Streams infrastructure, provided as a demonstration. Monitors the IP packet arrivals and drops in a droptailQueue on the NIC on which this droptailQueueMonitor is configured. Writes # packet arrivals and drops to the named StreamInterface.
Uses record_type: SSF.Net.QueueRecord_2.
droptailQueue,
droptailRecordPlayer_2,
SSF.Util.Streams| Constructor Summary | |
droptailQueueMonitor_2()
|
|
| Method Summary | |
void |
config(NIC ownerNIC,
com.renesys.raceway.DML.Configuration cfg)
configure the Monitor. |
void |
init()
called by SSF.Net.NIC.init() |
void |
receive(ProtocolMessage msg)
Log a packet arriving to the queue. |
void |
sendRecord()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public droptailQueueMonitor_2()
| Method Detail |
public void config(NIC ownerNIC,
com.renesys.raceway.DML.Configuration cfg)
throws com.renesys.raceway.DML.configException
monitor [
use SSF.Net.droptailQueueMonitor
probe_interval %F # recording time interval, seconds (double)
suppress_zeros %S # suppress zero queue output, true/false
debug %S # print verbose diagnostics, true/false
]
config in interface PacketQueueMonitorcom.renesys.raceway.DML.configExceptionpublic void init()
init in interface PacketQueueMonitorpublic void sendRecord()
public void receive(ProtocolMessage msg)
receive in interface PacketQueueMonitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||