Subject: some questions about /proc
To: NetBSD Users Group <netbsd-users@netbsd.org>
From: None <carnivorous@gmail.com>
List: netbsd-users
Date: 07/25/2004 16:08:26
Hello,

Does anyone know the NetBSD equivalents for:

/proc/loadavg
/proc/net/dev
/proc/meminfo

I'm trying to get an application to work that was written for Linux,
and it uses those three to get information about the system.  On a
side note, would it be easier to just install emulators/suse_linux and
add "/proc /proc procfs rw,linux 0 0" to /etc/fstab?  I'm running a
GENERIC kernel, 2.0F from June 17.  I'm hoping that I don't have to
recompile anything.

Thanks