Muhammad Naeem wrote:
>
> i want to check the performace of my system by dividing the number of
> physical page faults with number if http requests it recieved and
> found that this value is about 0.6 i think its high , can anyone
> suggest about this figure and what to do with my system.
Please note that to get a correct reading you have to do it twice, and
then use the difference between the two for calculating the
pagefaults/request figure.
So get a reading at 11:00 noting pagefaults (pf1) and #request (req1)
Then repeat this at 12:00 or some other time.. (pf2, req2)
And then calculate
(pf2 - pf1) / (req2 - req1)
-- Henrik Nordstrom -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Sun Dec 24 2000 - 03:12:08 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:57:06 MST