martinhoge
January 21st, 2008, 11:08 AM
Hi
I'm currently slightly desperate :cry: , I have got software
for load testing. It contains plugins for particular testing, like
web, sql server, etc.. And it works somehow. ( like Mercury do )
However my boss wants me to extent it, or create plugin with ability to read any plain communication protocol of any client-server application.
He thinks that it should work in a way, that program will somehow
attach to some application ( client ) and will read its communication
with server to simulate it after that.
But how could I do that? I'm totally confused and really
don't have any working ideas about that, except two, but which
I am not sure about. One is to use some Win Api to find app and
its communication. f.e. when I do netstat, I can see connection link
with application process Ids -> so if I could somehow get more
into it.
I also have another idea: To create proxy server, where I could
read communication I hope better.
As I said, I don't have any clue where to start. I have even
problems to google it, because I don't know what exactly look up.
If you knew about anything, please reply.
Thanks
Btw: program is in C#, but I still have ability to use api functions,
or even create some C++ dll to do some stuff for me.
I'm currently slightly desperate :cry: , I have got software
for load testing. It contains plugins for particular testing, like
web, sql server, etc.. And it works somehow. ( like Mercury do )
However my boss wants me to extent it, or create plugin with ability to read any plain communication protocol of any client-server application.
He thinks that it should work in a way, that program will somehow
attach to some application ( client ) and will read its communication
with server to simulate it after that.
But how could I do that? I'm totally confused and really
don't have any working ideas about that, except two, but which
I am not sure about. One is to use some Win Api to find app and
its communication. f.e. when I do netstat, I can see connection link
with application process Ids -> so if I could somehow get more
into it.
I also have another idea: To create proxy server, where I could
read communication I hope better.
As I said, I don't have any clue where to start. I have even
problems to google it, because I don't know what exactly look up.
If you knew about anything, please reply.
Thanks
Btw: program is in C#, but I still have ability to use api functions,
or even create some C++ dll to do some stuff for me.