Search code examples
seleniumutilization

How to measure utilization of a device with Selenium?


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.


Solution

  • 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