Android - top 进程信息

Tasks: 1781 total,  13 running,1757 sleeping,   0 stopped,   0 zombie
Mem:   1652084k total,  1495060k used,   157024k free,     3572k buffers
Swap:        0k total,        0k used,        0k free,   324632k cached
400%cpu 227%user   5%nice 126%sys  40%idle   0%iow   0%irq   3%sirq   0%host
  PID   TID USER         PR  NI[%CPU]S VIRT  RES PCY CMD             NAME                       
26281 26281 u0_a26       20   0 66.8 S 1.1G  95M  fg m.aispeech.aios com.aispeech.aios
26359 26359 root          0 -20 63.6 R 7.5M 4.8M     top             top
  412   412 system       -2  -8 61.6 S  74M  12M  fg surfaceflinger  surfaceflinger

Tasks — 任务(进程)
1781 total, 系统现在共有1781个进程
13 running, 其中处于运行中的有13个
1757 sleeping, 1757个在休眠(sleep)
0 stopped, stoped状态的有0个
0 zombie zombie状态(僵尸)的有0个

Mem — 内存状态
1652084k total — 物理内存总量
1495060k used — 使用中的内存总量
157024k free — 空闲内存总量
3572k buffers — 缓存的内存量

Swap — 交换分区信息(虚拟物理内存)
0k total — 交换区总量
0k used — 使用的交换区总量
0k free — 空闲交换区总量
324632k cached — 缓冲的交换区总量

400%cpu: CPU总量
227%user: 用户空间占用CPU的百分比
5%nice: 改变过优先级的进程占用cpu的百分比
126%sys 内核空间占用cpu的百分比
40%idle 空闲cpu百分比
0%iow IO等待占用cpu的百分比
0%irq 硬中断(Hardware IRQ)占用cpu的百分比
3%sirq 软中(Software Interrupts)占用CPU的百分比

你可能感兴趣的:(其他,android)