Python Forum

Full Version: first time use of locust - this is the place to ask?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
wanted to know if someone can explain to me something :

I have a remove server that work as a syslog server. getting around 100 udp messaged every 1 seconds. and it's working good now.

I want to test the server to see how many message I can send every 1 , and it will still work (before I build another syslog server)

how do I do this in locust ?
I understand I need build a server jsut for locust (for sending the data)
but how can I see the resualt and the cpu \ memory in the syslog server ?

is it something I can do ?

Thanks ,