Messages in this thread |  | | Date | Sat, 12 May 2001 00:35:34 +0200 | From | "J . A . Magallon" <> | Subject | Re: Size of /proc/kcore growing over time ? |
| |
On 05.11 Martin.Knoblauch wrote: > > I ask, because I thought the size of kproc could be used to determine > the amount of physical memory. If this assumption is wrong, is there > another way to achive the goal? >
#include <sys/sysinfo.h> // for get_phys_pages() #include <unistd.h> // for getpagesize()
ram = get_phys_pages()*getpagesize();
-- J.A. Magallon # Let the source be with you... mailto:jamagallon@able.es Linux Mandrake release 8.1 (Cooker) for i586 Linux werewolf 2.4.4-ac6 #1 SMP Wed May 9 14:28:00 CEST 2001 i686
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |