如何使用 Selenium 测量设备的利用率?
有谁知道是否可以使用 Selenium RC 来测量服务器 CPU 的利用率?我需要了解设备上的服务需求。
提前致谢。
Does anybody knows whether it is possible to measure utilization of a server CPU with Selenium RC? I need to know service demand on the devise.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于您正在使用 RC 扩展 Selenium 的功能,因此您可以使用编程语言的本机功能来测量资源利用率。例如,在 Java 中,尝试这个
Since you are extending Selenium's capabilities with RC, you can use your programming language's native ability to measure resource utilization. For instance, in Java, try this
Selenium 只是用于驱动浏览器。它没有用于监视服务器上 CPU 使用情况的工具。
然而,有一家名为 Dynatrace 的公司提供了执行此操作的工具。我认为他们还可以很容易地将他们的工具与现有的 Selenium 脚本集成。这是他们的网站:http://www.dynatrace.com/en/
Selenium is just for driving the browser. It doesn't have tools for monitoring CPU usage on the server.
However there is a company called Dynatrace that provides tools for doing this. I think they also make it pretty easy to integrate their tools with your extant Selenium scripts. Here's their website: http://www.dynatrace.com/en/