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
|
Source: topplot
Section: utils
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools,
python3-all, python3-matplotlib, python3-mplcursors,
python3-numpy, python3-pandas, python3-tk, xvfb, xauth,
python3-screeninfo
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://gitlab.com/eBardie/topplot/
Vcs-Browser: https://salsa.debian.org/python-team/packages/topplot
Vcs-Git: https://salsa.debian.org/python-team/packages/topplot.git
Package: python3-topplot
Section: python
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-tk
Suggests: topplot
Description: Python modules to munge top logs using topplot
topplot produces graphs of information it munges from top logs. It can
select which processes to focus on, and it can split out information
by cpu core (if top was configured to record the cpu core column,
and/or display the cpu summary info by core). topplot can save the
graphs as PNG files. It can also print information derived from the
logs to stdout, with or without emitting the graphs. There may be better,
more efficient ways of collecting live system information, but if for
some reason you've hundreds of thousands of lines of top logs and you
want to see what's in them, topplot can help.
.
This package includes Python modules which may be reusable by other
tools that want to use topplot modules.
Package: topplot
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-topplot
Description: Munge logs from top in to useful graphs
topplot produces graphs of information it munges from top logs. It can
select which processes to focus on, and it can split out information
by cpu core (if top was configured to record the cpu core column,
and/or display the cpu summary info by core). topplot can save the
graphs as PNG files. It can also print information derived from the
logs to stdout, with or without emitting the graphs. There may be better,
more efficient ways of collecting live system information, but if for
some reason you've hundreds of thousands of lines of top logs and you
want to see what's in them, topplot can help.
|