From: Jabka Atu on
Hello,..


I'm creating a list of diagnsotic tools list to help in Hardwhere
Diagnostics.


Laptop Battery information.

cat /proc/acpi/battery/BAT1/info

CPU info :

cat /proc/cpuinfo

MEM info:

cat /proc/meminfo

Hardisk information:

hdparm -I /dev/sda (first scsi disk).


sensord

smartmontools

memtest86


please add more



--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Kamaraju S Kusumanchi on
Jabka Atu wrote:

> Hello,..
>
>
> I'm creating a list of diagnsotic tools list to help in Hardwhere
> Diagnostics.

[msg snipped]

> please add more

Here are couple of things in addition to what you already wrote.

lshw -- info about hardware
lshw-gtk
lspci -vv -- displays all devices connected to your PCI bus
lsscsi
lsusb
ls -al /proc/kcore -- to see how much ram is installed
df -h -- displays disk usage information
fdisk -l -- displays all disks/partitions that your computer knows about
free -m -- displays memory usage
/proc/ide -- to see the detected IDE drives
/proc/bus/scsi -- to see the identified scsi systems
/proc/sys/dev/cdrom/info -- to see capabilities of CD drives.
dmidecode -- for serial numbers, BIOS revisions


hth
raju
--
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Rafael Fontenelle on
Try /sbin/sfdisk -l instead of fdisk -l.


2008/4/25, Kamaraju S Kusumanchi <kamaraju(a)bluebottle.com>:
>
> Jabka Atu wrote:
>
> > Hello,..
> >
> >
> > I'm creating a list of diagnsotic tools list to help in Hardwhere
> > Diagnostics.
>
>
> [msg snipped]
>
> > please add more
>
> Here are couple of things in addition to what you already wrote.
>
> lshw -- info about hardware
> lshw-gtk
> lspci -vv -- displays all devices connected to your PCI bus
> lsscsi
> lsusb
> ls -al /proc/kcore -- to see how much ram is installed
> df -h -- displays disk usage information
> fdisk -l -- displays all disks/partitions that your computer knows about
> free -m -- displays memory usage
> /proc/ide -- to see the detected IDE drives
> /proc/bus/scsi -- to see the identified scsi systems
> /proc/sys/dev/cdrom/info -- to see capabilities of CD drives.
> dmidecode -- for serial numbers, BIOS revisions
>
>
> hth
> raju
>
> --
> Kamaraju S Kusumanchi
> http://www.people.cornell.edu/pages/kk288/
> http://malayamaarutham.blogspot.com/
>
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster(a)lists.debian.org
>
>