sp_smaps_appvals
Manual Reference Pages - SP_SMAPS_APPVALS (1)
NAME
sp_smaps_appvals - sp_smaps_snapshot data to process summary info
CONTENTS
Synopsis
Description
Options
Examples
Copyright
See Also
SYNOPSIS
sp_smaps_appvals [options] <smaps-capture> ...
DESCRIPTION
The tool reads raw (*.cap) or normalized (*.csv) sp_smaps_snapshot
capture data and produces summary table for memory usage of all
applications in the capture file.
OPTIONS
-h | --help
This help text
-V | --version
Tool version
-v | --verbose
Enable diagnostic messages
-q | --quiet
Disable warning messages
-s | --silent
Disable all messages
-o<path> --output=<path>
Explicitly set output path for first smaps capture.
Default: *.ext -> *.apps
EXAMPLES
% sp_smaps_appvals smaps-*.cap
Generates application memory use summaries from all smaps snapshots.
COPYRIGHT
Copyright (C) 2004-2007 Nokia Corporation.
This is free software. You may redistribute copies of it under the
terms of the GNU General Public License v2 included with the software.
There is NO WARRANTY, to the extent permitted by law.
SEE ALSO
sp_smaps_snapshot(1), sp_smaps_normalize(1)
Improve this page