File: control

package info (click to toggle)
smem 1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 224 kB
  • sloc: python: 1,860; ansic: 83; makefile: 7
file content (42 lines) | stat: -rw-r--r-- 1,609 bytes parent folder | download
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
41
42
Source: smem
Section: utils
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michal Čihař <nijel@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 python3,
 dh-sequence-python3,
Rules-Requires-Root: no
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/python-team/packages/smem.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/smem
Homepage: https://www.selenic.com/smem/

Package: smem
Architecture: all
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
Recommends: python3-matplotlib
Multi-Arch: foreign
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}
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.