Documentation/devtools/maemo5/sp-smaps-measure
(New page: == Description == sp-smaps-measure installs an utility that can be invoked to take a snapshot of /proc- →PID: smaps files. The smaps files contain very detailed information about processes...) |
(devtools template) |
||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
+ | {{Devtools}} | ||
+ | |||
+ | |||
== Description == | == Description == | ||
Line 30: | Line 33: | ||
[[Documentation/devtools/maemo5/sp-smaps-visualize|sp-smaps-visualize]] | [[Documentation/devtools/maemo5/sp-smaps-visualize|sp-smaps-visualize]] | ||
+ | |||
+ | [[Category:Fremantle]] |
Latest revision as of 15:20, 11 March 2010
This article documents a developer tool. A list of available devtools is available, together with installation instructions. |
Contents |
[edit] Description
sp-smaps-measure installs an utility that can be invoked to take a snapshot of /proc/*PID*/smaps files. The smaps files contain very detailed information about processes' memory consumption.
[edit] Packages
source: sp-smaps
binary: sp-smaps-measure
[edit] Usage Examples
Writes output similar to `head -2000 /proc/[1-9]*/smaps` to logfile after_boot.cap.
# sp_smaps_snapshot > after_boot.cap
It is possible to request realtime priority with the --realtime option. This requires that the utility is run as superuser.
[edit] Links
[sp_smaps_snapshot man page](/development/documentation/man_pages/sp_smaps_snapshot.html)
[edit] See Also
- This page was last modified on 11 March 2010, at 15:20.
- This page has been accessed 7,417 times.