You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Domingo Antonio <do...@netcomp.com.br> on 2003/12/03 12:21:23 UTC

[users@httpd] For each page benchmark

hi all!!

Is possible to know how many memory, cpu and disc read each page ar using?
example http://www.mydomain.com.br/lololo.php

lololo.php uses 34k of memory - 0.1% of cpu and 0.1% of disc read (io)

is this possible?

thanks a lot!


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] For each page benchmark

Posted by Jeff White <jl...@earthlink.net>.
From: "Domingo Antonio"

>
> Is possible to know how many memory,
> cpu and disc read each page ar using?
> example http://www.mydomain.com.br/lololo.php
>
> lololo.php uses 34k of memory - 0.1% of cpu and 0.1% of disc read
(io)
>
> is this possible?
>

Windows Scripting with VBScript scripts.

Adjust the scripts to your needs, then save
the VBScript script file to any folder. Then
in a command prompt window set to the
VBScript script's folder, use the Windows
Script Host (WSH) engine cscript.exe
by typing:

cscript.exe VBScriptFileName.vbs

Remember one can also use the script
language of your desire with the Windows
Script Host (WMI) engines.

How's My Driving? Monitoring Performance Using WMI
http://msdn.microsoft.com/library/en-us/dnclinic/html/scripting11182003.asp

Accessing Performance Data in Script
http://msdn.microsoft.com/library/en-us/wmisdk/wmi/accessing_performance_data_in_script.asp

Win32_PerfRawData_PerfProc_Process
http://msdn.microsoft.com/library/en-us/wmisdk/wmi/win32_perfrawdata_perfproc_process.asp

To see all the properties and methods available
for Win32_ Process - check all the other WMI
classes too!

MSDN - The WMI Win32_Process Class
http://msdn.microsoft.com/library/en-us/wmisdk/wmi/win32_process.asp


TechNet Script Center scripts

Monitor File Creation
http://www.microsoft.com/technet/scriptcenter/filefolder/scrff44.asp

Monitor File Deletion
http://www.microsoft.com/technet/scriptcenter/filefolder/scrff45.asp

Monitor File Modification
http://www.microsoft.com/technet/scriptcenter/filefolder/scrff46.asp

Monitor Process Creation
http://www.microsoft.com/technet/scriptcenter/monitor/scrmon24.asp

Monitor Process Performance
http://www.microsoft.com/technet/scriptcenter/monitor/scrmon28.asp

Monitor Processor Use by Process
http://www.microsoft.com/technet/scriptcenter/monitor/scrmon27.asp

Microsoft Script Center
http://www.microsoft.com/technet/scriptcenter/default.asp

An ONLINE version of the 1328 page Scripting Guide:
Windows 2000 Scripting Guide

Microsoft Windows 2000 Scripting Guide
http://www.microsoft.com/technet/scriptcenter/scrguide/sagsas_overview.asp

Jeff



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org