File: control

package info (click to toggle)
hatop 0.8.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 504 kB
  • sloc: python: 1,776; makefile: 75; sh: 7
file content (26 lines) | stat: -rw-r--r-- 1,124 bytes parent folder | download | duplicates (2)
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: hatop
Section: admin
Priority: extra
Uploaders: Bernd Zeimetz <bzed@debian.org>
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13), debhelper (>= 13)
Standards-Version: 4.5.1
Homepage: https://github.com/jhunt/hatop
Vcs-Git: https://salsa.debian.org/python-team/packages/hatop.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/hatop

Package: hatop
Architecture: all
Depends: ${misc:Depends}, python3
Suggests: haproxy
Description: interactive ncurses client for haproxy
 HATop is an interactive ncurses client and real-time monitoring, statistics
 displaying tool for the HAProxy TCP/HTTP load balancer.
 .
 HATop's appearance is similar to top(1). It supports various modes for
 detailed statistics of all configured proxies and services in near realtime.
 In addition, it features an interactive CLI for the haproxy unix socket.
 This allows administrators to control the given haproxy instance (change
 server weight, put servers into maintenance mode, ...) directly out of hatop
 (using keybinds or the CLI) and monitor the results immediately.