-
Notifications
You must be signed in to change notification settings - Fork 216
Expand file tree
/
Copy pathindex.html
More file actions
467 lines (454 loc) · 16.2 KB
/
Copy pathindex.html
File metadata and controls
467 lines (454 loc) · 16.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
---
layout: default
title: Advanced Production Process Manager for Node.js
description: PM2 is a daemon process manager for Node.js with a built-in load balancer, zero-downtime reloads, startup scripts and monitoring. Keep apps online 24/7.
---
<section class="section-intro">
<div class="section-background">
<div class="section-wrapper">
<div class="hexagon hexagon-1"></div>
<div class="hexagon hexagon-2"></div>
<div class="hexagon hexagon-3"></div>
<div class="hexagon hexagon-4"></div>
</div>
</div>
<div class="section-wrapper">
<div class="card">
<div class="card-left">
<h1>PM2 - Advanced Production Process Manager for Node.js</h1>
<p>
PM2 is a daemon process manager that will help you manage and keep
your application online 24/7
</p>
<div class="code-and-button">
<code class="dim-border">npm install pm2 -g</code
><!--
--><a
href="/docs/usage/quick-start/"
title="Learn more"
class="button big accent-border border-corners inner-shadows"
>
Learn more
</a>
</div>
</div>
<div class="card-right">
<img alt="PM2 process manager illustration" src="{{ site.url }}/assets/header-graphic.png" width="727" height="561" />
</div>
</div>
</div>
</section>
<section class="section-features">
<div class="section-background">
<div class="section-wrapper"><div class="hexagon hexagon-5"></div></div>
</div>
<div class="section-wrapper">
<div class="card">
<div class="card-left">
<h1>Features</h1>
<p>
A Complete feature set for production environment, built with a
worldwide community of developers and enterprises.
</p>
</div>
<div class="card-right">
<div
class="feature-lists accent-border border-corners big-corners big-inner-shadows"
>
<ul>
<li>
<a
title="Behavior configuration"
href="{{ site.url }}/docs/usage/application-declaration/"
>
Behavior configuration
</a>
</li>
<li>
<a
href="{{ site.url }}/docs/usage/source-map-support/"
title="Source map support for BabelJS/Typescript"
>
Source map support
</a>
</li>
<li>
<a
href="{{ site.url }}/docs/usage/docker-pm2-nodejs/"
title="PM2 Docker Container Integration"
>
Container Integration
</a>
</li>
<li>
<a
href="{{ site.url }}/docs/usage/watch-and-restart/"
title="Watch and Reload"
>
Watch & Reload
</a>
</li>
<li>
<a href="{{ site.url }}/docs/usage/log-management/" title="Log management">
Log management
</a>
</li>
<li>
<a
href="{{ site.url }}/docs/usage/monitoring/"
title="Monitoring PM2 and Node.js"
>
Monitoring
</a>
</li>
<li>
<a
href="{{ site.url }}/docs/advanced/pm2-module-system/"
title="Module system in PM2"
>
Module System
</a>
</li>
<li>
<a
href="{{ site.url }}/docs/usage/monitoring/#memory-threshold"
title="Max Memory Reload"
>
Max memory reload
</a>
</li>
</ul>
<ul>
<li>
<a
href="{{ site.url }}/docs/usage/cluster-mode/"
title="Node.js PM2 Cluster mode"
>
Cluster Mode
</a>
</li>
<li>
<a
href="{{ site.url }}/docs/usage/cluster-mode/#reload"
title="Hot Reload"
>
Hot reload
</a>
</li>
<li>
<a
href="{{ site.url }}/docs/usage/pm2-development/"
title="PM2 in development"
>
Development workflow
</a>
</li>
<li>
<a
href="{{ site.url }}/docs/usage/startup/"
title="Startup Script Generation"
>
Startup Scripts
</a>
</li>
<li>
<a href="{{ site.url }}/docs/usage/deployment/" title="Deployment Workflow">
Deployment workflow
</a>
</li>
<li>
<a
href="{{ site.url }}/docs/usage/use-pm2-with-cloud-providers/"
title="PM2 on Heroku / Azure / Google App Engine"
>
PaaS Compatible
</a>
</li>
<li>
<a
href="{{ site.url }}/docs/usage/monitoring/#pm2io"
title="PM2.io monitoring"
>
PM2.io monitoring
</a>
</li>
<li><a href="{{ site.url }}/docs/usage/pm2-api/" title="PM2 API">API</a></li>
</ul>
</div>
</div>
<div class="card-left">
<div class="code-and-button">
<code class="dim-border">pm2 start app.js</code
><!--
--><a
href="/docs/usage/process-management/"
title="Get started"
class="button big dim-border dim-inner-shadows"
>
Get started
</a>
</div>
</div>
</div>
</div>
</section>
<section class="section-big-msg">
<div class="section-background">
<div class="section-wrapper"><div class="hexagon hexagon-2"></div></div>
</div>
<div class="section-wrapper">
<p class="eyebrow">Our Products</p>
<h2>Discover the Products We Built<br/>that Made our Customers Successful<br/> with the Node.js Technology.</h2>
</div>
</section>
<section class="section-eagle-detect">
<div class="section-background">
<div class="section-wrapper"><div class="hexagon hexagon-2"></div></div>
</div>
<div class="section-wrapper">
<div class="card">
<div class="card-left">
<h2>PM2 Monitoring Dashboard</h2>
<div class="card-text">
<h3>Track Bugs and Exceptions, Receive Alerts.</h3>
<p>Along our Process Manager, our Monitoring Solution is <b>the Easiest and most Reactive solution</b> in the market to make sure that applications are working properly.</p>
<p>It's Web Based and you can start monitor with a simple:</p>
<code>
pm2 monitor
</code>
<a href="{{ site.register_url }}" title="Register" class="button big dim-border dim-inner-shadows" data-track-cross-site data-tracking-event="monitoring_register_clicked">
Register Today
</a>
<div class="metrics-dd">
Trust Metrics:<br/>
<span class="mtrc">50,000+</span> Applications monitored
<br/>
<span class="mtrc">99.9%</span> Uptime SLA
</div>
</div>
</div>
<div class="card-right">
<div
class="accent-border border-corners big-corners big-inner-shadows image-wrapper"
>
<img alt="PM2 Monitoring Dashboard showing error tracking, performance metrics, and real-time alerts for Node.js applications" src="{{ site.url }}/assets/monitoring-dashboard.png" width="1800" height="1103" loading="lazy" />
</div>
</div>
</div>
</div>
</section>
<section class="section-eagle-detect section-mcp">
<div class="section-background">
<div class="section-wrapper"><div class="hexagon hexagon-3"></div></div>
</div>
<div class="section-wrapper">
<div class="card">
<div class="card-left">
<h2>PM2 AI Assistant (MCP)</h2>
<div class="card-text">
<h3>Talk to Your Servers. Ask Questions, Get Answers.</h3>
<p>Connect <b>Claude, Cursor or any MCP-compatible AI assistant</b> to your monitoring data: server status, metrics, logs, exceptions, traces and alerts — secured by OAuth with your PM2.io account.</p>
<p>Point your AI assistant to our MCP endpoint:</p>
<code>
https://mcp.keymetrics.io/mcp
</code>
<a href="{{ site.register_url }}" title="Connect your Assistant" class="button big dim-border dim-inner-shadows" data-track-cross-site data-tracking-event="mcp_register_clicked">
Connect your Assistant
</a>
<div class="metrics-dd">
Trust Metrics:<br/>
<span class="mtrc">44</span> AI Tools available
<br/>
Works with <span class="mtrc-inline">Claude Code, Claude Desktop & Cursor</span>
</div>
</div>
</div>
<div class="card-right">
<div
class="accent-border border-corners big-corners big-inner-shadows image-wrapper"
>
<div class="chat-mockup" role="img" aria-label="AI assistant conversation answering questions about PM2.io monitoring data">
<div class="chat-titlebar">
<span class="dot"></span><span class="dot"></span><span class="dot"></span>
<span class="chat-title">AI Assistant</span>
</div>
<div class="chat-body">
<div class="chat-message user">Why did my app restart last night?</div>
<div class="chat-message assistant">
<b>web-api</b> restarted at 03:12 after hitting its memory limit — heap grew to 1.9 GB over 4 hours. Want me to create an alert before it happens again?
</div>
<div class="chat-message user">Yes, email me.</div>
<div class="chat-toolcall">✓ create-alert · memory > 80% · email</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-eagle-detect">
<div class="section-background">
<div class="section-wrapper"><div class="hexagon hexagon-2"></div></div>
</div>
<div class="section-wrapper">
<div class="card">
<div class="card-left">
<h2>PM2 Enterprise Solution</h2>
<div class="card-text">
<h3>Get the Most from the Node.js Technology.</h3>
<p>For Enterprise Users we deliver advanced optimization feature, dedicated infrastructure workload to answer to critical oriented application.</p>
<p>To know more about offer contact us:</p>
<a href="{{ site.url }}/contact/" title="Contact Us" class="button big dim-border dim-inner-shadows">
Contact Us
</a>
</div>
</div>
<div class="card-right">
<div
class="accent-border border-corners big-corners big-inner-shadows image-wrapper"
>
<img alt="PM2 Enterprise profiling tools showing CPU flame graphs, memory analysis, and performance optimization features" src="{{ site.url }}/images/profiling.png" width="720" height="394" loading="lazy" />
</div>
</div>
</div>
</div>
</section>
<section class="section-livemap">
<div class="section-wrapper">
<div class="card">
<div class="card-left">
<h1>Live Downloads</h1>
<p>Watch PM2 being installed across the world, in real time:</p>
</div>
<div
class="card-right border-corners accent-border big-corners big-inner-shadows"
>
<div
id="livemap-facade"
role="button"
tabindex="0"
aria-label="Load the live PM2 downloads map"
>
<img alt="World map of PM2 downloads happening in real time" src="{{ site.url }}/assets/pm2-live-map.jpg" width="1200" height="630" loading="lazy" />
<span class="livemap-play button big accent-border dim-inner-shadows">▶ View Live</span>
</div>
</div>
<div class="card-left">
<div class="code-and-button">
<code class="dim-border">npm install pm2 -g</code
><!--
--><a
href="https://ping.pm2.io"
target="_blank"
rel="noopener"
title="Open the live downloads map fullscreen"
class="button big dim-border dim-inner-shadows"
>
Open Fullscreen
</a>
</div>
</div>
</div>
</div>
</section>
<script>
(function () {
var facade = document.getElementById('livemap-facade');
if (!facade) return;
function loadMap() {
if (facade.querySelector('iframe')) return;
var iframe = document.createElement('iframe');
iframe.src = 'https://ping.pm2.io/';
iframe.title = 'PM2 Realtime Downloads map';
facade.appendChild(iframe);
facade.classList.add('is-live');
function sizeMap() {
iframe.style.transform = 'scale(' + facade.clientWidth / 1200 + ')';
}
sizeMap();
window.addEventListener('resize', sizeMap);
}
facade.addEventListener('click', loadMap);
facade.addEventListener('keydown', function (e) {
if (e.key === 'Enter' || e.key === ' ') {
e.preventDefault();
loadMap();
}
});
})();
</script>
<section class="section-testimonials">
<div class="section-background">
<div class="section-wrapper">
<div class="hexagon hexagon-8"></div>
<div class="hexagon hexagon-9"></div>
</div>
</div>
<div class="section-wrapper">
<div class="card">
<div class="card-left">
<h1>Testimonials</h1>
<p>Hear what others have to say about PM2.</p>
</div>
<div class="card-right">
<div class="testimonials">
<div class="testimonials-wrapper">
<div class="testimonial accent-border focus big-inner-shadows">
<p class="testimonial-content">
Guys just installed pm2 on my live server and hooked up to
Keymetrics. Very impressed. Its all seamless and awesome!
</p>
<p class="testimonial-author">Adam Robinson</p>
</div>
<div class="testimonial accent-border big-inner-shadows">
<p class="testimonial-content">
I made my Node.js application performance increase by a factor
up to 5 without any code change!
</p>
<p class="testimonial-author">Frank Lonas</p>
</div>
<div class="testimonial accent-border big-inner-shadows">
<p class="testimonial-content">
Recently switched to pm2 from forever.. not looking back!
</p>
<p class="testimonial-author">Samuel Brown</p>
</div>
<div class="testimonial accent-border big-inner-shadows">
<p class="testimonial-content">
PM2 is battle-tested, actively maintained, and used by
thousands of companies in production.
</p>
<p class="testimonial-author">David Nwosu</p>
</div>
<div class="testimonial accent-border big-inner-shadows">
<p class="testimonial-content">
PM2 is still a rock-solid choice — easy to use,
production-ready, and highly flexible.
</p>
<p class="testimonial-author">Mert Atayurt</p>
</div>
<div class="testimonial accent-border big-inner-shadows">
<p class="testimonial-content">
An ideal solution for Node.js developers. It is robust, well
documented, easy to get started with, and has a rich set of
features.
</p>
<p class="testimonial-author">Amir G.</p>
</div>
</div>
</div>
</div>
<div class="card-left">
<p>
<a
href="#TODO"
title="Get started"
class="button big accent-border border-corners dim-inner-shadows"
>
Get started
</a>
</p>
</div>
</div>
</div>
</section>