Hi all!

I've been working a while with the dumpsys meminfo <process_id> tool
to fetch some statistics of the memory usage of my application, but
there is something that still dont get:

Applications Memory Usage (kB):
Uptime: 103374017 Realtime: 103374015

** MEMINFO in pid 554 [com.example.myapp] **
                    native   dalvik    other    total
            size:     9016     7687      N/A    16703
       allocated:     7705     3900      N/A    11605
            free:      282     3787      N/A     4069
           (Pss):     5210     3827     6320    15357
  (shared dirty):     1476     4120     9804    15400
    (priv dirty):     5140     2880     1508     9528

 Objects
           Views:        0        ViewRoots:        0
     AppContexts:        0       Activities:        0
          Assets:        2    AssetManagers:        2
   Local Binders:        4    Proxy Binders:      833
Death Recipients:      412
 OpenSSL Sockets:        2

 SQL
            heap:     3224       memoryUsed:     3224
pageCacheOverflo:      311  largestMemAlloc:      255

 DATABASES
  Pagesize   Dbsize  Lookaside  Dbname
      1024      753        500  example.db


I understand the rows good, the one relatives to Pss and shared dirty
(Uss) are the ones that I'm interested in. I know that I can get this
data with procrank, but I'm interested in the columns.

Native and dalvik columns are ok, but don't have any idea what is that
'other' column for.

Anyone that can bring me light?

Thanks!!

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

Reply via email to