http://stackoverflow.com/questions/2298208/how-to-discover-memory-usage-of-my-application-in-android/


01.08.2011 16:53, Srikanth пишет:
Hi All,

Dumpsys meminfo command gave below output for system server process.
Can anyone explain each row and column involved in this output like
native, dalvik, other, Objects, SQL,Databases and the significance of
values like dbsize, pagesize, lookaside etc...

** MEMINFO in pid 2537 [system] **
                     native   dalvik    other    total
             size:     8736     7943      N/A    16679
        allocated:     7013     6639      N/A    13652
             free:      858     1304      N/A     2162
            (Pss):     4453     9423    22082    35958
   (shared dirty):     1340     4076     1664     7080
     (priv dirty):     4420     6656     9968    21044

  Objects
            Views:        0        ViewRoots:        0
      AppContexts:        2       Activities:        0
           Assets:        9    AssetManagers:        9
    Local Binders:      122    Proxy Binders:      251
Death Recipients:       73
  OpenSSL Sockets:        0

  SQL
             heap:      168       memoryUsed:      168
pageCacheOverflo:       35  largestMemAlloc:       50

  DATABASES
   Pagesize   Dbsize  Lookaside  Dbname
       1024       29         72  settings.db
       1024       16         33  accounts.db

Regards
Srikanth M.


--
Kostya Vasilyev

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to