Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要检查一个进程正在使用多少锁(互斥锁等)。有人知道Linux上的任何命令来检查它吗?谢谢
你如何定义“使用”?你的意思是持有互斥锁?互斥锁可以在共享内存中分配,并由一个进程初始化,但由另一个进程使用(锁定/解锁)。在这种情况下,基本上没有命令可以判断。