Test #1
Description
The prototype was loaded with 162 different URLs which were dispatched in a cyclic manner (whenever all the tests have finished, the already finished are executed again) thus simulating infinite number of tests. The watchcub was executed on web.iris.bg against BG sites (reached with high connection speed). The results are flushed to database once per minute by separate thread.
| Number of executed tests for one minute | 334 |
| Successfully executed tests | 319 |
| Failed tests | 15 |
Connection timed out | 14 |
Network unreachable | 1 |
| Avarage time spent executing test | 2.08 sec |
| Avarage number of tests executed for in 1 sec | 5 |
| Total network traffic | 6.5M (???) |
| Avarage network traffic | 100K/sec (???) |
| Avarage CPU usage (while executing tests) | 1.5% |
| Avarage CPU usage (while flushing results to DB) | 97% |
| CPU time spent in USER mode (executing user code) | 1% |
| CPU time spent in SYSTEM mode (executing system calls code) | 2.56% |
| CPU time spent in other modes (BLOCKED, etc.) | 96.44% |