Python Forum
first time use of locust - this is the place to ask? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: first time use of locust - this is the place to ask? (/thread-34398.html)



first time use of locust - this is the place to ask? - korenron - Jul-28-2021

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 ,