Page 1 of 1

Apahce Bench for Xampp and Measurement tools

PostPosted: 06. November 2007 23:08
by ravishankar
hello there !

i m a masters student doing my dissertation and doing my dissertation on scripting language and i wanted to measure the latency of the scripts that i run and the Throughput of the webserver(for this i have come across the apache bench but i m not sure where would i find this in the xampp, in fact i have not come across it in xampp documentation)

More ever as a part of my dissertation i m trying to measure the CPU usage and the memory usage of a script when i run it over the server and could any one please help me with the tools which can measure the CPU usage and the memory usage when my scripts are running over the server.

waiting for ur reply !

kind regards

ravi

PostPosted: 07. November 2007 01:27
by Izzy
In academia, a thesis or dissertation is a document that presents the author's research and findings and is submitted in support of candidature for a degree ...

So you are asking that we help you do your research for you, already? ;)

If what you are looking for is not in the XAMPP documentation nor is it in the XAMPP distribution , then it does not exist and so that line of research has come to dead end - try another line.

Measuring CPU or memory is not an XAMPP issue, so again your line of research has ended - Clue :idea: Does your PC use the CPU and the Memory chips?

The first thing to learn as a student is how to conduct research and what methods of research do I apply - do some research on this. :)

:idea: - The Google Search Engine is your very best research friend.

The next thing you will be asking is for help with the questions in your exams. :roll:


===========================================
1. The new DeskTopXampp launch control for XAMPP / XAMPPlite
Posted by Ridgewood available from Ridgewood'sDTX web site

2. Build Rich AJAX Applications - Faster
TIBCO General Interface Pro Edition but FREE and Open Source
Fully working with NO donations required to get a user/password
===========================================

PostPosted: 07. November 2007 01:54
by Wiedmann
and i wanted to measure the latency of the scripts that i run and the Throughput of the webserver(for this i have come across the apache bench but i m not sure where would i find this in the xampp, in fact i have not come across it in xampp documentation)

http://httpd.apache.org/docs/2.2/programs/ab.html
("\xampp\apache\bin\ab.exe")

i m trying to measure the CPU usage and the memory usage of a script

http://en.wikipedia.org/wiki/Profiler_% ... science%29

You need a debugger with profiling feature for your prefered scripting language (e.g. XDebug for PHP) and a software to analyse the profiles (e.g. WinCacheGrind).

BTW:
Such things are not part of the XAMPP distribution.