Home > other >  Server, after which tests can give users?
Server, after which tests can give users?

Time:10-04

The server to the client push message, the server can connect 100000 clients, most current server operation is normal, server: Linux, client: android, server and client using TCP and UDP communication, socket programming,
Recently conducted a modified in order to improve the performance of the server, how to test before they can give users?

CodePudding user response:

How much is the concurrency requirements? Need to do pressure test and the limit test,

CodePudding user response:

100000 sets of the client

CodePudding user response:

Internet companies are you? Concurrency and client number are two different things, concurrency value refers to the same seconds at the same time, how many client to push data, words, also can accept, in how much time the news pushed to 100000 clients, if you want to push 100000 per second, not 1 server can do, ask your customers or head, requests per second, how much message, can push to push 100000 messages per second, I think that in addition to the BAT, no company, can have this kind of demand,

CodePudding user response:

First of all you have to be based on customer demand and product to reach the goal, if this is the server equipment to pass concurrency stress testing, the maximum number of users pressure tests and long running stability tests and in the big data processing performance test, the other is according to the demand!