.TH LINUXSTATUS 1 .SH NAME linuxstatus \- Linux system status information .SH SYNOPSIS linuxstatus .SH DESCRIPTION Displays Linux system and system status information, like kernel version, type of processor, uptime, memory usage, number of processes and context switches etc. .PP This script was highly influenced by the book "Kernel Projects for Linux" by Gary Nutt, especially by its exercise 1. It is a fun book to get started hacking Linux, BTW. .SH EXAMPLES $ linuxstatus .br AuthenticAMD AMD Athlon(tm) processor 1400.052 MHz 256 KB 2791.83 bogomips .br Linux version 2.4.18-k7 (herbert@gondolin) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 Sun Apr 14 13:19:11 EST 2002 .br Uptime: 11:39:26 up 47 days, 21:57, 2 users, load average: 0.76, 0.71, 0.43 User mode: 3.49 days System mode: 5.15 days Idle time: 39.28 days 47.91 days .br MemTotal: 514272 kB .br MemFree: 5616 kB .br MemShared: 0 kB .br Buffers: 78072 kB .br Cached: 71216 kB .br SwapCached: 36724 kB .br Active: 360680 kB .br Inactive: 98084 kB .br HighTotal: 0 kB .br HighFree: 0 kB .br LowTotal: 514272 kB .br LowFree: 5616 kB .br SwapTotal: 1052248 kB .br SwapFree: 526124 kB .br Disk IO: 16211933 .br Context switches: 4211381415 .br Processes: 289794 .br Load average: 0.76 R/Threads(4/409) last pid: 32763 .SH SEE ALSO linuxinfo(1) .SH AUTHOR Written by Chr. Clemens Lee . .SH DATE Initial version: 2002-12-07, last updated: $Date: 2002/12/07 11:05:21 $