how to create multi connection from one machine to test my web server? [closed]
I wrote a web server and i want to check his performance when there are multi client request at same time.
This server hold GIS information about any connected client - so the server allocate a lot of memory for each connected client.
The client connected by using browser ( like chrome ).
What i want is to run more then 10K client connection but i don't have more then 10K machine to run browser on each of them.
does there is some other way to do it?
I must know when my server will be crash or slow down.
web server webserver load-testing
closed as off-topic by AdrianHHH, sideshowbarker, Jim Garrison, Makyen, Machavity Nov 25 '18 at 0:28
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – AdrianHHH, sideshowbarker, Jim Garrison, Makyen, Machavity
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I wrote a web server and i want to check his performance when there are multi client request at same time.
This server hold GIS information about any connected client - so the server allocate a lot of memory for each connected client.
The client connected by using browser ( like chrome ).
What i want is to run more then 10K client connection but i don't have more then 10K machine to run browser on each of them.
does there is some other way to do it?
I must know when my server will be crash or slow down.
web server webserver load-testing
closed as off-topic by AdrianHHH, sideshowbarker, Jim Garrison, Makyen, Machavity Nov 25 '18 at 0:28
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – AdrianHHH, sideshowbarker, Jim Garrison, Makyen, Machavity
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I wrote a web server and i want to check his performance when there are multi client request at same time.
This server hold GIS information about any connected client - so the server allocate a lot of memory for each connected client.
The client connected by using browser ( like chrome ).
What i want is to run more then 10K client connection but i don't have more then 10K machine to run browser on each of them.
does there is some other way to do it?
I must know when my server will be crash or slow down.
web server webserver load-testing
I wrote a web server and i want to check his performance when there are multi client request at same time.
This server hold GIS information about any connected client - so the server allocate a lot of memory for each connected client.
The client connected by using browser ( like chrome ).
What i want is to run more then 10K client connection but i don't have more then 10K machine to run browser on each of them.
does there is some other way to do it?
I must know when my server will be crash or slow down.
web server webserver load-testing
web server webserver load-testing
asked Nov 24 '18 at 16:09
YanshofYanshof
4,5351268140
4,5351268140
closed as off-topic by AdrianHHH, sideshowbarker, Jim Garrison, Makyen, Machavity Nov 25 '18 at 0:28
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – AdrianHHH, sideshowbarker, Jim Garrison, Makyen, Machavity
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by AdrianHHH, sideshowbarker, Jim Garrison, Makyen, Machavity Nov 25 '18 at 0:28
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – AdrianHHH, sideshowbarker, Jim Garrison, Makyen, Machavity
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can use tools like apachebench, siege, etc.
This wikipedia page has a list of common webserver benchmarking tools: https://en.wikipedia.org/wiki/Web_server_benchmarking
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use tools like apachebench, siege, etc.
This wikipedia page has a list of common webserver benchmarking tools: https://en.wikipedia.org/wiki/Web_server_benchmarking
add a comment |
You can use tools like apachebench, siege, etc.
This wikipedia page has a list of common webserver benchmarking tools: https://en.wikipedia.org/wiki/Web_server_benchmarking
add a comment |
You can use tools like apachebench, siege, etc.
This wikipedia page has a list of common webserver benchmarking tools: https://en.wikipedia.org/wiki/Web_server_benchmarking
You can use tools like apachebench, siege, etc.
This wikipedia page has a list of common webserver benchmarking tools: https://en.wikipedia.org/wiki/Web_server_benchmarking
answered Nov 24 '18 at 16:25
StefanStefan
60028
60028
add a comment |
add a comment |