473,395 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Web Service Performance

In a deployed .Net Service is there any settings that can be made on
the server level that can log all requests to the service and the time
that the request was made to the service and the time the request was
sent back to the client?

Feb 2 '07 #1
3 1314
Hi,

Enabling the trace will gives you only the time when each web method call
was received on the server.

Microsoft way of measuring web services requests involves writing code to
create performance counters as it is described in the article from below:

http://msdn2.microsoft.com/en-us/library/ms979201.aspx.

You can log your calls as well into a file, database, event log and these
methods still involve coding and setting up proper access permission to these
objects for the identity under which the web service runs.

Best regards,
Eugen

"ro*******@hotmail.com" wrote:
In a deployed .Net Service is there any settings that can be made on
the server level that can log all requests to the service and the time
that the request was made to the service and the time the request was
sent back to the client?

Feb 5 '07 #2
I should have mentioned that the .Net web service is a 3rd party code
and I am trying to get some performance information at the web service
level based on our infrastructure.
On Feb 5, 1:38 pm, Eugen <E...@discussions.microsoft.comwrote:
Hi,

Enabling the trace will gives you only the time when each web method call
was received on the server.

Microsoft way of measuring web services requests involves writing code to
create performance counters as it is described in the article from below:

http://msdn2.microsoft.com/en-us/library/ms979201.aspx.

You can log your calls as well into a file, database, event log and these
methods still involve coding and setting up proper access permission to these
objects for the identity under which the web service runs.

Best regards,
Eugen

"robin9...@hotmail.com" wrote:
In a deployed .Net Service is there any settings that can be made on
the server level that can log all requests to the service and the time
that the request was made to the service and the time the request was
sent back to the client?

Feb 6 '07 #3
Is it any way to install a tool (as Fiddler) on the server to do just that?

Eugen
"ro*******@hotmail.com" wrote:
I should have mentioned that the .Net web service is a 3rd party code
and I am trying to get some performance information at the web service
level based on our infrastructure.
On Feb 5, 1:38 pm, Eugen <E...@discussions.microsoft.comwrote:
Hi,

Enabling the trace will gives you only the time when each web method call
was received on the server.

Microsoft way of measuring web services requests involves writing code to
create performance counters as it is described in the article from below:

http://msdn2.microsoft.com/en-us/library/ms979201.aspx.

You can log your calls as well into a file, database, event log and these
methods still involve coding and setting up proper access permission to these
objects for the identity under which the web service runs.

Best regards,
Eugen

"robin9...@hotmail.com" wrote:
In a deployed .Net Service is there any settings that can be made on
the server level that can log all requests to the service and the time
that the request was made to the service and the time the request was
sent back to the client?


Feb 6 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: sidd | last post by:
Hi All, i have some doubts on .net windows services.. please see if some one could help me understand this.. 1)is it possible to install a windows service which does not have a installer added...
4
by: DraguVaso | last post by:
Hi, I developped a Windows Service in VB.NET (2005). I need to have it installed two times on 1 machine. When I want to install it a second time, the setup doesn't allow me to install it again...
1
by: A.J. | last post by:
I'm writing an application that will run as a Web Service. It will communicate with some old COM DLLs. These COM objects need to be called on their own thread. In a regular Web Service I would...
9
by: SP | last post by:
Hi All, I wrote a windows service which is supposed to stop after specified amount of time. I am calling OnStop() after specified time. OnStop() methods executed but I dont see the service...
2
by: Randall Powell | last post by:
I am in the process of developing a Windows Service which will: (1) monitor multiple network shares; (2) marshal text file transfers into an SQL Server 2000 instance; and (3) provide messaging...
0
by: Louis Yeung | last post by:
Hi, Microsoft stated that ASP.NET calling web service, especially long delayed service, will have performance issue. I just need to confirm that web service hosted by ASP.NET/IIS calling another...
8
by: =?Utf-8?B?RGF2aWQrKw==?= | last post by:
Hi, I have been developing Web Services in VS2005. Usually I use the built in server in VS2005 to test and develop the Web Service. However I now want to make this Web Service available to...
4
by: Spam Catcher | last post by:
Hi all, I'm building a multi-tier web application that is primarily driven by a web service back end. Are there any configuration settings I should know about to increase the performance of...
9
by: Ryan Liu | last post by:
Hi, I use C# wrote an Client/Server application. In production environment, will be 130 clients (Windows XP) connect to a Server (Windows 2000/2003 Server) thought TCP/IP socket in a local 100M...
1
by: Nadeem Ashraf | last post by:
Hi, We are developing a web based application "UltraLearn.com" with a mix of junior/senior Microsoft technologies. That includes Microsoft Silverlight, ASP.Net Ajax and WCF/WF. Recently, we have...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.