Page:
<% strMethod = Request.ServerVariables("REQUEST_METHOD") Response.Write strMethod & " " If strMethod = "POST" Then Response.Write Request.TotalBytes & " bytes to " End If Response.Write Request.ServerVariables("SCRIPT_NAME") Response.Write "" If strMethod = "POST" Then Response.Write "
" ' On Error in case Request.BinaryRead was executed in the page that triggered the error. On Error Resume Next If Request.TotalBytes > lngMaxFormBytes Then Response.Write Server.HTMLEncode(Left(Request.Form, lngMaxFormBytes)) & " . . ." Else Response.Write Server.HTMLEncode(Request.Form) End If On Error Goto 0 Response.Write "
Page Moves/sec is the number of times per second that data is moved from one page to a new page by the online defragmentation ...
Page Reads/sec is the rate at which the disk was read to resolve hard page faults. It shows the number of reads operations, ...
Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and ...
Page Writes/sec is the rate at which pages are written to disk to free up space in physical memory. Pages are written to ...
Page: " If strMethod = "POST" Then Response.Write " POST Data: " ' On Error in case Request.BinaryRead was executed in the ...
Pages Freed/sec is the number of pages per second that are freed from the database by the online defragmentation process ...
Pages Input/sec is the rate at which pages are read from disk to resolve hard page faults. Hard page faults occur when a ...
Pages Output/sec is the rate at which pages are written to disk to free up space in physical memory. Pages are written back ...
Pages/sec is the rate at which pages are read from or written to disk to resolve hard page faults. This counter is a primary ...