Interact with pm2 via RPC and receive real time notifications. Latest version: 2.0.4, last published: 10 years ago. Start using pm2-interface in your project by running `npm i pm2-interface`. There are 15 other projects in the npm registry using pm2-inte
pm2 详情可以参见: https://wohugb.gitbooks.io/pm2/content/features/quick-start.html 启动: $ pm2 start web.js --name"web-interface"//执行web.js 服务名是web-interface 停止: $ pm2 stop web-interface //服务还存在但是已经处于stopped状态 重启: $ pm2 restart web-interface 删除: $ pm2 delete ...
pm2-web can start a https server if so desired. To do so, setwww:ssl:enabledto true in your configuration file and supply your certificate details. If you do not have a SSL certificate, thegenerate_certificate.shscript in the/certsdirectory will create a self-signed certificate for you. D...
Usespm2andpm2-interfacebyunitech. Special thanks tojoewalnesforreconnecting-websocketandLueggforangularjs-scroll-glue. Install npm ipm2-web Repository github.com/achingbrain/pm2-web Homepage github.com/achingbrain/pm2-web Version 2.1.3 Tryon RunKit ...
EN本地和我们的远程服务器,必须都安装有git,pm2,以及nodejs环境。实际上配置自动化发布本地代码就到...
pm2 web AI代码助手复制代码 pm2会启动一个叫做pm2-http-interface的进程提供web服务。你打开浏览器输入http://127.0.0.1:9615,是不是被看到的结果惊艳到了。 pm2与forever对比 稳定运行建议 PM2是一款非常优秀的Node进程管理工具,它有着丰富的特性:能够充分利用多核CPU且能够负载均衡、能够帮助应用在崩溃后、指定时...
pm2会启动一个叫做pm2-http-interface的进程提供web服务。你打开浏览器输入http://127.0.0.1:9615,是不是被看到的结果惊艳到了。 pm2提供的web api通过json输出了很多信息。大致结构可以看截图: 拿出你的想象力,我们可以开发一个应用来调用此api,就可以开发出一个图形界面的监控软件了。。。
pm2-web can start a https server if so desired. To do so, setwww:ssl:enabledto true in your configuration file and supply your certificate details. If you do not have a SSL certificate, thegenerate_certificate.shscript in the/certsdirectory will create a self-signed certificate for you. ...
$ pm2 web pm2会启动一个叫做pm2-http-interface的进程提供web服务。你打开浏览器输入http://127.0.0.1:9615,是不是被看到的结果惊艳到了。 pm2提供的web api通过json输出了很多信息。大致结构可以看截图: 拿出你的想象力,我们可以开发一个应用来调用此api,就可以开发出一个图形界面的监控软件了。。。
强大API: pm2 web 你想要监控所有被PM2管理的进程,而且同时还想监控运行这些进程的机器的状态, [zhoujie@ops-dev uops]$pm2 webLaunching web interface on port9615[PM2] Process/usr/local/node/lib/node_modules/pm2/lib/HttpInterface.js launched