nvtop 0.1.0

`nvtop`: An NVIDIA SMI'esk GPU Monitoring tool for your terminal. `nvtop` is a command-line utility that provides a replacement for some of the output from `nvidia-smi` (System Management Interface). It offers real-time monitoring and visualization of GPU information: Core Clock, Temps, Fanspeed and Memory Usage. # Usage: ``` # Monitor the GPU and system with a 1-second update interval nvtop --delay 1000 ```
Documentation
[dependencies.anyhow]
version = "1.0.75"

[dependencies.chrono]
version = "0.4.31"

[dependencies.clap]
features = ["derive"]
version = "4.4.6"

[dependencies.crossterm]
version = "0.27.0"

[dependencies.csv]
version = "1.3.0"

[dependencies.log]
version = "0.4.20"

[dependencies.nvml-wrapper]
version = "0.9.0"

[dependencies.pretty_env_logger]
version = "0.5.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.ratatui]
version = "0.23.0"

[dependencies.thiserror]
version = "1.0.49"

[package]
authors = ["jer, alphastrata@gmail.com"]
description = "`nvtop`: An NVIDIA SMI'esk GPU Monitoring tool for your terminal.\n\n`nvtop` is a command-line utility that provides a replacement for some of the output from `nvidia-smi` (System Management Interface).\nIt offers real-time monitoring and visualization of GPU information: Core Clock, Temps, Fanspeed and Memory Usage.\n\n# Usage:\n```\n# Monitor the GPU and system with a 1-second update interval\nnvtop --delay 1000\n```\n\n"
documentation = "https://www.github.com/alphastrata/nvtop"
edition = "2021"
homepage = "https://www.jeremyfwebb.ninja"
license = "MIT"
name = "nvtop"
publish = true
readme = "README.md"
version = "0.1.0"