是否可以使用curl从jmx端口查询某些/任何数据?我正在编写一个inspec(chef)测试来检查jmx是否工作正常。
# curl https://localhost:9114
curl: (35) Encountered end of file
# curl -s -w "%{http_code}\n" https://localhost:9114 -o /dev/null
000
简单地卷曲不会返回任何有用的信息。
感谢阅读。
答案 0 :(得分:0)
据我了解,您想检查一下jmx是否正常工作;这和厨师无关。在撰写本文时,inspec还没有builtin resource用于测试jmx。
考虑以下测试jmx的方法:
jmxterm
`并根据需要查询jmx