如何获取已连接到 Apache 套接字的程序列表?
我有一个正在运行的 LAMP 服务器。外部服务连接到此服务器(在 iPhone 上运行的服务)。 我想从 php 脚本获取已连接到 Apache 服务器的所有服务的列表...我该怎么做?我应该使用 fsockopen 吗?
任何帮助将不胜感激。
I have a LAMP server running. External services connect to this server (services running on iPhone).
I want, from a php script, to get a list of all the services that have connected to the Apache server... How do I do it? Should I use fsockopen?
Any help would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
...否则尝试 SSH 中的“TOP”程序。 (不知道如何通过 PHP 使用它...
也许??)
... otherwise try the "TOP" program from SSH. (not sure how to use that through PHP...
<? 'top' ?>
maybe??)