pm2-orbit 1.0.5 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/server.js +389 -389
- package/dist-ui/assets/index-BhKDPSwo.css +1 -0
- package/dist-ui/assets/index-WtC1_5oL.js +56 -0
- package/dist-ui/index.html +8 -2
- package/package.json +1 -1
- package/dist-ui/assets/index-OYqKkh7V.css +0 -1
- package/dist-ui/assets/index-pRE_kpC2.js +0 -56
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> High-performance, real-time PM2 monitoring dashboard. Event-driven architecture supporting 1000+ processes with zero configuration.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<img width="1918" height="932" alt="image" src="https://github.com/user-attachments/assets/ea4c4aac-86ed-455b-96e1-458662c55cb2" />
|
|
6
6
|
|
|
7
7
|
## Why PM2 Orbit?
|
|
8
8
|
|
|
@@ -34,6 +34,8 @@ That's it. No config files, no databases, no Docker required. Opens in your brow
|
|
|
34
34
|
- Pause/resume without disconnecting
|
|
35
35
|
- Copy individual lines or download full buffer
|
|
36
36
|
|
|
37
|
+
<img width="1918" height="936" alt="image" src="https://github.com/user-attachments/assets/d19c1242-024a-4c3e-b4cb-5b31b0118681" />
|
|
38
|
+
|
|
37
39
|
**System Metrics**
|
|
38
40
|
- Host CPU, memory, load average, network I/O, disk I/O
|
|
39
41
|
- Auto-collecting via `systeminformation` with smart caching
|