|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果英语好,口才好,加上女孩子的优势说不定有机会进去做做别的工具)监测ASP.NET使用程序功能有良多种办法,你心目最复杂的办法是甚么?
我今朝找到的最复杂的办法是:在Windows功能监督器(PerformactMonitor)中监测ASP.NETApplications的RequestExecutionTime参数。
微软网站上对RequestExecutionTime的注释:Thiscountershowsthetime,inmilliseconds,thatittakestorenderthelastrequestedpageandthentransmitittotheuser.Thiscounterwillgenerallybegreaterthanthetimeatraceshowstorenderthepage.Thiscounterisamorecomprehensivemeasurementofstart-to-finishrequesttime.Ifthiscountershowsaloweraveragewhencomparedtoabaseline,thenboththescalabilityandtheperformanceoftheapplicationhavebeenincreased. 我对RequestExecutionTime的了解是:ASP.NETRuntime吸收到IIS转发过去的用户哀求->ASP.NETRuntime将该哀求的呼应内容发送给IIS所损耗的工夫。
在Windows功能监督器中增加RequestExecutionTime计数器的操纵步骤:
1.翻开Windows功能监督器,点击加号按钮。
2.找到ASP.NETApplications
3.找到RequestExecutionTime
4.选择要监测的ASP.NET站点
LM_W3SVC_2_ROOT暗示ID为2的IIS站点,站点ID能够在IIS的站点列表中检察到。
5.点击Add
6.点击OK
假如你有更复杂的办法,等候你的分享。
归根到底,net网页编程跨平台可以,但是要重新编写代码,否则还分什么J2EE/J2SE/J2ME呢! |
|