Get System Information of a Remote Machine (Using Java)

前端 未结 7 1757
天命终不由人
天命终不由人 2020-12-21 13:52

As the question\'s title says, I want to get the system information (like OS name, version, etc.) of a remote system using Java. But before anyone answers this question, I j

相关标签:
7条回答
  • 2020-12-21 14:21

    This is a common problem in monitoring a large site comprised of scores or hundreds of machines. There are open source solutions like Zenoss and Nagios. SNMP is a widely supported standard in this space too (and there are ways to connect them into a Java-based "dashboard").

    0 讨论(0)
提交回复
热议问题