是否有任何 API 可以获取 APACHE WebServer 的启动时间?
我正在编写一个小应用程序来获取 Apache Webserver 的各种诊断参数,例如服务器启动时间,Worker 模式 或 Prefork 模式、服务器版本等等。 我发现很少有 API 可以获取有关这些参数的信息。 但我找不到任何用于获取 WebServer 启动时间的 API。 有这样的API吗? 如果没有 API,那么有不同的方法,例如在 linux/unix 中使用“ps”命令获取启动时间,并在 Windows 中使用类似的 API。我可以看到的其他方法是获取 APache WebServer 的时间在任何变量或文件中。 请赐教您宝贵的意见、方法。
TIA 阿尼尔
I am writing a small application to get the various diagnostic parameter of Apache Webserver like time of the start of the server, Worker mode or Prefork mode, server version and many more. I have found few API for getting info about these parameter. But I colud not find nay API for the getting start time of the WebServer. Is there any such kind of API?
If there is no API then there are different approaches like getting the start time using "ps" command in linux/unix and go for similar API in windows.There can be other approach that I could see is to have the time of the APache WebServer in any Variable or file.
Please enlighten me with your valuable comments, approaches.
TIA
Anil
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试看看 Apache 的 mod_status
Try to have a look at the Apache' the mod_status