summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_gpu.py
AgeCommit message (Expand)Author
2021-08-24Plugins are classesnicolargo
2021-05-15Correct Flake8 issue in pkuginsnicolargo
2021-04-24GPU temperature not shown in webview #1849nicolargo
2020-08-20Fix gpu plugin to handle multiple gpus with different reporting capabilities ...nicolargo
2020-04-26Undefined name 'i' in plugins/glances_gpu.py #1635nicolargo
2020-02-11fix GPU memory consumption reporting fcalvet
2019-11-09NVIDIA GPU temperature #1523nicolargo
2019-08-17Refactor all the way config file is loaded (now by each plugin). Should solve...nicolargo
2018-09-12Add history to GPU stats. Allowing user to export stats (see #1319)nicolargo
2018-05-20Change test for GPUnicolargo
2018-04-29Stats updated during export (thread issue) #1250nicolargo
2018-01-30Correct warning message typonicolargo
2018-01-28Display debug message if dep lib is not found #1224nicolargo
2017-10-15Docstings of plugins are now PEP 257 compliantnicolargo
2017-06-21GPU plugin. <class 'TypeError'>:b'GeForce GTX 1070' is not JSON serializable>...nicolargo
2017-06-03Installing GPU plugin crashes entire glances #1102nicolargo
2017-04-01Improve code qualitynicolargo
2017-01-09Copyright 2017Alessio Sergi
2016-12-29Add a mean GPU view ('6' short key or --meangpu option)nicolargo
2016-12-28Refactor curses __get_stat_display methodnicolargo
2016-12-27Correct number of digits displayed in the GPU pluginnicolargo
2016-12-26Force float on GPU memorynicolargo
2016-12-21Always use nvmlDeviceGetMemoryInfo() to get NVIDIA GPU memory usageAlessio Sergi
2016-12-21Handle nvmlDeviceGetUtilizationRates(handle).gpu error in the UI tooAlessio Sergi
2016-12-19GPU plugin: dos -> unix line endings (3rd)Alessio Sergi
2016-12-19Corect issue when displaying multiple GPUNicolargo
2016-12-19Corect issue when displaying multiple GPUNicolargo
2016-12-18GPU plugin: dos -> unix line endings (again)Alessio Sergi
2016-12-18Fix typo in string formatting for gpu mem stats in curses (#983)Kirby Banman
2016-12-18Resolve merge issuenicolargo
2016-12-18First version of the Curses interface for the new GPU pluginnicolargo
2016-12-18GPU plugin: dos -> unix line endingsAlessio Sergi
2016-12-18Add the key to the GPU pluginnicolargo
2016-12-17Fix incorrectly registered GPU id in gpu pluginKirby Banman
2016-12-17Correct an issue in PR issue #979 (for #issue #170) because the get_stats met...nicolargo
2016-12-17Correct unitary tests issues. Add some PEP8 tips.nicolargo
2016-12-15Move gpu plugin to better named fileKirby Banman