C # Read remote host performance counters

Source: Internet
Author: User

New PerformanceCounter ("Web Service" "CurrentConnections" "  Default Web Site","10.1.254.103"); Response.writeline (PC. NextValue ()); Thread.Sleep (+); Response.writeline (PC. NextValue ());

1. Using system.diagnostics required;

2. In the local server to establish a remote host with the same account password, the remote Host account password needs to performance Monitor users and Administrators group;

(You may need to turn on remote host Registry service)

Public PerformanceCounter (String categoryname,string countername,string instancename,string machinename)

CategoryName
Type: System . String
The name of the performance counter category (performance object) associated with this performance counter.
CounterName
Type: System . String
The name of the performance counter.
InstanceName
Type: System . String
The name of the performance counter category instance, or an empty string ("") If the category contains a single instance.
MachineName
Type: System . String
the computer on which the performance counter and its associated categories reside.

C # Read remote host performance counters

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.