adb shell top 使用

來源:互聯網
上載者:User

標籤:bubuko   應用   cpu佔用率   調度   相關   spl   delay   show   cond   

adb shell top 

一、其中相關參數:

  1. >adb shell top -h
  2.  Usage: top [ -m max_procs ] [ -n iterations ] [ -d delay ] [ -s sort_column ] [-t ] [ -h ]
  3.  -m num Maximum number of processes to display. 最多顯示多少個進程
  4.  -n num Updates to show before exiting. 重新整理次數
  5.  -d num Seconds to wait between updates. 重新整理間隔時間(預設5秒)
  6.  -s col Column to sort by (cpu,vss,rss,thr). 按哪列排序
  7.  -t Show threads instead of processes. 顯示線程資訊而不是進程
  8.  -h Display this help screen. 顯示協助文檔

比如:

adb shell top -m  5

表示列印出5個進程數,以及相關進程運行所消耗的CPU值百分比。

第一欄相關參數解釋:

  1. User 處於使用者態的已耗用時間,不包含優先值為負進程
  2.  Nice 優先值為負的進程所佔用的CPU時間
  3.  Sys 處於核心態的已耗用時間
  4.  Idle 除IO等待時間以外的其它等待時間
  5.  IOW IO等待時間
  6.  IRQ 硬停機時間
  7.  SIRQ 非強制中斷時間PID 進程id

第二欄相關參數解釋:

  1. PID 進程id
  2.  PR 優先順序
  3.  CPU% 當前瞬時CPU佔用率 
  4. S 進程狀態:D=不可中斷的睡眠狀態, R=運行, S=睡眠, T=跟蹤/停止, Z=殭屍進程
  5.  #THR 程式當前所用的線程數
  6.  VSS Virtual Set Size 虛擬耗用記憶體(包含共用庫佔用的記憶體)
  7.  RSS Resident Set Size 實際使用實體記憶體(包含共用庫佔用的記憶體)
  8.  PCY 調度策略優先順序,SP_BACKGROUND/SP_FOREGROUND
  9.  UID 進程所有者的使用者id
  10.  Name 進程的名稱

二、命令使用  

  1. adb shell top -m xx  查看XX個進程數
  2. adb shell top -n XX  重新整理XX次
  3. adb shell top -d XX  重新整理頻率
  4. ……

三、列印出來的資料儲存到本地

  adb shell top -m 5 > d:\cpu.txt  表示列印的5個進程的資料儲存到本地D盤的cpu.txt檔案中

四、指定查看某個應用的資料

  例如: 監測一次微博的CPU佔用情況:adb shell top -n 1 | grep com.sina.weibo

     10秒重新整理一次顯示CPU佔用情況:adb shell top -d 10 | grep com.sina.weibo

     即時監測微博的CPU佔用情況:adb shell top |grep com.sina.weibo

adb shell top 使用

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.