On Wed, 2002-01-23 at 15:27, vijay singh wrote:
> Hello. I am trying to analyze an application for possible performance 
> improvements. This application is very malloc heavy, with a lot of link list 
> traversals and moderate disk i/o. Right now it uses the general purpose 
> memory allocator - malloc. Is there a way I can get stats from the kernel 
> about the page faults and cache misses that can justify a slab based 
> allocator. Is there any information about this anywhere on the net? Any 
> pointers will be appreciated.


I am no c programmer but I think what you want is vmstat  check out the
man page.

Bret



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to