Nicolas Hennion
Nicolas Hennion
GPU are more and more used in scientific servers. It will be nice to have GPU stats features into PSUtil. For examples of existing monitoring GPU software for Intel, NVidia...
Censys is a IP database available through an API: https://search.censys.io/api The proposal is to display additional information concerning the IP address in the Glances interface. The configuration to the Censys...
AngularJS is deprecated (see https://angularjs.org/) and will not be upgraded... There is some CVE on this composant: https://github.com/nicolargo/glances/issues/2066#issuecomment-1200110075 A migration from AngularJS to Angular should be done: https://angular.io/guide/upgrade or to...
Issue #1288 implements an HDD SMART report for the terminal UI. The goal of this issue is to implement the WebUI.
Install zeroconf 0.18.0 or higher: ``` 2021-06-19 08:43:46,357 -- INFO -- Start Glances 3.2.0b3 2021-06-19 08:43:46,357 -- INFO -- CPython 3.8.5 and psutil 5.8.0 detected 2021-06-19 08:43:46,365 -- INFO --...
https://rich.readthedocs.io/en/stable/index.html Some tests here: https://github.com/nicolargo/pythonarena/blob/master/rich/layout.py
Download the database here: https://maclookup.app/downloads/csv-database If the information is not avaiable in a "Glances cache file": - load the MAC @ database - get the mac address (thanks to the...
Add support to the QuestDB time-series database: https://github.com/questdb/questdb It is possible to use the InfluxDB API: https://questdb.io/docs/reference/api/influxdb/ Name restriction: https://questdb.io/docs/guides/influxdb-line-protocol/#naming-restrictions Test bench: docker run -p 9000:9000 questdb/questdb Or: https://questdb.com/docs/third-party-tools/grafana/
This issue aims at enhance Glances to provide a theming feature for both TUI and WebUI ### TUI Related issue: https://github.com/nicolargo/glances/issues/2882 ### WEBUI - Discussed in https://github.com/nicolargo/glances/discussions/2046 Originally posted by...
#### Description As implemented in the issue https://github.com/nicolargo/glances/issues/170 for the NVidia GPUs, the goal is to enhance the GPU plugin for AMD / ATI GPUs. First of all, we have...