Skip to content

saurabhsharma721/grpc_locust_stats_repro_prj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Step to reproduce issues of stats not printing from api calls.

  • Start the server by calling this command : python grpc/hello_server.py

  • The above command will start a hello_server on localhost:50051

  • Run the locust driver class which uses locust as library: python grpc/locust_driver.py

  • The Csv files generated and logs created will have zero stats output

       locust test have completed running
       Test run completed.
       requests after run : 0
       Failures after run : 0
    

Steps to build the project

  • Create virtualenv python project. I used pycharm for the same

  • pip install -r requirements.txt to download depndecies

About

Project reproducing stats not producing in grpc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages