HP-UX PA-RISC 是否有相当于 pldd 的东西
在 Solaris 和 HP-UX Itanium 上,pldd $process_id 将提供为该进程加载的共享对象。 AIX 有 procldd,Linux 有 pmap,它们具有相同的功能。
HP-UX PA-RISC 是否有等效项?
如果不是——应该采取什么方法来编写一个。也许使用 ttrace() ?
On Solaris and HP-UX Itanium, pldd $process_id will give the shared objects loaded for that process. AIX has procldd and Linux has pmap that have the same functionality.
Is there an equivalent for HP-UX PA-RISC?
If not - what approach should be taken to writing one. Use ttrace() maybe?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信 lsof 有您正在寻找的信息。
http://hpux.connect.org.uk/hppd/hpux/系统管理员/lsof-4.84/
I believe lsof has the information you're looking for.
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.84/