【发布时间】:2014-04-04 20:36:29
【问题描述】:
我尝试使用 Graphdat NodeJS 模块来监控我的应用,但遇到了问题。
我的服务器在 Amazon EC2 实例 Ubuntu 12.10 x64 中运行。
当我启动我的节点应用程序时,它会打印出来
Graphdat Info: Graphdat (v0.4.6) is enabled
Graphdat Info: Will send to agent on /tmp/gd.agent.sock
但是一旦我在浏览器中加载页面,它就会打印出来
Graphdat Error: gd.agent.sync: connection failed (/tmp/gd.agent.sock): { [Error: connect ENOENT] code: 'ENOENT', errno: 'ENOENT', syscall: 'connect' }
【问题讨论】:
标签: node.js performance web-applications amazon-ec2 monitoring