Java从Windows机器远程访问Linux机器

发布于 2024-11-16 21:01:57 字数 111 浏览 0 评论 0原文

我有一台 Windows 机器,它连接到运行我的 Java 程序的远程 Linux 机器。我如何在远程 Linux 机器中运行命令(例如“free -m”)并在 Windows 机器中收集数据。有什么策略吗?

I have a windows machine which connects to a remote Linux machine where my Java program is running. How could I run a command for example, "free -m" in the remote linux machine and collects data in the windows machine. Any strategy?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

佞臣 2024-11-23 21:01:57

您可以使用 Jschexpect4j
例如,看看这个 问题

You can execute Linux command from java program remotely using Jsch and expect4j.
For example, look at this question.

楠木可依 2024-11-23 21:01:57

您可以使用ssh user@host free -m。只需获取一些适用于 Windows 的 ssh 客户端即可。我个人更喜欢 cygwin,它也为您提供了一种使用 bash 编写脚本的好方法。

You can use ssh user@host free -m. Just get some ssh client for windows. I personally prefer cygwin which will also give you a nice way to script it using bash.

掌心的温暖 2024-11-23 21:01:57

如果您使用 jsch 之外的任何内容,您将面临亵渎的风险:)

If you use anything except jsch, you run the risk of blasphemy :)

洒一地阳光 2024-11-23 21:01:57

我之前使用过 Trilead SSH,它非常棒且易于使用。不幸的是,Trilead 不再支持它,但是根据此网站(那里有很多 SSH 链接)前 Trilead 版本现在位于此处

I have previously used Trilead SSH which was great and simple to use. Unfortunately Trilead don't support it anymore, however according to this site (lots of SSH links there) the ex-Trilead version is now here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文