smem

Rating: 
0
No votes yet

smem is a tool that can give numerous reports on memory usage on Linux systems. Unlike existing tools, smem can report proportional set size (PSS), which is a more meaningful representation of the amount of memory used by libraries and applications in a virtual memory system.

Because large portions of physical memory are typically shared among multiple applications, the standard measure of memory usage known as resident set size (RSS) will significantly overestimate memory usage. PSS instead measures each application's "fair share" of each shared area to give a realistic measure.

smem has many features:

  • system overview listing
  • listings by process, mapping, user
  • filtering by process, mapping, or user
  • configurable columns from multiple data sources
  • configurable output units and percentages
  • configurable headers and totals
  • reading live data from /proc
  • reading data snapshots from directory mirrors or compressed tarballs
  • lightweight capture tool for embedded systems
  • built-in chart generation

 

Application versions: 
AttachmentSizeDate
File openrepos-smem-1.5-2.noarch.rpm11.88 KB07/01/2021 - 19:43
File openrepos-smem-1.5-5.aarch64.rpm15.58 KB09/01/2021 - 18:19
File openrepos-smem-1.5-5.armv7hl.rpm15.27 KB09/01/2021 - 18:19
File openrepos-smem-1.5-5.i486.rpm15.39 KB09/01/2021 - 18:19
Changelog: 

- fix python3 dependency
- set a proper filename and path for pie/bar image output
- compile and bundle smemcap tool
- completely pointlessly overcomplicate things by using autotools