This commit is contained in:
2025-01-02 18:18:57 +01:00
parent 3270e3fe2c
commit 626b736626
20 changed files with 794 additions and 690 deletions

View File

@ -1,19 +1,15 @@
# Simple Test Data Generator
# Simple Testdata Generator
## Example Config
```json
{
"binds": [
"127.0.0.1:9250"
],
"log": "-",
"buffer-size": "4KiB",
"max-size": "2GB",
"keys": [
"TESTKEY"
],
"max-data": "10GB",
"database": "database.json"
"keys": ["TESTKEY1", "TESTKEY2", "TESTKEY3"],
"max-size": "1GiB",
"max-data": "1TiB",
"buffer-size": "12MiB",
"database": "./db.json",
"database-update-interval": 5.0,
"log": "./log.jsonl"
}
```