mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 05:25:42 +07:00
feat: Initialize VitePress documentation system with multi-language content, custom theme, and assets.
This commit is contained in:
28
docs/manual/router/dashboard.md
Normal file
28
docs/manual/router/dashboard.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Dashboard & Monitoring
|
||||
|
||||
The Dashboard provides a real-time command center for your Mikrotik router. It aggregates critical data from the Mikrotik API to give you an immediate overview of your network's health.
|
||||
|
||||
## <Icon name="LineChart" color="primary" /> Real-time Traffic Monitor
|
||||
|
||||
MIVO features a live traffic monitor that communicates directly with your Mikrotik interfaces.
|
||||
- **Interface Selection**: Choose any physical or virtual interface (e.g., `ether1`, `wlan1`, `bridge-hotspot`).
|
||||
- **Live Graphing**: View incoming and outgoing traffic in bits/sec or bytes/sec.
|
||||
- **Peak Tracking**: Quickly identify bandwidth spikes.
|
||||
|
||||
## <Icon name="Cpu" color="warning" /> Router Resources
|
||||
|
||||
Monitor the physical health of your Mikrotik hardware:
|
||||
- **CPU Load**: Displayed as a percentage. High CPU load may indicate the need for hardware upgrades or configuration optimization.
|
||||
- **Memory**: Tracks free vs. total RAM.
|
||||
- **Uptime**: Shows how long the router has been running since the last reboot.
|
||||
- **Disk/Storage**: Monitor available space on your router's flash memory.
|
||||
|
||||
## <Icon name="Smartphone" color="success" /> Active Sessions
|
||||
|
||||
A quick summary of currently authenticated users:
|
||||
- **Total Online**: Real-time count of users currently using the hotspot.
|
||||
- **Active IP/MAC**: Monitor connected devices on a high level.
|
||||
|
||||
> [!TIP]
|
||||
> Keep the Dashboard open during peak hours to monitor for congestion or unauthorized access attempts.
|
||||
|
||||
Reference in New Issue
Block a user