Version: 3.2.6.4, Package name: glances-3.2.6.4 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Glances is a cross-platform monitoring tool which aims to present a maximum of information in a minimum of space through a curses or Web based interface. It can adapt dynamically the displayed information depending on the terminal size. It can also work in client/server mode. Remote monitoring could be done via terminal, web interface or API (XMLRPC and RESTful). Glances is written in Python and uses the psutil library to get information from your system. Stats can also be exported to external time/value databases. |
Filesize: 6748.492 KB |
Version History (View Complete History) |
|
2021-11-01 18:02:24 by Stuart Henderson | Files touched by this commit (121) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-10-30 16:01:00 by Stuart Henderson | Files touched by this commit (1) |
Log message: drop maintainer as requested |
2021-05-24 11:41:15 by Solene Rapenne | Files touched by this commit (3) |
Log message: Update to glances-3.1.7 Diff from maintainer |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-02-19 13:05:13 by Solene Rapenne | Files touched by this commit (3) |
Log message: Update to glances-3.1.6.2 update from maintainer Ashton Fagg <ashton at fagg.id.au> |