W
Will
Our company just allowed asp.net to be used internally here at my job.
I am in the process of getting the software. My boss wants me to have
some sort of way to capture load times in various places. I understand
trace and how to turn it on but apparently this is not good enough. Is
there anyway without writing my own code to do some sort of process
time checking and just printing it to the screen but making them
specific to different areas of the application like...
Client to Server transmission times (ie ping times in ms)
IIS Processing time
Sql Processing time
Program processing time. (full programming time)
Or is this all done with tracing? Or do I need to write my own code to
accomplish this?
I am in the process of getting the software. My boss wants me to have
some sort of way to capture load times in various places. I understand
trace and how to turn it on but apparently this is not good enough. Is
there anyway without writing my own code to do some sort of process
time checking and just printing it to the screen but making them
specific to different areas of the application like...
Client to Server transmission times (ie ping times in ms)
IIS Processing time
Sql Processing time
Program processing time. (full programming time)
Or is this all done with tracing? Or do I need to write my own code to
accomplish this?