请问我如何监控多个java进程
#1265
Replies: 1 comment 12 replies
-
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
目前使用 categraf 的 procstat 插件 search_cmdline_substring= "****"

然后 告警规则里面写procstat_lookup_count == 0,这样只能对单个java进程进行监控,多个的话有啥方案?
前期使用open-falcon 直接监控java进程数的方式实现,并且linux和window均可以,夜莺可有类似的方式
Beta Was this translation helpful? Give feedback.
All reactions