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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Source: rust-procs
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
asciidoctor,
dh-shell-completions
Build-Depends-Arch: cargo:native,
rustc:native (>= 1.74),
libstd-rust-dev,
librust-anyhow-1+default-dev,
librust-byte-unit-5+default-dev (>= 5.1-~~),
librust-chrono-0.4+clock-dev (>= 0.4.40-~~),
librust-clap-4+default-dev (>= 4.4-~~),
librust-clap-4+derive-dev (>= 4.4-~~),
librust-clap-complete-4+default-dev (>= 4.4-~~),
librust-console-0.15+default-dev (>= 0.15.11-~~),
librust-directories+default-dev (<< 7-~~),
librust-directories+default-dev (>= 5-~~),
librust-dockworker-0.7+default-dev,
librust-getch-0.3+default-dev (>= 0.3.1-~~),
librust-libc-0.2+default-dev,
librust-minus-5+default-dev (>= 5.6-~~),
librust-minus-5+search-dev (>= 5.6-~~),
librust-minus-5+static-output-dev (>= 5.6-~~),
librust-once-cell-1+default-dev (>= 1.21.2-~~),
librust-pager-0.16+default-dev (>= 0.16.1-~~),
librust-procfs-0.17+default-dev,
librust-regex-1+default-dev (>= 1.11-~~),
librust-serde-1+default-dev,
librust-serde-derive-1+default-dev,
librust-termbg-0.6+default-dev (>= 0.6.2-~~),
librust-tokio-1+default-dev (>= 1.44-~~),
librust-tokio-1+rt-dev (>= 1.44-~~),
librust-toml-0.8+default-dev,
librust-unicode-width-0.2+default-dev,
librust-uzers-0.12+default-dev,
librust-which-8+default-dev
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
NoisyCoil <noisycoil@debian.org>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/procs]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/procs
Homepage: https://github.com/dalance/procs
X-Cargo-Crate: procs
Package: procs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends},
less
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: modern replacement for ps
procs lists processes and their stats, like ps but in a more
human-readable way.
.
It displays additional information like TCP/UDP ports being
listened on by the process, its read/write throughput and the
name of the Docker container in which it is running, if any.
.
It supports colorized output, automatic theme detection based
on terminal background, multi-column keyword search, paging,
watch mode and tree view. The output can be customized using
a configuration file.
.
Processes can be filtered by command, user or PID and the
filters can be combined using logical operators.
|