Replies: 5 comments 49 replies
-
@fturibak 20GB? ouch. The largest file I was testing was around 3GB. Is the max really 2GB? If it is true then, I guess the mongoDB wont handle it ? You might want to give a v4 a try - it uses only timescaledb (based on postgres) as underlying storage - again I was testing it only with 3GB JTL file. |
Beta Was this translation helpful? Give feedback.
-
Hello! Can't test upload of large CSV files on v4 cause upload_jtl.py script does not work on v4. I'm getting error: _{"data":null,"isBoom":true,"isServer":false,"output":{"statusCode":400,"payload":{"statusCode":400,"error":"Bad Request","message":"Unexpected field"},"headers":{}},"level":"error"} {"level":"info","message":"POST /api/projects/dummyProject/scenarios/dummyScenario/items 400 3862ms","meta":{}}_ Could you advise me please? Tnx |
Beta Was this translation helpful? Give feedback.
-
When can I expect v4 release as I can't rely on v3 cause of limits on kpi.jtl file. Thanks |
Beta Was this translation helpful? Give feedback.
-
I've successfully uploaded 8GB jtl file to jtl_reporter v4 using upload_jtl.py script. Processing took some time. I didnt measure it, but i would say at least 2 hours. |
Beta Was this translation helpful? Give feedback.
-
I've noticed some missleading information on graphs Requests statistics reports 0 errors for some Scenario But when you click on the heart icon, you can see that there was some HTTP500 errors |
Beta Was this translation helpful? Give feedback.
-
Hello!
Is it possible to upload large CSV files ( kpi.jtl ) ?
I'm running some long-running tests (stability tests that runs for several days) that generate *.jtl files larger than 20GB.
Is it possible to upload them to jtl-reporter?
And yes, I've tried modifying internalQueryMaxPushBytes property in mongodb but max size is 2GB.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions