Overview
The XIMP Network Traffic Monitoring module provides deep visibility into traffic flows, bandwidth consumption, and protocol distribution across your virtual and physical networks. Operations teams use it to identify top bandwidth consumers, investigate anomalous patterns, and baseline normal network behavior.Prerequisites
- An active Xloud account with project access
- Network flow collection configured by your administrator (see XIMP Admin — Agent Configuration)
Network Traffic Views
- Dashboard
- CLI
Navigate to Monitoring → Network to access network monitoring views.
| View | Shows |
|---|---|
| Traffic Overview | Total inbound/outbound traffic per interface over time |
| Top Talkers | Highest-bandwidth source/destination pairs |
| Protocol Analysis | Traffic breakdown by protocol (TCP, UDP, ICMP, application layer) |
| Flow Table | Individual network flows with source, destination, port, and bytes |
| Anomaly Detection | Unusual traffic patterns flagged by behavioral analysis |
Analyzing Traffic Anomalies
Review the Anomaly Detection panel
Navigate to Monitoring → Network → Anomaly Detection. XIMP uses behavioral
baselines to flag traffic patterns that deviate significantly from historical norms.Each anomaly entry shows:
- Detection time and duration
- Affected host or network segment
- Anomaly type (volumetric, port scan, protocol violation, etc.)
- Confidence score
Drill into suspicious flows
Click on an anomaly event to view the associated flow records. Use the Flow Table
to examine individual connections:
| Column | Description |
|---|---|
| Source IP | Originating IP address |
| Destination IP | Target IP address |
| Port | Destination port |
| Protocol | TCP, UDP, ICMP |
| Bytes | Total data transferred in this flow |
| Duration | Flow lifetime in seconds |
Setting Network Traffic Alerts
Alert on network conditions that indicate problems or security events:- Bandwidth Threshold Alert
- Packet Loss Alert
Navigate to Monitoring → Alerting → Alert Rules → New Alert Rule:
| Field | Value |
|---|---|
| Metric | xloud_network_interface_rx_bytes |
| Condition | > |
| Threshold | 900000000 (900 MB/s — 90% of 1 GbE) |
| Evaluation Period | 5 minutes |
| Severity | Warning |
Next Steps
Metrics & Alerts
Create bandwidth and packet loss alert rules
Log Analytics
Correlate network anomalies with log events from the same time window
Alert Rules (Advanced)
Configure compound alert conditions and escalation for network events
XIMP Admin — DDoS Protection
Configure automatic DDoS mitigation policies (administrator)