Difference between revisions of "System information"

From Linuxintro
imported>ThorstenStaerk
(New page: = Running kernel = uname -r = Uptime = uptime = Distribution = See find out your distribution. = Installed hardware = hwinfo --all)
 
imported>ThorstenStaerk
Line 1: Line 1:
= Running kernel =
+
= Kernel Information =
 +
Running kernel
 
  uname -r
 
  uname -r
 +
all kernel information
 +
uname -a
 +
 +
= Drivers =
 +
* list all device drivers (kernel modules)
 +
[[lsmod]]
 +
 +
= System log =
 +
cat /var/log/messages
 +
or
 +
dmesg
 +
 +
= System load =
 +
* [[xosview]]
 +
* [[top]]
 +
 +
= Memory =
 +
* [[free]]
 +
 +
= hard disk =
 +
* Free harddisk space
 +
[[df]] -h
 +
* [[du]] -csh
 +
 +
= Network =
 +
Network connections:
 +
netstat -putan
  
 
= Uptime =
 
= Uptime =
Line 10: Line 38:
 
= Installed hardware =
 
= Installed hardware =
 
  [[hwinfo]] --all
 
  [[hwinfo]] --all
 +
 +
== processor ==
 +
[[hwinfo]] --cpu

Revision as of 04:43, 2 October 2010

Kernel Information

Running kernel

uname -r

all kernel information

uname -a

Drivers

  • list all device drivers (kernel modules)
lsmod

System log

cat /var/log/messages

or

dmesg

System load

Memory

hard disk

  • Free harddisk space
df -h

Network

Network connections:

netstat -putan

Uptime

uptime

Distribution

See find out your distribution.

Installed hardware

hwinfo --all

processor

hwinfo --cpu