感谢你们的工作。 我想问一下,如何获取nebula-http-gateway 的总连接数。
我可以使用以下命令获取连接:
curl -i -X POST \ -d '{"username":"user","password":"password","address":"192.168.8.26","port":9669}' \ http://127.0.0.1:8080/api/db/connect
但是,如果重新运行这个命令,它会给我一个新 common-nsid 的连接。 我想知道如何通过 curl 或其他方法获取当前的总连接数?
期待你的回复。
您好,可以使用nebula-http-gateway的api/db/exec接口,执行SHOW SESSIONS语句,来获取当前nebula的连接数。
SHOW SESSIONS
Hello, you can use the api/db/exec interface of nebula-http-gateway to execute the SHOW SESSIONS statement and retrieve the current number of connections to Nebula.
此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。