Performance Monitor
QWFIX RTAnalyzer monitors the performance of remote processes in real-time.
Minute-by-minute performance data a collected from remote processes by
RTAnalyzer.
The performance data consists of the following fields:
- Messages Sent
The number of FIX messages sent in that minute interval. Note this counter
reflectes the messages successfully sent by application. If the link is slow,
the actual messages sent over the wire might be smaller than the "Messages Sent"
counter. In that case some messages will be queued.
- Message Received
The number of FIX messages received by process. Note if the messages may be put
into the incoming queue if the business logic code is processing messages at a
slower rate than the session handler.
- Outgoing Queue Size
The number of messages in outgoing queue.
- Incoming Queue Size
The number of messages in the incoming queue.
- Cached Messages
The total amount of messages in the message cache of the remote process.
- Cache Memory
The amount of system memory used by the remote message cache (in megabytes).
User can view the performance chart by individual session or by entire engine.
