sp_smaps_flatten

Manual Reference Pages - SP_SMAPS_FLATTEN (1)


NAME

sp_smaps_flatten - remove threads from sp_smaps_snapshot data

CONTENTS

Synopsis
Description
Options
Examples
Copyright
See Also

SYNOPSIS

sp_smaps_flatten [options] <smaps-capture> ...

DESCRIPTION

The tool reads raw capture files generated with sp_smaps_snapshot and
tries to detect and remove duplicate entries due to multiple threads.

Note that this tool can also process snapshots that were not taken
from /proc/*/smaps entries.

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: *.csv -> *.flat

EXAMPLES

% sp_smaps_flatten smaps-*.cap

Removes thread redundancy from all smaps-*.cap files, output is
written to smaps*.flat.

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)



Improve this page