📊 Server Monitoring Dashboard

📂 Database Structure

+------------------+
| USERS           |
+------------------+
| id    | INT     |
| name  | VARCHAR |
| email | VARCHAR |
+------------------+

+-------------------+
| ORDERS           |
+-------------------+
| order_id  | INT  |
| user_id   | INT  |
| total     | FLOAT|
+-------------------+
            

🖥️ Server Logs

💻 Command Prompt

> ping database...
> Connecting...
> ERROR: Database connection failed!
> Retrying...
> ERROR: Server timeout. Unable to connect.