# 🚀 Quick Reference Card - Advanced System Analyzer

## 📞 Emergency Support
**TEL1.NL - +31 61 380 3782**
- **Email**: support@tel1.nl
- **Hours**: Mon-Fri 9:00-18:00 CET

---

## ⚡ Quick Start Commands

### One-Click Startup
```bash
python run.py
# Open: http://localhost:5000
```

### Command Line Analysis
```bash
python system_analyzer.py
```

### Web Server Only
```bash
python advanced_app.py
```

### Install Dependencies
```bash
pip install -r requirements_simple.txt
```

---

## 🌐 Web Dashboard Access

### Local Access
- **URL**: http://localhost:5000
- **Alternative Port**: http://localhost:8080 (if 5000 is busy)

### Network Access
- **Local Network**: http://[YOUR-IP]:5000
- **Check IP**: `ip addr show` or `ifconfig`

---

## 🔧 Common Commands

### Check System Status
```bash
# Quick health check
curl http://localhost:5000/api/system/health

# Get analysis results
curl http://localhost:5000/api/system/results
```

### Change Port
```bash
python advanced_app.py --port 8080
```

### Run with Admin Rights
```bash
sudo python run.py  # Linux/macOS
# Run as Administrator on Windows
```

---

## 📊 Key Features

### Web Dashboard
- ✅ Real-time system monitoring
- ✅ Interactive performance charts
- ✅ System health indicators
- ✅ Process analysis
- ✅ Disk usage monitoring
- ✅ Network information
- ✅ One-click cleanup
- ✅ Report downloads

### Command Line
- ✅ Comprehensive system analysis
- ✅ Beautiful terminal output
- ✅ Progress indicators
- ✅ Health assessment
- ✅ Automated cleanup
- ✅ JSON report generation

---

## 🚨 Troubleshooting

### Port 5000 Busy
```bash
python advanced_app.py --port 8080
```

### Permission Errors
```bash
sudo python run.py
```

### Missing Dependencies
```bash
pip install -r requirements_simple.txt --force-reinstall
```

### Check Logs
```bash
cat system_analyzer.log
```

---

## 📱 API Endpoints

| Endpoint | Method | Description |
|----------|--------|-------------|
| `/` | GET | Web Dashboard |
| `/api/system/health` | GET | Quick Health Check |
| `/api/system/analyze` | POST | Start Full Analysis |
| `/api/system/status` | GET | Analysis Status |
| `/api/system/results` | GET | Analysis Results |
| `/api/system/cleanup` | POST | System Cleanup |
| `/api/system/processes` | GET | Top Processes |
| `/api/system/network` | GET | Network Info |
| `/api/reports/download` | GET | Download Report |

---

## 🎯 System Health Indicators

### Status Colors
- 🟢 **Green**: Good - System healthy
- 🟡 **Yellow**: Warning - Issues detected
- 🔴 **Red**: Critical - Immediate attention needed

### Key Metrics
- **CPU Usage**: < 70% = Good, > 90% = Critical
- **Memory Usage**: < 80% = Good, > 90% = Critical
- **Disk Usage**: < 80% = Good, > 90% = Critical
- **Swap Usage**: 0% = Good, > 50% = Critical

---

## 📞 Support Contact

### Primary Support
- **Phone**: +31 61 380 3782
- **Email**: support@tel1.nl
- **Company**: TEL1.NL

### Emergency Support
- **Outside Hours**: Email with "URGENT" subject
- **Critical Issues**: Call immediately

### Documentation
- **Full Guide**: HELP_GUIDE.md
- **Technical Docs**: README.md
- **Log File**: system_analyzer.log

---

## 🔄 Regular Maintenance

### Daily
- Quick health check via web dashboard
- Monitor system performance

### Weekly
- Full system analysis
- Review health reports

### Monthly
- Comprehensive cleanup
- Performance optimization

### Quarterly
- System review and tuning
- Update configurations

---

*Quick Reference v1.0 - TEL1.NL Support: +31 61 380 3782* 