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

Add a feature to check the concurrency of an API #124

Open
GouravSardana opened this issue Sep 30, 2021 · 3 comments
Open

Add a feature to check the concurrency of an API #124

GouravSardana opened this issue Sep 30, 2021 · 3 comments
Labels
Hacktoberfest This Issue Will be Consider Under Hacktoberfest 2021 Level3 New features, major bug fixing.

Comments

@GouravSardana
Copy link
Member

We have a feature where you can make a post request from the terminal using dynamic --POST. We need to add a new thing to test the API concurrency.

Suppose, you are testing the performance of an API i.e How many loads it can take at one time. Make an args for this and it will take 1 more parameter i.e value
Example -
Dynamic --POST --perftest [args name can be anything other than perftest but should be meaningful]
->API URL
->Payload [If required] [Optional]
-> How much thread you want to create - [User input] #Let say I gave 100

It'll make 100 requests at the same time to that API with the payload [if required] and return the output in the table format which displays how much time each request takes and download as a pdf or text file. If the request fails or takes time we can return the timeout

@GouravSardana GouravSardana added Level3 New features, major bug fixing. hacktoberfest-accepted Good Work, Your Pull Request is Accepted for the Hacktoberfest labels Sep 30, 2021
@Siddhant-K-code Siddhant-K-code added Hacktoberfest This Issue Will be Consider Under Hacktoberfest 2021 and removed hacktoberfest-accepted Good Work, Your Pull Request is Accepted for the Hacktoberfest labels Oct 6, 2021
@Nit89
Copy link

Nit89 commented May 4, 2023

hey can i take up this task

@GouravSardana
Copy link
Member Author

Sure @Nit89

@nishtha981
Copy link

Can I be assigned this issue as a GSSOC '23 participant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest This Issue Will be Consider Under Hacktoberfest 2021 Level3 New features, major bug fixing.
Projects
None yet
Development

No branches or pull requests

4 participants