Originally posted by: ergeorge
It's FreeBSD, which has a /proc but no cpuinfo in there.
But yea, I found what I needed in dmesg. Thanks.
dmesg is pretty fugly to parse though 🙁
Originally posted by: n0cmonkey
Originally posted by: ergeorge
It's FreeBSD, which has a /proc but no cpuinfo in there.
But yea, I found what I needed in dmesg. Thanks.
dmesg is pretty fugly to parse though 🙁
Uglier than adding to /proc kernel code?
cat /var/run/dmesg.out (on netbsd at least)Originally posted by: Nothinman
What happens when the kernel log wraps around and dmesg is filled with other messages
Heh, I get those too, very annoying.(I get 2 arp replacement messages periodically because of how my ISP is setup)?
I believe vmstat under memory/avm is the number of used pages, divide it by 1024 and that's your mem usage in MB (same number as "act" in top), but I'm not 100% sure because 138MB seems a bit high to me (no gui, etc).The lack of a 'free' command is also annoying.
Originally posted by: BingBongWongFooey
cat /var/run/dmesg.out (on netbsd at least)Originally posted by: Nothinman
What happens when the kernel log wraps around and dmesg is filled with other messages
Originally posted by: n0cmonkey
Originally posted by: BingBongWongFooey
cat /var/run/dmesg.out (on netbsd at least)Originally posted by: Nothinman
What happens when the kernel log wraps around and dmesg is filled with other messages
dmesg.boot in Open.