...
ZebraTester contains four built-in server components which are started on your local computer
Local Architecture
...
Proxy Sniffer: A special proxy server used to record Web surfing sessions.
Web Admin: An embedded, local Web server for the GUI.
Exec Agent: A server which supports the execution of load test jobs.
Job Controller: A server which allows to combine several load-releasing machines into a cluster.
The following TCP/IP server ports have been set up on your local system:
Port Number | Port Description |
---|---|
7990 | Embedded Web Server, GUI (web admin) |
7993 | Load Test Execution Server (exec agent) |
7995 | Load Test Cluster Controller (job controller) |
7996 (optional) | REST API Server (proxy sniffer) |
7998 | Internal communication port (proxy sniffer) |
7997 | HTTP/S Proxy Port (proxy sniffer) |
7999 (deprecated) | HTTP Proxy Port, HTTP only (proxy sniffer) |
Note: The ZebraTester Console application execute all of these four server components as integrated threads.
...