- Analyzed system limits, memory usage, process status - Identified primary suspect: Next.js dev server memory leaks - Secondary suspects: macOS power mgmt, SSH timeout, OOM killer - Created monitoring script for CPU/memory/file descriptors - Documented recommendations: production builds, PM2, nohup
23 lines
1005 B
Plaintext
23 lines
1005 B
Plaintext
[2026-02-18 15:56:22 CST] Starting web app health check...
|
|
[2026-02-18 15:56:22 CST] Checking HTTP status for ports...
|
|
✓ Port 3000: HTTP 200
|
|
✓ Port 3003: HTTP 200
|
|
✓ Port 3005: HTTP 200
|
|
[2026-02-18 15:56:22 CST] ✓ All apps healthy - no restart needed.
|
|
[2026-02-18 15:56:22 CST] Health check complete.
|
|
---
|
|
[2026-02-18 15:56:39 CST] Starting web app health check...
|
|
[2026-02-18 15:56:39 CST] Checking HTTP status for ports...
|
|
✓ Port 3000: HTTP 200
|
|
✓ Port 3003: HTTP 200
|
|
✓ Port 3005: HTTP 200
|
|
[2026-02-18 15:56:39 CST] ✓ All apps healthy - no restart needed.
|
|
[2026-02-18 15:56:39 CST] Health check complete.
|
|
---
|
|
[2026-02-18 16:01:29 CST] === Starting web app monitor check ===
|
|
[2026-02-18 16:01:29 CST] ✓ gantt-board (port 3000) is UP
|
|
[2026-02-18 16:01:29 CST] ✓ blog-backup (port 3003) is UP
|
|
[2026-02-18 16:01:29 CST] ✓ heartbeat-monitor (port 3005) is UP
|
|
[2026-02-18 16:01:29 CST] All apps healthy, no action needed
|
|
[2026-02-18 16:01:29 CST] === Monitor check complete ===
|