Crates.io | nvoclock |
lib.rs | nvoclock |
version | 0.0.3 |
source | src |
created_at | 2017-10-25 02:55:58.57416 |
updated_at | 2017-10-25 23:26:21.001112 |
description | NVIDIA overclocking CLI |
homepage | |
repository | https://github.com/arcnmx/nvoclock |
max_upload_size | |
id | 36833 |
size | 72,629 |
nvoclock
is a command-line interface to NVAPI that supports full monitoring
and overclocking of NVIDIA GPUs on Windows platforms.
Binary downloads are available
here on Github for both x86 and x86_64 Windows platforms. No installer
necessary, just bring the GPU and ensure the drivers are installed properly. It
can also be installed and built from source using cargo install nvoclock
While the interface may be a bit clunky, it supports everything you'd expect out of a modern overclocking tool:
nvoclock info
displays information about the capabilities of detected GPUsnvoclock status
displays monitoring information about the GPU
nvoclock status -a
shows some fancy tables!nvoclock set
encompasses the usual options to overclock and tweak a GPU.
Check -h
for all the details.-g 0
flag can be used to filter results and operations to a specific GPU-O json
prints out information in JSON format to be parsed or handled by
automated scripts.set RUST_LOG=trace
to get excessive debugging information. You'll probably
want to use nvoclock info 2> nvolog.txt
to save to a file for later
interpretation.Some things can be improved, and since most testing was done with a single pascal GPU there are some missing features for older hardware.
nvoclock
isn't meant to be an all-encompassing overclocking and monitoring
tool. The following features would better belong in a separate project:
nvapi
is not available)