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
- Host: GitHub
- URL: https://github.com/tjwald/nvsharptop
- Owner: tjwald
- License: mit
- Created: 2025-06-13T09:58:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-16T22:27:24.000Z (10 months ago)
- Last Synced: 2025-08-17T00:16:54.686Z (10 months ago)
- Topics: ai, cli, dotnet, tool, visability
- Language: C#
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

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