Client latency/response time

Hi @shaunvdberg ,
If you take a look in PubSub+ Manager you’ll find a “Smoothed Round Trip Time (ns)” metrics as well as a “Uptime (sec)” on the Connection, but I think that is the closest thing we have to what you’re looking for. I believe that first stat might give you what you’re looking for. It won’t know how long it takes your app to process messages, but at least it gives you a good idea of network performance.
If you look under “stats” on the client you’ll also find a whole bunch of info depending on the protocol being used. But these stats would include things like message discards and bind requests.
Hope that helps!