gpuview
gpuview copied to clipboard
Timeout&web page refresh
Hello, I have made some changes to gpuview.
- made it possible to set the time at which gpuview pages are refreshed.
- set the timeout for access to all hosts to 0.9 times the page refresh time.
- made access to hosts asynchronous using asyncio and aiohttp.
These changes can be set as arguments to gpuview run as follows
gpuview run --refresh-time 10
The implemented content is different from the partial refresh of todo.md, which is a batch refresh after all communication is finished.
(Translated by DeepL)