gpt4 book ai didi

node.js - 配置 monitrc 以监视 Node js 应用程序进程,无法找到与 screen ec2 linux 一起运行的 Node 应用程序 pidfile

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:18:31 24 4
gpt4 key购买 nike

我在我的 ec2 linux 实例上通过 screen 运行我的 app.js( Node js 应用程序)。我正在尝试配置我的 monitrc 文件,我需要应用程序 pidfile。它不在:/var/运行(并且没有/var/www)

如果有人知道 pid 文件在哪里或者我怎样才能找到它,我将不胜感激。
谢谢!

最佳答案

在您的应用中,您可以使用 process.pid 获取当前的 pid 号

var fs = require('fs');
fs.writeFile("/tmp/pidfile", process.pid);

然后你在 tmp 中得到一个 pid 文件

关于node.js - 配置 monitrc 以监视 Node js 应用程序进程,无法找到与 screen ec2 linux 一起运行的 Node 应用程序 pidfile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13201570/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com