gpustat-web icon indicating copy to clipboard operation
gpustat-web copied to clipboard

👓 A web interface of gpustat: monitor GPU clusters at a look

Results 6 gpustat-web issues
Sort by recently updated
recently updated
newest added

Would be great to be able to access this information through the command line too. It would require very little modification: 1. Define a new endpoint ``` async def cmd_handler(request):...

new feature

I have added the option to also get the results as a json formatted string from the websocket by setting `ws.send_str('json')`. json is more convenient for consuming in other applications,...

Add `--username` and `--password` arguments for explicit username and password-based ssh authentication. (yet does not support host-specific authentication but same username/password for across all hosts)

I would be happy if the program listens to "any" ports not just on the IPv4-sockets. I expect something like this: :::48109 instead of 0.0.0.0:48109 Simply replacing the host='0.0.0.0' by...

enhancement

- Filter by server names, gpu utilization, etc. - Different options (command, process, user, etc.) A rich web client interface is required.

HTTP Basic Auth would work out, but standard HTTP authentication is not supported on Safari and WebSockets. So, we can do the following: * Add HTTP authentication on the HTML...