When I input "cat/proc/cpuinfo" or "cat/proc/meminfo" in my ET9000 it seems I get the infos of the VU+DUO:
root@et9000:/# cat /proc/cpuinfo
system type : BCM97xxx Settop Platform
build target : unknown
processor : 0
cpu model : Brcm4380 V4.4 FPU V0.1
cpu MHz : 402.43
BogoMIPS : 402.43 ( udelay_val : 201216 HZ = 1000 )
wait instruction : yes
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : yes
hardware watchpoint : no
ASEs implemented : mips16
VCED exceptions : not available
VCEI exceptions : not available
RAC setting : Unknown
unaligned access : 970997
rdhwr/brdhwr traps : 0 / 0
process migrations : 287
processor : 1
cpu model : Brcm4380 V4.4 FPU V0.1
cpu MHz : 404.48
BogoMIPS : 404.48 ( udelay_val : 202240 HZ = 1000 )
wait instruction : yes
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : yes
hardware watchpoint : no
ASEs implemented : mips16
VCED exceptions : not available
VCEI exceptions : not available
RAC setting : Unknown
root@et9000:/# cat /proc/meminfo
MemTotal: 383804 kB
MemFree: 4108 kB
Buffers: 4 kB
Cached: 304944 kB
SwapCached: 0 kB
Active: 59856 kB
Inactive: 289152 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 383804 kB
LowFree: 4108 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 0 kB
Writeback: 0 kB
AnonPages: 44048 kB
Mapped: 11748 kB
Slab: 13752 kB
PageTables: 368 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 191900 kB
Committed_AS: 70304 kB
VmallocTotal: 786424 kB
VmallocUsed: 14520 kB
VmallocChunk: 771752 kB
"free" gives the following output:
root@et9000:/# free
total used free shared buffers
Mem: 383804 379860 3944 0 4
Swap: 0 0 0
Total: 383804 379860 3944
I always thought this info is read "on the fly" and actual, but maybe I'm wrong.
Does anyone know of a tool or plugin which displays this info correctly?