File: control

package info (click to toggle)
hyperic-sigar 1.6.4%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,256 kB
  • sloc: ansic: 25,873; java: 17,332; perl: 2,670; xml: 801; cs: 621; ruby: 187; python: 47; php: 13; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,130 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
Source: hyperic-sigar
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Hilko Bengen <bengen@debian.org>
Build-Depends:
 ant,
 ant-contrib-cpptasks,
 debhelper-compat (= 13),
 default-jdk,
 liblog4j1.2-java,
 libtirpc-dev,
Standards-Version: 4.3.0
Homepage: https://github.com/hyperic/sigar
Vcs-Git: https://salsa.debian.org/java-team/hyperic-sigar.git
Vcs-Browser: https://salsa.debian.org/java-team/hyperic-sigar
Rules-Requires-Root: no

Package: libhyperic-sigar-java
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: System Information Gatherer And Reporter - Java bindings
 The Sigar API provides a portable interface for gathering system
 information such as:
 .
  - system memory, swap, CPU, load average, uptime, logins
  - per-process memory, CPU, credential info, state, arguments,
    environment, open files,
  - file system detection and metrics
  - network interface detection, configuration info and metrics
  - TCP and UDP connection tables
  - network route table
 .
 This package contains the Java bindings