Hi,

ext Lucas Maneos wrote:
On Sun, Aug 15, 2010 at 02:27:29AM -0700, Andrew Daviel wrote:
  PID USER     STATUS   VSZ  PPID %CPU %MEM COMMAND
 1303 user     DW      128M   354  0.0103.4 alarmd

I cannot remember what is normal, e.g. if it is usual for alarmd to
show such a large virtual size.

Definitely abnormal, that's the size of the tablet's entire physical
RAM!

VSZ is VmSize i.e. virtual size, not physical RAM.
It matters only if it's actually used.

Best tool available for N810 for looking into whole system memory
usage is propably sp-smaps-measure/sp-smaps-visualize.  Install
those packages from the SDK tools repo[1] and then do:

* On device:
    sp_smaps_snapshot > smaps.cap
* On Sbox:
    sp_smaps_analyze smaps.cap
* On Desktop:
    firefox smaps.html

N810 version of sp_smaps_analyze might still be the Python version,
not C-one like the Fremantle one, and the produced HTML data is pretty
large, that's why I think it's better done on (e.g. x86) Sbox.

The produced HTML tables are better viewed on Desktop, device screen
is a bit too small for them.

[1] http://maemo.org/development/tools/diablo/#apt-example
http://maemo.org/development/tools/doc/diablo/sp-smaps-measure/
http://maemo.org/development/tools/doc/diablo/sp-smaps-visualize/


        - Eero
_______________________________________________
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users

Reply via email to