[lug] Re: CLUE-Talk: Finding IRQ's, etc., from within Linux
Tom Poindexter
tpoindex at nyx.net
Mon Aug 14 07:51:48 MDT 2000
On Mon, Aug 14, 2000 at 06:16:03AM -0600, B O'Fallon wrote:
> Hello,
> Does anyone know of a diagnostics program that will give information
> about hardware and hardware settings from within Linux? Or command that
> will do this?
>
> I need to find out my system IRQ's and memory allocation scheme, and
> need information similar to that provided by the "properties" feature of
> My Computer under Windows.
Trying poking around in the /proc filesystem. You'll see files like
'interrupts', 'meminfo', 'ioports', etc. Just use 'cat' to look at these
files, e.g., 'cat /proc/interrupts'
There are also a few other commands that can tell you what's happening
with current memory, 'vmstat', 'free', 'ps', 'top'.
--
Tom Poindexter
tpoindex at nyx.net
http://www.nyx.net/~tpoindex/
More information about the LUG
mailing list