Re: I can't find out the answer

2001-04-21 Thread Rik van Riel
On Sat, 21 Apr 2001, gis88530 wrote: > I want to calculate the total memory usage of kernel. > I wonder that we just need to add these(*1) in slabinfo or > we need to add each line(*1 and *2) in slabinfo. Thanks. > AND > I know the size of size-512 is 512 bytes, but I want to know > the size of

I can't find out the answer

2001-04-21 Thread gis88530
Hello, I want to calculate the total memory usage of kernel. I wonder that we just need to add these(*1) in slabinfo or we need to add each line(*1 and *2) in slabinfo. Thanks. AND I know the size of size-512 is 512 bytes, but I want to know the size of tcp_tw_bucket, tcp_open_request, etc. How