There are two simple commands for viewing the boot time and Process status in Fedora8: top (view the process) and uptime (view how long it takes to start). For details, see: view boot time: [root @ web ~] # Uptime13: 44: 25up16days, 1 user, loadaverage: 0.00, 0.00, 0.00 view process: [root @ web ~] #
There are two simple commands involved in viewing the boot time and Process status under Fedora 8: top (view the process) and uptime (view how long it has been since it was started)
For specific operations, see:
View the boot time:
[Root @ web ~] # Uptime
13:44:25 up 16 days, 1 user, load average: 0.00, 0.00, 0.00
View process:
[Root @ web ~] # Top
Top-13:45:14 up 16 days, 1 user, load average: 0.00, 0.00, 0.00
Tasks: 76 total, 1 running, 75 sleeping, 0 stopped, 0 zombie
Cpu (s): 0.0% us, 0.3% sy, 0.0% ni, 99.7% id, 0.0% wa, 0.0% hi, 0.0% si, 0.0% st
Mem: 254236 k total, 167976 k used, 86260 k free, 396 k buffers
Swap: 524280 k total, 21620 k used, 502660 k free, 44216 k cached
Pid user pr ni virt res shr s % CPU % mem time + COMMAND
25303 root 20 0 2272 972 R 788 0.3. 03 top
1 root 20 0 2112 648 S 564 0.0. 03 init
2 root 15-5 0 0 S 0.0 0.0. 01 kthreadd
3 root RT-5 0 0 S 0.0 0.0. 00 migration/0
4 root 15-5 0 0 S 0.0 0.0. 00 ksoftirqd/0
5 root RT-5 0 0 S 0.0 0.0. 00 watchdog/0
6 root 15-5 0 0 S 0.0 0.0. 18 events/0
7 root 15-5 0 0 S 0.0 0.0. 00 khelper
58 root 15-5 0 0 S 0.0 0.0. 33 kblockd/0
61 root 15-5 0 0 S 0.0 0.0. 00 kacpid
62 root 15-5 0 0 S 0.0 0.0. 00 kacpi_notify
142 root 15-5 0 0 S 0.0 0.0. 00 cqueue/0
144 root 15-5 0 0 S 0.0 0.0. 00 ksuspend_usbd
149 root 15-5 0 0 S 0.0 0.0. 00 khubd
152 root 15-5 0 0 S 0.0 0.0. 00 kseriod
180 root 20 0 0 0 S 0.0 0.0. 35 pdflush
181 root 20 0 0 0 S 0.0 0.0. 95 pdflush
This is displayed without adding parameters.