获取Solaris 10中占用端口的进程(pfiles的替代)

发布于 2024-11-29 12:27:25 字数 211 浏览 1 评论 0原文

我目前正在使用pfiles来获取Solaris10中占用某个端口的进程, 但并行运行时会出现问题。

问题是 pfile 无法针对同一 pid 并行运行。 第二个将返回错误消息。 pfiles:进程被跟踪:

是否有 pfiles 的替代方法来获取 Solaris 中占用端口的进程。 或者有关获取 Solaris 上的端口/进程信息的操作系统 API 的任何信息可能会有所帮助。

I am currently using pfiles to get the process occupying certain port in Solaris10,
but it causes problem when run parallely.

problem is pfiles can't be run parallely for the same pid.
the second one will return with error message.
pfiles: process is traced :

Is there any alternative to pfiles to get the process occupying a port in Solaris.
OR any information on OS API's to get port/process information on Solaris could help.

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

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

发布评论

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

评论(1

乖乖兔^ω^ 2024-12-06 12:27:25

解决方法是使用某种锁定机制来避免这种情况。

或者,您可以从免费软件存储库安装 lsof 并查看它是否支持并发(我认为它支持)。

我刚刚测试了 Solaris 11 Express pfile,似乎没有出现此问题。

A workaround would be to use some lock mechanism to avoid this.

Alternatively, you might install lsof from a freeware repository and see if it supports concurrency (I think it does).

I just tested Solaris 11 Express pfiles and it doesn't seem to exhibit this issue.

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