An open API service indexing awesome lists of open source software.

https://github.com/tjwald/nvsharptop

cross-platform nvtop equivalent
https://github.com/tjwald/nvsharptop

ai cli dotnet tool visability

Last synced: about 2 months ago
JSON representation

cross-platform nvtop equivalent

Awesome Lists containing this project

README

          

## Cross-platform NVIDIA GPU utilization CLI viewer

### Requirements:
* `nvidia-smi` (part of CUDA driver installation).
* Dotnet 10 SDK (>= preview 7)

### Usage:

```bash
dotnet run nvsharptop.cs [--sample-interval ] [--display-interval ]
```

On Linux machines, if you wish to run the tool directly, you can:
* Add: `#!/usr/bin/dotnet` to the first line
* Run `chmod +x nvsharptop.cs` to enable running the script directly.

And then run like so: nvsharptop.cs

#### Example output:

![Example Run](/docs/example_run.png)

### Notice
This tool was developed with the aid of Copilot in VS Code in agent mode.