Difference between revisions of "System information"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 46: Line 46:
  
 
  route
 
  route
 +
 +
ethereal
 +
 +
iptraf
  
 
== Uptime ==
 
== Uptime ==

Revision as of 04:54, 2 October 2010

What hardware do I have?

All hardware

hwinfo --all

processor

hwinfo --cpu

usb

hwinfo --usb

hard disks

hwinfo --block

partitions

hwinfo --partition

network cards

hwinfo --netcard

What is happening on my hardware?

Kernel Information

Running kernel

uname -r

all kernel information

uname -a

Drivers

  • list all device drivers (kernel modules)
lsmod

Distribution

See find out your distribution.

System log

cat /var/log/messages

or

dmesg

Network

Network connections:

netstat -putan
ethtool
ifconfig
route
ethereal
iptraf

Uptime

uptime

Mounts

How much capacity is left?

System load

Memory

hard disk

  • Free harddisk space
df -h