From mboxrd@z Thu Jan 1 00:00:00 1970 From: bhslinker@gmail.com (Bharath H S) Date: Thu, 30 Dec 2010 09:07:42 +0530 Subject: kernel memory usage In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org I think Naveen means, all the memory does not appear in the output of /proc/meminfo, the reason is kernel memory is discounted and not accounted for in the output. May be his goal is to calculate the total memory in the system and that output of /proc/meminfo does not give that. On Wed, Dec 29, 2010 at 9:39 PM, Mulyadi Santosa wrote: > On Wed, Dec 29, 2010 at 20:30, naveen yadav wrote: >> Hi all, >> >> I want to calculate the total kernel memory usage. > > First, what's your definition of "kernel memory" ? Everything that is > mapped inside kernel address space only? > -- > regards, > > Mulyadi Santosa > Freelance Linux trainer and consultant > > blog: the-hydra.blogspot.com > training: mulyaditraining.blogspot.com > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies >