sp_smaps_analyze

Manual Reference Pages - SP_SMAPS_ANALYZE (1)


NAME

sp_smaps_analyze - sp_smaps_snapshot data to browsable html system info

CONTENTS

Synopsis
Description
Options
Examples
Copyright
See Also

SYNOPSIS

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

DESCRIPTION

The tool reads raw (*.cap) or normalized (*.csv) sp_smaps_snapshot
capture data and produces detailed view to system / process / object
memory usage in html format.

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 -> *.html.

EXAMPLES

% sp_smaps_analyze smaps-*.cap

Converst all smaps data files in current directory for browsing.

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