Skip to content
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 monitor cpu and memory? #544

Closed
NingLu opened this issue Feb 20, 2017 · 3 comments
Closed

How to monitor cpu and memory? #544

NingLu opened this issue Feb 20, 2017 · 3 comments

Comments

@NingLu
Copy link

NingLu commented Feb 20, 2017

We want to use locust to do stress test,
Is there any way to monitor cpu and memory on the server under test?

@NingLu
Copy link
Author

NingLu commented Feb 20, 2017

something like jmeter plugins

@Slach
Copy link

Slach commented Feb 20, 2017

locust it's not a system mertics monitoring solution, it's only for latency and rps
if you looking python based lightweight system metric monitoring solution
you can try combine https://github.com/python-diamond/Diamond + https://github.com/grobian/carbon-c-relay + https://github.com/brutasse/graphite-api + https://github.com/lomik/go-carbon + http://grafana.org/

@heyman
Copy link
Member

heyman commented Feb 20, 2017

No, you'll have to use tools that are made for monitoring systems for that. Locust's main goal is to be able to generate realistic traffic by simulating user behaviour.

@heyman heyman closed this as completed Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants