pkgsrc/sysutils/py-Glances/PLIST

340 lines
14 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.8 2021/07/25 16:47:46 fox Exp $
bin/glances-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/glances/__init__.py
${PYSITELIB}/glances/__init__.pyc
${PYSITELIB}/glances/__init__.pyo
${PYSITELIB}/glances/__main__.py
${PYSITELIB}/glances/__main__.pyc
${PYSITELIB}/glances/__main__.pyo
${PYSITELIB}/glances/actions.py
${PYSITELIB}/glances/actions.pyc
${PYSITELIB}/glances/actions.pyo
${PYSITELIB}/glances/amps/__init__.py
${PYSITELIB}/glances/amps/__init__.pyc
${PYSITELIB}/glances/amps/__init__.pyo
${PYSITELIB}/glances/amps/glances_amp.py
${PYSITELIB}/glances/amps/glances_amp.pyc
${PYSITELIB}/glances/amps/glances_amp.pyo
${PYSITELIB}/glances/amps/glances_default.py
${PYSITELIB}/glances/amps/glances_default.pyc
${PYSITELIB}/glances/amps/glances_default.pyo
${PYSITELIB}/glances/amps/glances_nginx.py
${PYSITELIB}/glances/amps/glances_nginx.pyc
${PYSITELIB}/glances/amps/glances_nginx.pyo
${PYSITELIB}/glances/amps/glances_systemd.py
${PYSITELIB}/glances/amps/glances_systemd.pyc
${PYSITELIB}/glances/amps/glances_systemd.pyo
${PYSITELIB}/glances/amps/glances_systemv.py
${PYSITELIB}/glances/amps/glances_systemv.pyc
${PYSITELIB}/glances/amps/glances_systemv.pyo
${PYSITELIB}/glances/amps_list.py
${PYSITELIB}/glances/amps_list.pyc
${PYSITELIB}/glances/amps_list.pyo
${PYSITELIB}/glances/attribute.py
${PYSITELIB}/glances/attribute.pyc
${PYSITELIB}/glances/attribute.pyo
${PYSITELIB}/glances/autodiscover.py
${PYSITELIB}/glances/autodiscover.pyc
${PYSITELIB}/glances/autodiscover.pyo
${PYSITELIB}/glances/client.py
${PYSITELIB}/glances/client.pyc
${PYSITELIB}/glances/client.pyo
${PYSITELIB}/glances/client_browser.py
${PYSITELIB}/glances/client_browser.pyc
${PYSITELIB}/glances/client_browser.pyo
${PYSITELIB}/glances/compat.py
${PYSITELIB}/glances/compat.pyc
${PYSITELIB}/glances/compat.pyo
${PYSITELIB}/glances/config.py
${PYSITELIB}/glances/config.pyc
${PYSITELIB}/glances/config.pyo
${PYSITELIB}/glances/cpu_percent.py
${PYSITELIB}/glances/cpu_percent.pyc
${PYSITELIB}/glances/cpu_percent.pyo
${PYSITELIB}/glances/events.py
${PYSITELIB}/glances/events.pyc
${PYSITELIB}/glances/events.pyo
${PYSITELIB}/glances/exports/__init__.py
${PYSITELIB}/glances/exports/__init__.pyc
${PYSITELIB}/glances/exports/__init__.pyo
${PYSITELIB}/glances/exports/glances_cassandra.py
${PYSITELIB}/glances/exports/glances_cassandra.pyc
${PYSITELIB}/glances/exports/glances_cassandra.pyo
${PYSITELIB}/glances/exports/glances_couchdb.py
${PYSITELIB}/glances/exports/glances_couchdb.pyc
${PYSITELIB}/glances/exports/glances_couchdb.pyo
${PYSITELIB}/glances/exports/glances_csv.py
${PYSITELIB}/glances/exports/glances_csv.pyc
${PYSITELIB}/glances/exports/glances_csv.pyo
${PYSITELIB}/glances/exports/glances_elasticsearch.py
${PYSITELIB}/glances/exports/glances_elasticsearch.pyc
${PYSITELIB}/glances/exports/glances_elasticsearch.pyo
${PYSITELIB}/glances/exports/glances_export.py
${PYSITELIB}/glances/exports/glances_export.pyc
${PYSITELIB}/glances/exports/glances_export.pyo
${PYSITELIB}/glances/exports/glances_graph.py
${PYSITELIB}/glances/exports/glances_graph.pyc
${PYSITELIB}/glances/exports/glances_graph.pyo
sysutils/py-Glances: Update to 3.2.1 Changes since 3.1.7: =============== Version 3.2.1 =============== Bugs corrected: * Glances 3.2.0 and influxdb export - Missing network data bug #1893 Enhancement requests: * Security audit - B411 enhancement (Monkey patch XML RPC Lib) #1025 * Also search glances.conf file in /usr/share/doc/glances/glances.conf #1862 =============== Version 3.2.0 =============== This release is a major version (but minor number because the API did not change). It focus on *CPU consumption*. I use `Flame profiling https://github.com/nicolargo/glances/wiki/Glances-FlameGraph`_ and code optimization to *reduce CPU consumption from 20% to 50%* depending on your system. Enhancement and development requests: * Improve CPU consumption - Make the refresh rate configurable per plugin #1870 - Add caching for processing username and cmdline - Correct and improve refresh time method - Set refresh rate for global CPU percent - Set the dafault refresh rate of system stats to 60 seconds - Default refresh time for sensors is refresh rate * 2 - Improve history perf - Change main curses loop - Improve Docker client connection - Update Flame profiling * Get system sensors temperatures thresholds #1864 * Filter data exported from Docker plugin * Make the Docker API connection timeout configurable * Add --issue to Github issue template * Add release-note in the Makefile * Add some comments in cpu_percent * Add some comments to the processlist.py * Set minimal version for PSUtil to 5.3.0 * Add comment to default glances.conf file * Improve code quality #820 * Update WebUI for security vuln Bugs corrected: * Quit from help should return to main screen, not exit #1874 * AttributeError: 'NoneType' object has no attribute 'current' #1875 * Merge pull request #1873 from metayan/fix-history-add * Correct filter * Correct Flake8 issue in plugins * Pressing Q to get rid of irq not working #1792 * Spelling correction in docs #1886 * Starting an alias with a number causes a crash #1885 * Network interfaces not applying in web UI #1884 * Docker containers information missing with Docker 20.10.x #1878 * Get system sensors temperatures thresholds #1864 Contibutors for this version: * Nicolargo * Markus Pöschl * Clifford W. Hansen * Blake * Yan
2021-07-16 06:24:16 +02:00
${PYSITELIB}/glances/exports/glances_graphite.py
${PYSITELIB}/glances/exports/glances_graphite.pyc
${PYSITELIB}/glances/exports/glances_graphite.pyo
${PYSITELIB}/glances/exports/glances_influxdb.py
${PYSITELIB}/glances/exports/glances_influxdb.pyc
${PYSITELIB}/glances/exports/glances_influxdb.pyo
sysutils/py-Glances: Update to 3.1.6.1 Changes since 3.1.5: Version 3.1.6.1 =============== Bugs corrected: * Glances crash after installing module for shown GPU informations on Windows 10 #1800 Version 3.1.6 ============= Enhancements and new features: * Kill a process from the Curses interface #1444 * Manual refresh on F5 in the Curses interface #1753 * Hide function in sensors section #1590 * Enhancement Request: .conf parameter for AMP #1690 * Password for Web/Browser mode #1674 * Unable to connect to Influxdb 2.0 #1776 * ci: fix release process and improve build speeds #1782 * Cache cpuinfo output #1700 * sort by clicking improvements and bug #1578 * Allow embedded AMP python script to be placed in a configurable location #1734 * Add attributes to stdout/stdout-csv plugins #1733 * Do not shorten container names #1723 Bugs corrected: * Version tag for docker image packaging #1754 * Unusual characters in cmdline cause lines to disappear and corrupt the display #1692 * UnicodeDecodeError on any command with a utf8 character in its name #1676 * Docker image is not up to date install #1662 * Add option to set the strftime format #1785 * fix: docker dev build contains all optional requirements #1779 * GPU information is incomplete via web #1697 * [WebUI] Fix display of null values for GPU plugin #1773 * crash on startup on Illumos when no swap is configured #1767 * Glances crashes with 2 GPUS bug #1683 * [Feature Request] Filter Docker containers#1748 * Error with IP Plugin : object has no attribute #1528 * docker-compose #1760 * [WebUI] Fix sort by disk io #1759 * Connection to MQTT server failst #1705 * Misleading image tag latest-arm needs contributor packaging #1419 * Docker nicolargo/glances:latest missing arm builds? #1746 * Alpine image is broken packaging #1744 * RIP Alpine? needs contributor packaging #1741 * Manpage improvement documentation #1743 * Make build reproducible packaging #1740 * Automated multiarch builds for docker #1716 * web ui of glances is not coming #1721 * fixing command in json.rst #1724 * Fix container rss value #1722 * Alpine Image is broken needs test packaging #1720 * Fix gpu plugin to handle multiple gpus with different reporting capabilities bug #1634
2021-01-31 06:12:44 +01:00
${PYSITELIB}/glances/exports/glances_influxdb2.py
${PYSITELIB}/glances/exports/glances_influxdb2.pyc
${PYSITELIB}/glances/exports/glances_influxdb2.pyo
${PYSITELIB}/glances/exports/glances_json.py
${PYSITELIB}/glances/exports/glances_json.pyc
${PYSITELIB}/glances/exports/glances_json.pyo
${PYSITELIB}/glances/exports/glances_kafka.py
${PYSITELIB}/glances/exports/glances_kafka.pyc
${PYSITELIB}/glances/exports/glances_kafka.pyo
${PYSITELIB}/glances/exports/glances_mqtt.py
${PYSITELIB}/glances/exports/glances_mqtt.pyc
${PYSITELIB}/glances/exports/glances_mqtt.pyo
${PYSITELIB}/glances/exports/glances_opentsdb.py
${PYSITELIB}/glances/exports/glances_opentsdb.pyc
${PYSITELIB}/glances/exports/glances_opentsdb.pyo
${PYSITELIB}/glances/exports/glances_prometheus.py
${PYSITELIB}/glances/exports/glances_prometheus.pyc
${PYSITELIB}/glances/exports/glances_prometheus.pyo
${PYSITELIB}/glances/exports/glances_rabbitmq.py
${PYSITELIB}/glances/exports/glances_rabbitmq.pyc
${PYSITELIB}/glances/exports/glances_rabbitmq.pyo
${PYSITELIB}/glances/exports/glances_restful.py
${PYSITELIB}/glances/exports/glances_restful.pyc
${PYSITELIB}/glances/exports/glances_restful.pyo
${PYSITELIB}/glances/exports/glances_riemann.py
${PYSITELIB}/glances/exports/glances_riemann.pyc
${PYSITELIB}/glances/exports/glances_riemann.pyo
${PYSITELIB}/glances/exports/glances_statsd.py
${PYSITELIB}/glances/exports/glances_statsd.pyc
${PYSITELIB}/glances/exports/glances_statsd.pyo
${PYSITELIB}/glances/exports/glances_zeromq.py
${PYSITELIB}/glances/exports/glances_zeromq.pyc
${PYSITELIB}/glances/exports/glances_zeromq.pyo
${PYSITELIB}/glances/filter.py
${PYSITELIB}/glances/filter.pyc
${PYSITELIB}/glances/filter.pyo
${PYSITELIB}/glances/folder_list.py
${PYSITELIB}/glances/folder_list.pyc
${PYSITELIB}/glances/folder_list.pyo
${PYSITELIB}/glances/globals.py
${PYSITELIB}/glances/globals.pyc
${PYSITELIB}/glances/globals.pyo
${PYSITELIB}/glances/history.py
${PYSITELIB}/glances/history.pyc
${PYSITELIB}/glances/history.pyo
${PYSITELIB}/glances/logger.py
${PYSITELIB}/glances/logger.pyc
${PYSITELIB}/glances/logger.pyo
${PYSITELIB}/glances/main.py
${PYSITELIB}/glances/main.pyc
${PYSITELIB}/glances/main.pyo
${PYSITELIB}/glances/outdated.py
${PYSITELIB}/glances/outdated.pyc
${PYSITELIB}/glances/outdated.pyo
${PYSITELIB}/glances/outputs/__init__.py
${PYSITELIB}/glances/outputs/__init__.pyc
${PYSITELIB}/glances/outputs/__init__.pyo
${PYSITELIB}/glances/outputs/glances_bars.py
${PYSITELIB}/glances/outputs/glances_bars.pyc
${PYSITELIB}/glances/outputs/glances_bars.pyo
${PYSITELIB}/glances/outputs/glances_bottle.py
${PYSITELIB}/glances/outputs/glances_bottle.pyc
${PYSITELIB}/glances/outputs/glances_bottle.pyo
${PYSITELIB}/glances/outputs/glances_curses.py
${PYSITELIB}/glances/outputs/glances_curses.pyc
${PYSITELIB}/glances/outputs/glances_curses.pyo
${PYSITELIB}/glances/outputs/glances_curses_browser.py
${PYSITELIB}/glances/outputs/glances_curses_browser.pyc
${PYSITELIB}/glances/outputs/glances_curses_browser.pyo
${PYSITELIB}/glances/outputs/glances_sparklines.py
${PYSITELIB}/glances/outputs/glances_sparklines.pyc
${PYSITELIB}/glances/outputs/glances_sparklines.pyo
${PYSITELIB}/glances/outputs/glances_stdout.py
${PYSITELIB}/glances/outputs/glances_stdout.pyc
${PYSITELIB}/glances/outputs/glances_stdout.pyo
${PYSITELIB}/glances/outputs/glances_stdout_apidoc.py
${PYSITELIB}/glances/outputs/glances_stdout_apidoc.pyc
${PYSITELIB}/glances/outputs/glances_stdout_apidoc.pyo
${PYSITELIB}/glances/outputs/glances_stdout_csv.py
${PYSITELIB}/glances/outputs/glances_stdout_csv.pyc
${PYSITELIB}/glances/outputs/glances_stdout_csv.pyo
${PYSITELIB}/glances/outputs/glances_stdout_issue.py
${PYSITELIB}/glances/outputs/glances_stdout_issue.pyc
${PYSITELIB}/glances/outputs/glances_stdout_issue.pyo
${PYSITELIB}/glances/password.py
${PYSITELIB}/glances/password.pyc
${PYSITELIB}/glances/password.pyo
${PYSITELIB}/glances/password_list.py
${PYSITELIB}/glances/password_list.pyc
${PYSITELIB}/glances/password_list.pyo
${PYSITELIB}/glances/plugins/__init__.py
${PYSITELIB}/glances/plugins/__init__.pyc
${PYSITELIB}/glances/plugins/__init__.pyo
${PYSITELIB}/glances/plugins/glances_alert.py
${PYSITELIB}/glances/plugins/glances_alert.pyc
${PYSITELIB}/glances/plugins/glances_alert.pyo
${PYSITELIB}/glances/plugins/glances_amps.py
${PYSITELIB}/glances/plugins/glances_amps.pyc
${PYSITELIB}/glances/plugins/glances_amps.pyo
${PYSITELIB}/glances/plugins/glances_cloud.py
${PYSITELIB}/glances/plugins/glances_cloud.pyc
${PYSITELIB}/glances/plugins/glances_cloud.pyo
${PYSITELIB}/glances/plugins/glances_connections.py
${PYSITELIB}/glances/plugins/glances_connections.pyc
${PYSITELIB}/glances/plugins/glances_connections.pyo
${PYSITELIB}/glances/plugins/glances_core.py
${PYSITELIB}/glances/plugins/glances_core.pyc
${PYSITELIB}/glances/plugins/glances_core.pyo
${PYSITELIB}/glances/plugins/glances_cpu.py
${PYSITELIB}/glances/plugins/glances_cpu.pyc
${PYSITELIB}/glances/plugins/glances_cpu.pyo
${PYSITELIB}/glances/plugins/glances_diskio.py
${PYSITELIB}/glances/plugins/glances_diskio.pyc
${PYSITELIB}/glances/plugins/glances_diskio.pyo
${PYSITELIB}/glances/plugins/glances_docker.py
${PYSITELIB}/glances/plugins/glances_docker.pyc
${PYSITELIB}/glances/plugins/glances_docker.pyo
${PYSITELIB}/glances/plugins/glances_folders.py
${PYSITELIB}/glances/plugins/glances_folders.pyc
${PYSITELIB}/glances/plugins/glances_folders.pyo
${PYSITELIB}/glances/plugins/glances_fs.py
${PYSITELIB}/glances/plugins/glances_fs.pyc
${PYSITELIB}/glances/plugins/glances_fs.pyo
${PYSITELIB}/glances/plugins/glances_gpu.py
${PYSITELIB}/glances/plugins/glances_gpu.pyc
${PYSITELIB}/glances/plugins/glances_gpu.pyo
${PYSITELIB}/glances/plugins/glances_help.py
${PYSITELIB}/glances/plugins/glances_help.pyc
${PYSITELIB}/glances/plugins/glances_help.pyo
${PYSITELIB}/glances/plugins/glances_ip.py
${PYSITELIB}/glances/plugins/glances_ip.pyc
${PYSITELIB}/glances/plugins/glances_ip.pyo
${PYSITELIB}/glances/plugins/glances_irq.py
${PYSITELIB}/glances/plugins/glances_irq.pyc
${PYSITELIB}/glances/plugins/glances_irq.pyo
${PYSITELIB}/glances/plugins/glances_load.py
${PYSITELIB}/glances/plugins/glances_load.pyc
${PYSITELIB}/glances/plugins/glances_load.pyo
${PYSITELIB}/glances/plugins/glances_mem.py
${PYSITELIB}/glances/plugins/glances_mem.pyc
${PYSITELIB}/glances/plugins/glances_mem.pyo
${PYSITELIB}/glances/plugins/glances_memswap.py
${PYSITELIB}/glances/plugins/glances_memswap.pyc
${PYSITELIB}/glances/plugins/glances_memswap.pyo
${PYSITELIB}/glances/plugins/glances_network.py
${PYSITELIB}/glances/plugins/glances_network.pyc
${PYSITELIB}/glances/plugins/glances_network.pyo
${PYSITELIB}/glances/plugins/glances_now.py
${PYSITELIB}/glances/plugins/glances_now.pyc
${PYSITELIB}/glances/plugins/glances_now.pyo
${PYSITELIB}/glances/plugins/glances_percpu.py
${PYSITELIB}/glances/plugins/glances_percpu.pyc
${PYSITELIB}/glances/plugins/glances_percpu.pyo
${PYSITELIB}/glances/plugins/glances_plugin.py
${PYSITELIB}/glances/plugins/glances_plugin.pyc
${PYSITELIB}/glances/plugins/glances_plugin.pyo
${PYSITELIB}/glances/plugins/glances_ports.py
${PYSITELIB}/glances/plugins/glances_ports.pyc
${PYSITELIB}/glances/plugins/glances_ports.pyo
${PYSITELIB}/glances/plugins/glances_processcount.py
${PYSITELIB}/glances/plugins/glances_processcount.pyc
${PYSITELIB}/glances/plugins/glances_processcount.pyo
${PYSITELIB}/glances/plugins/glances_processlist.py
${PYSITELIB}/glances/plugins/glances_processlist.pyc
${PYSITELIB}/glances/plugins/glances_processlist.pyo
${PYSITELIB}/glances/plugins/glances_psutilversion.py
${PYSITELIB}/glances/plugins/glances_psutilversion.pyc
${PYSITELIB}/glances/plugins/glances_psutilversion.pyo
${PYSITELIB}/glances/plugins/glances_quicklook.py
${PYSITELIB}/glances/plugins/glances_quicklook.pyc
${PYSITELIB}/glances/plugins/glances_quicklook.pyo
${PYSITELIB}/glances/plugins/glances_raid.py
${PYSITELIB}/glances/plugins/glances_raid.pyc
${PYSITELIB}/glances/plugins/glances_raid.pyo
${PYSITELIB}/glances/plugins/glances_sensors.py
${PYSITELIB}/glances/plugins/glances_sensors.pyc
${PYSITELIB}/glances/plugins/glances_sensors.pyo
${PYSITELIB}/glances/plugins/glances_smart.py
${PYSITELIB}/glances/plugins/glances_smart.pyc
${PYSITELIB}/glances/plugins/glances_smart.pyo
${PYSITELIB}/glances/plugins/glances_system.py
${PYSITELIB}/glances/plugins/glances_system.pyc
${PYSITELIB}/glances/plugins/glances_system.pyo
${PYSITELIB}/glances/plugins/glances_uptime.py
${PYSITELIB}/glances/plugins/glances_uptime.pyc
${PYSITELIB}/glances/plugins/glances_uptime.pyo
${PYSITELIB}/glances/plugins/glances_wifi.py
${PYSITELIB}/glances/plugins/glances_wifi.pyc
${PYSITELIB}/glances/plugins/glances_wifi.pyo
${PYSITELIB}/glances/plugins/sensors/__init__.py
${PYSITELIB}/glances/plugins/sensors/__init__.pyc
${PYSITELIB}/glances/plugins/sensors/__init__.pyo
${PYSITELIB}/glances/plugins/sensors/glances_batpercent.py
${PYSITELIB}/glances/plugins/sensors/glances_batpercent.pyc
${PYSITELIB}/glances/plugins/sensors/glances_batpercent.pyo
${PYSITELIB}/glances/plugins/sensors/glances_hddtemp.py
${PYSITELIB}/glances/plugins/sensors/glances_hddtemp.pyc
${PYSITELIB}/glances/plugins/sensors/glances_hddtemp.pyo
${PYSITELIB}/glances/ports_list.py
${PYSITELIB}/glances/ports_list.pyc
${PYSITELIB}/glances/ports_list.pyo
${PYSITELIB}/glances/processes.py
${PYSITELIB}/glances/processes.pyc
${PYSITELIB}/glances/processes.pyo
${PYSITELIB}/glances/secure.py
${PYSITELIB}/glances/secure.pyc
${PYSITELIB}/glances/secure.pyo
${PYSITELIB}/glances/server.py
${PYSITELIB}/glances/server.pyc
${PYSITELIB}/glances/server.pyo
${PYSITELIB}/glances/snmp.py
${PYSITELIB}/glances/snmp.pyc
${PYSITELIB}/glances/snmp.pyo
${PYSITELIB}/glances/standalone.py
${PYSITELIB}/glances/standalone.pyc
${PYSITELIB}/glances/standalone.pyo
${PYSITELIB}/glances/static_list.py
${PYSITELIB}/glances/static_list.pyc
${PYSITELIB}/glances/static_list.pyo
${PYSITELIB}/glances/stats.py
${PYSITELIB}/glances/stats.pyc
${PYSITELIB}/glances/stats.pyo
${PYSITELIB}/glances/stats_client.py
${PYSITELIB}/glances/stats_client.pyc
${PYSITELIB}/glances/stats_client.pyo
${PYSITELIB}/glances/stats_client_snmp.py
${PYSITELIB}/glances/stats_client_snmp.pyc
${PYSITELIB}/glances/stats_client_snmp.pyo
${PYSITELIB}/glances/stats_server.py
${PYSITELIB}/glances/stats_server.pyc
${PYSITELIB}/glances/stats_server.pyo
${PYSITELIB}/glances/thresholds.py
${PYSITELIB}/glances/thresholds.pyc
${PYSITELIB}/glances/thresholds.pyo
${PYSITELIB}/glances/timer.py
${PYSITELIB}/glances/timer.pyc
${PYSITELIB}/glances/timer.pyo
${PYSITELIB}/glances/web_list.py
${PYSITELIB}/glances/web_list.pyc
${PYSITELIB}/glances/web_list.pyo
${PYSITELIB}/glances/webserver.py
${PYSITELIB}/glances/webserver.pyc
${PYSITELIB}/glances/webserver.pyo
man/man1/glances-${PYVERSSUFFIX}.1
share/doc/glances-${PYVERSSUFFIX}/AUTHORS
share/doc/glances-${PYVERSSUFFIX}/CONTRIBUTING.md
share/doc/glances-${PYVERSSUFFIX}/COPYING
share/doc/glances-${PYVERSSUFFIX}/NEWS.rst
share/doc/glances-${PYVERSSUFFIX}/README.rst
share/doc/glances-${PYVERSSUFFIX}/glances.conf