B3log Solo

Aixe

Welcome to Aixe Blog

标签: linux进程 (2)

top进程查看

2011-11-08 10:56:47 c.beyondblack
0  评论    172  浏览

top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器。下面详细介绍它的使用方法。

top - 01:06:48 up 1:22, 1 user, load average: 0.06, 0.60, 0.48
Tasks: 29 total, 1 running, 28 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.3% us, 1.0% sy, 0.0% ni, 98.7% id, 0.0% wa, 0.0% hi, 0.0% si
Mem: 191272k total, 173656k used, 17616k free, 22052k buffers
Swap: 192772k total, 0k used, 192772k free, 123988k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1379 root 16 0 7976 2456 1980 S 0.7 1.3 0:11.03 sshd
14704 root 16 0 2128 980 796 R 0.7 0.5 0:02.72 top
1 root 16 0 1992 632 544 S 0.0 0.3 0:00.90 init
2 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0
3 root RT 0 0 0 0 S 0.0 0.0 0:00.00 watchdog/0

linux进程, 进程管理, top

Linux进程详解

2011-11-05 09:23:31 c.beyondblack
0  评论    285  浏览

超级进程(Super daemon

一、linux系统启动的过程及顺序:

1、  计算机加电,并调用bois 设置

2、  bois 调用硬盘主引导记录 mbr中的grub引导器

3、  grub 引导器将调用内核,进行硬件检测与初始化

4、  内核将调用linux 中的第一个进程init 进程

5、  init进程称为linux系统的父进程,即由该进程调用linux系统中的其它所有的子进程

6、  最终提示输入用户名与密码、

 

linux进程, linux服务级别, init, 进程

最新评论

评论最多的文章

访问最多的文章

分类标签

友情链接

存档

TOP