![]() |
![]() |
![]() |
![]() |
OpenSTA's HTTP Test Executer can run using some default parameter values. It can also use the parameters extracted from TestExecuter_web.ini, which is distributed with OpenSTA. This file has four sections FILES, SOCKET, TEST and THREAD POOL.
This section is dedicated to the Trace file.
The Trace file is named Trace.txt, and is located in the directory of the Test Executer's executable.
Filters what information is output to the trace file. Range: 0-500.
500= Full trace (This value can produce a large Trace file)
This section is related to socket I/O
Maximum number of buffers to store received data. Each buffer is 4Kbytes
SocketDataBuffersGrowingCount:
Number of buffers allocated at a time for the received data.
Maximum number of SSL buffers that we estimate will be used at the same time,
e.g., roughly: Nb Virtual Users * (4 requests per user).
Number of SSL buffers that will be allocated at a time.
This section contains parameters dedicated to the test itself.
Maximum number of requests that the browser normally manages at the same time.
Default: 4. According to RFC 2616 (HTTP 1.1), should be 2 for HTTP 1.1.
Number of Virtual Users pre-allocated to avoid allocating them during the test.
Number of Virtual Users the list grows by in case InitialVirtualUserCount was not enough.
This section deals with parameters controlling the behavior of the thread pool.
Number of concurrent threads. 0 results in using the number of CPUs on the machine.
Recommended range: 0 - 4 * number of CPUs.
Default: 0 (1 thread per CPU).
Number of threads available in the thread pool. 0 results in automatic
assignment of 25 threads * ThreadPoolConcurrentThreads.
Recommended range: 0 - 100. It's useless to put too many threads in the pool.
Default: 0 (25 threads * ThreadPoolConcurrentThreads).
MaxSocketDataBuffersCount=64000
CYRANO Customer Support: France +33 (0) 1 56 33 40 00 USA +1 (978) 462-0737 UK +44 (0) 1274 761024 support-fr@cyrano.com support-us@cyrano.com support-uk@cyrano.com |
![]() |
![]() |
![]() |
![]() |