Simple performance testing tool in C#?

Posted by Tomas on Stack Overflow See other posts from Stack Overflow or by Tomas
Published on 2010-06-05T19:01:36Z Indexed on 2010/06/05 19:12 UTC
Read the original article Hit count: 157

Filed under:
|
|

Hi,
At first -I need to do it as my university project so I am not interested in using existing tools. I would like to know whether it is even possible to write a very simple tool that I could use for performance testing of web applications. It would only record actions (I do not know, maybe just packet sniffering?) and then replay. However I have basic idea (record packets on port 80 and sending them again), I do not know how to measure time for each transaction as they are not differentiated. Any help is greatly appreciated, thank you!

© Stack Overflow or respective owner

Related posts about c#

Related posts about networking