如何知道哪些进程打开/使用特定信号量?

发布于 2024-07-29 18:59:57 字数 192 浏览 2 评论 0原文

我们有一个由281个进程打开的信号量,有没有办法获取这些进程的所有pid?

ipcs -a|grep 67108878

s 67108878 0xcef73014 --ra-ra---- oracle dba oracle dba 281 17:54:58 9:27:30

We have a semaphore opened by 281 processes, is there any way to get all the pids of these processes?

ipcs -a|grep 67108878

s 67108878 0xcef73014 --ra-ra---- oracle dba oracle dba 281 17:54:58 9:27:30

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

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

发布评论

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

评论(1

橘虞初梦 2024-08-05 18:59:57

在 Windows 上,使用 SysInternals 中的 Handle.exe 实用程序,使用以下语法:

处理 -a SemaphoreName

示例,用于查找 这个问题在stackoverflow上:

handle -a \BaseNamedObjects\C15F8F92-2620-4F3C-B8EA-A27285F870DC/myApp

On Windows, using the Handle.exe utility from SysInternals, use this syntax:

handle -a SemaphoreName

example for finding the semaphores illustrated in the accepted answer of this question on stackoverflow:

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