首页 > 移动平台 > 详细

Android中的获取内存信息的相关命令

时间:2014-11-27 10:42:33      阅读:945      评论:0      收藏:0      [点我收藏+]

相关命令:

adb shell dumpsys meminfo > dumpsys_meminfo.txt

adb shell cat /sys/kernel/debug/ion/ion_mm_heap > ion_mm_heap.txt
adb shell cat /proc/mali/memory_usage > gpu_mali_memory_usage.txt
adb shell ps > ps.txt
adb shell cat /proc/vmallocinfo > vmallocinfo.txt
adb shell cat /proc/zoneinfo > zoneinfo.txt
adb shell cat /proc/meminfo > proc_meminfo.txt

adb shell dumpsys procstats > proc_stats.txt

adb shell procrank > proc_crank.txt(eng version only)


Android中的获取内存信息的相关命令

原文:http://blog.csdn.net/songjinshi/article/details/41542463

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!