1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: smem
Section: utils
Priority: optional
Maintainer: Michal Čihař <nijel@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 9), dpkg-dev (>= 1.16.1~), python3, dh-python
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/python-team/applications/smem.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/smem
Homepage: http://www.selenic.com/smem/
Package: smem
Architecture: all
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
Recommends: python3-matplotlib
Conflicts: secure-delete (<< 3.1-5)
Description: memory reporting tool
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.
.
This package contains main tool which can also process data collected
by smemcap.
Package: smemcap
Architecture: any
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
Replaces: smem (<<1.3-2)
Breaks: smem (<<1.3-2)
Description: data collection tool for memory reporting
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.
.
This package contains smemcap utility, which can be used to collect
data on resource constrained systems without depending on Python.
.
The captured data can be processed by smem program.
|