# Traffic/Latency Monitor

OpenAlgo introduces powerful tools for performance monitoring:

1\. Latency Monitor (/latency):

• Real-Time Tracking: Monitors Round-Trip Time (RTT) for order execution.

• Broker Comparison: Evaluate broker performance and latency breakdown.

• Benefits:

• Optimize execution strategies.

• Detect and troubleshoot delays.

• Compare brokers for better reliability.

2\. Traffic Monitor (/traffic):

• API Analytics: Track API usage, errors, and response times.

• Endpoint Insights: Identify heavily-used endpoints and optimize requests.

• Benefits:

• Monitor system health.

• Resolve performance bottlenecks.

• Plan scaling based on actual usage.

<br>

These tools provide essential visibility to optimize system performance, ensuring reliable and efficient trading operations.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openalgo.in/new-features/traffic-latency-monitor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
