logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

smemcap - Capture memory usage data for later processing by smem.

Author

smem was written by Matt Mackall.

                                                   17/06/2013                                         SMEMCAP(8)

Copying

       Copyright  (C)  2008-2009  Matt Mackall.  Free use of this software is granted under the terms of the GNU
       General Public License version 2 or later.

Description

smemcap captures data on system to be later processed by smem.  It captures all /proc entries required by
       smem and outputs them as an uncompressed .tar file to STDOUT.

       smem can analyze the output using the --source option.  smemcap is small and does not require Python.

Example

       smemcap > memorycapture.tar

Files

/proc/$pid/cmdline/proc/$pid/smaps/proc/$pid/stat/proc/meminfo/proc/version

Name

       smemcap - Capture memory usage data for later processing by smem.

Options

       This program does not accept any options.

Resources

See Also

smem(8), free(1), pmap(1), proc(5), ps(1), top(1), vmstat(8)

Synopsis

smemcap

See Also