alternative way to store report data #837
VickyXie777
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
How much perftest were performed in your installation? We have no problem with .ngrinder folder size on NFS so far even with 100,000 perftests. I think your case is special case and you have to solve this by yourself.. (for example.. scanning the file system by yourself.. or synching .ngrinder folder by rsync) By the way.. You can run multiple ngrinders in a single machine (simple cluster mode). In this case you don't need to use NFS. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@junoyoon @donggyu04
Hi guys, in later version, will you guys provide alternative way to store report data, I mean the ".data" file? When using cluster mode, NFS such as glusterfs are required, there may take a longer time to get the files when the total amount of files and repos are increased. For example, we want to sync the report metrics every 5s from ngrinder to our perftest centre by making an api call, delay caused by NFS is really annoying (and calling api is not a good practice, we want the controller only focus on task management).
What about using object storage like s3 to store report data or use kafka, Which one do you recommend?
Beta Was this translation helpful? Give feedback.
All reactions