You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,4 +184,25 @@ After deleting the cookie file, try logging in again. This will force the creati
184
184
185
185
### Need More Help?
186
186
187
-
If the steps above don’t resolve your issue, refer to the EPP Client logs (`/path/to/tembo/log`) to identify the specific problem.
187
+
If the steps above don’t resolve your issue, refer to the EPP Client logs (`/path/to/tembo/log`) to identify the specific problem.
188
+
189
+
## Benchmarking an EPP Server
190
+
191
+
To run tests against an EPP server using the Tembo EPP client, follow these steps:
192
+
193
+
### 1. Configure Your Connection
194
+
195
+
Edit the file `benchmark/Connection.php` - this file should contain the connection details for the server you want to test. It uses the same format as `examples/Connection.php`.
196
+
197
+
### 2. Run the Benchmark
198
+
199
+
From the root directory, run `php benchmark/Benchmark.php` - this will execute a series of domain check commands to test your server’s response and performance.
200
+
201
+
### 3. Customize the Benchmark
202
+
203
+
You can modify `benchmark/Benchmark.php` to:
204
+
- Add your own EPP commands
205
+
- Change the number of requests
206
+
- Adjust the test logic
207
+
208
+
Use this script as a starting point to test and tune your EPP server setup.
0 commit comments