Photon Server performance test.

Are any methods in photon or some utility for testing server performance in Photon?
For example delay between request and responce and etc.
Thanks.

Comments

  • Hi, @Anim55

    Well, your request is not well-formed. The server does not know what response corresponds to what request. But we have something that you could use.

    1. Performance Counters. There are many performance counters that show incoming bytes, datagrams, messages in/out in total and per second.
    2. Client libs peer contains some properties to get info about rtt
    3. but after all you need to write your own test which will send from client timestamp, the server will send it back. In such a way you will see the exact performance of your hardware and your connection

    best,
    ilya