File: control

package info (click to toggle)
numatop 2.1-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,172 kB
  • sloc: ansic: 14,931; makefile: 107; sh: 11
file content (26 lines) | stat: -rw-r--r-- 897 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
Source: numatop
Rules-Requires-Root: no
Section: admin
Priority: optional
Maintainer: Colin King <colin.king@canonical.com>
Standards-Version: 4.1.2
Build-Depends: debhelper (>= 13),
               debhelper-compat (=13),
               libnuma-dev,
               libncurses-dev,
               check,
               autoconf,
               automake,
               libtool,
               m4,
               pkg-config
Homepage: https://01.org/numatop

Package: numatop
Architecture: linux-i386 linux-amd64 linux-ppc64el
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: NUMA runtime observation tool
 NumaTOP is an observation tool for runtime memory locality characterization
 and analysis of processes and threads running on a NUMA system. It helps the
 user characterize the NUMA behavior of processes and threads and identify
 where the NUMA-related performance bottlenecks reside.