sp_smaps_normalize
Manual Reference Pages - SP_SMAPS_NORMALIZE (1)
NAME
sp_smaps_normalize - sp_smaps_snapshot data to csv converter
CONTENTS
Synopsis
Description
Options
Examples
Copyright
See Also
SYNOPSIS
sp_smaps_normalize [options] <smaps-capture> ...
DESCRIPTION
The tool reads smaps snapshots and writes CSV format data that
can be imported to spreadsheet programs or sp_smaps_analyze
and friends - slightly faster if multiple passes over the
data must be done.
The capture files should be taken with sp_smaps_snapshot,
though the tool tolerates to some extent old style capture
files obtained with: 'head -2000 /proc/[1-9]*/smap'.
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 <destination path> | --output=<destination path>
      Output file to use instead of stdout.
EXAMPLES
% sp_smaps_normalize smaps-after-boot.cap -o smaps-after-boot.csv
  Converts smaps-after-boot.cap to CSV format, suitable for
  further processing or viewing with spreadsheet program.
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_analyze(1)
Improve this page

