-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to start the load generator when deploying in a Kubernetes cluster? #578
Comments
Hey @riksanyal do the logs of the load generator pod show anything that looks like it could be a problem? |
Hi @niallthomson
|
The Kubernetes manifest thats generated for the sample application puts all the deployments in the same namespace, whereas that load generator manifest assumes that UI is in its own namespace called |
Hi @niallthomson , I have fixed that but the microservices still doesn't seem to pick any load. I have run it for ~10m and don't see anything in the |
I'm not sure it logs anything per request. Can you add log output from the load generator pod again? |
Hi @niallthomson, sorry for the delay. Here is the log output of the load generator:
|
Hi @riksanyal adding logging per request is something we'd need to add. It would not be difficult but theres a couple of reasons why I put it off this long, for example whether logging volume is something desirable by default or should be turned on explicitly. Are you looking for log messages in all components? Or just in the UI? It might be possible to get some by enabling access logs which is something I can check if it will help you're scenario. |
Hi @niallthomson, yes, it would be great if we could get log messages from all components for each request. Any help in this regard would be greatly appreciated |
Hi @niallthomson , are there any updates on this? |
its something we can add to the list of issues but unsure when it would get done. Right now the only thing you could do is add environment variables specific to each language/framework to enable access logging. For example the component based on Spring Boot could use something like |
These are the steps I have followed:
bash src/load-generator/scripts/run.sh
It seems that the load is not being generated as I have run the micro-service (also the load-generator pod) for more than 5 hours now and the ui deployment log file has only ~70 lines with timestamps of the lines corresponding to the deployment start time.
Could someone tell me what files I have to edit to generate the load using the load generator pod that I created?
@niallthomson
The text was updated successfully, but these errors were encountered: