dXIOT

服务器性能监控工具(MQTT协议)

有需要可以联系微信NBDX123

服务器性能远程监控工具,适用于矿机,服务器,NAS等环境。

可以监控电脑的CPU温度,CPU占用率,内存占用率,硬盘占用率,硬盘温度,GPU占用率等信息。

注意:可能因为计算机型号不同,导致显示的Jsonpath不同。

要根据现场实际情况进行修改。

 

然后用http客户端吧数据取了,写个mqtt协议转发工具,然后用app读出来

就可以实现在世界各地监控主机的服务器占用率的方法了。

这个很方便的。

现在就差微信小程序没做了。

 

2020年3月10日

更新加入INI保存设置,jsonpath解析转发减小数据量,自定义json key名称,定时记录json数据,查询历史json数据,历史数据图表等功能。

图1,手机app截图

图2,json字符串wss协议接收结果

图3,Open Hardware Monitor原始数据

 

 

计算机型号
$.Children[0].Children[0].Text
CPU占用率
$.Children[0].Children[1].Children[0].Children[0].Value
CPU核心1占用率
$.Children[0].Children[1].Children[0].Children[1].Value
CPU核心2占用率
$.Children[0].Children[1].Children[0].Children[2].Value
显卡型号
$.Children[0].Children[1].Text
硬盘型号
$.Children[0].Children[5].Text
硬盘可用空间
$.Children[0].Children[5].Children[1].Children[0].Value
计算机名
$.Children[0].Text

 

参考资料:

https://blog.csdn.net/ngl272/article/details/87887885

posted on 2020-02-19 13:27  大仙他爸爸  阅读(743)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2021-08-04
  • 2021-08-04
  • 2021-11-01
  • 2021-11-26
  • 2021-12-15
  • 2021-09-27
  • 2021-11-29
  • 2021-11-03
猜你喜欢
  • 2021-10-30
  • 2021-11-18
  • 2021-11-09
  • 2021-11-14
  • 2021-11-05
  • 2021-11-09
  • 2021-11-29
相关资源
相似解决方案