Most of the stuff in cpuinfo should be just loggen on boot. The rest
should
be in uname.
> > /proc/ksyms -- entierly redundant and not used by the modutils.
>
> This is used for WCHAN.
You could better get this info through the same syscall interface which
insmod is preferable using. (cut and paste coding required actually...)
> > /proc/kmsg -- entierly redundant to syslog.
>
> Sure, except that /proc/kmsg supplies the syslog via klogd.
>
> > root:/proc# cat meminfo
> > total: used: free: shared: buffers: cached:
> > Mem: 64577536 62787584 1789952 20643840 1339392 17186816
> > Swap: 139821056 36478976 103342080
> > MemTotal: 63064 kB
> > MemFree: 1748 kB
> > MemShared: 20160 kB
> > Buffers: 1308 kB
> > Cached: 16784 kB
> > SwapTotal: 136544 kB
> > SwapFree: 100920 kB
> >
> > Wonderfull!!!! The same data twice, albeit no one of them easly
> > parsed! Easly parsed? By what? AWK? SED? or should the procps
> > utilities beeing implemented in damn PERL? (Some loosers who
> > don't know C would apreciate this, certainly) !!!!!
>
> Feel free to kill the old values at the top.
Naa I fear... becouse I remember the days when they where actually
killed.
-- Marcin Dalecki
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/