Package ps_mem: Information

    Source package: ps_mem
    Version: 3.6-alt1
    Build time:  Dec 3, 2016, 05:37 PM in the task #173904
    Category: Monitoring
    Report package bug
    License: LGPLv2
    Summary: Memory profiling tool
    Description: 
    The ps_mem tool reports how much core memory is used per program
    (not per process).
    
    In detail it reports: sum(private RAM for program processes)
    + sum(Shared RAM for program processes)
    
    The shared RAM is problematic to calculate, and the tool automatically
    selects the most accurate method available for the running kernel.

    List of rpms provided by this srpm:
    ps_mem (noarch)

    Maintainer: Michael Shigorin

    List of contributors:
    Michael Shigorin

      1. python3-devel

    Last changed


    Dec. 3, 2016 Michael Shigorin 3.6-alt1
    - initial build for ALT Linux Sisyphus (based on fedora package)
    July 11, 2016 Lumir Balhar <lbalhar@redhat.com> - 3.6-2
    - Fixed missing BuildRequire
    June 8, 2016 Lumir Balhar <lbalhar@redhat.com> - 3.6-1
    - Latest upstream release
    - Package ported to Python3 with dependencies