Measuring TTFB and TTLB with HTTP in C# -


i looking ways measure ttfb (time first byte) , ttlb (time last byte) while making http web request specific web page.

how can measurement in c#.

i writing monitoring tool measure ttfb , ttlb accessing web page.

the code answered far give ttlb, ttfb, though not accurate 100% have listen event downloadprogresschanged of webclient class, , on first call record time recorded stopwatch far, without stopping it.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -