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:
- GPU detection and displaying of stats, capabilities, etc. similar to GPU-Z
- Monitor the status of a GPU including power draw, load usage, clocks, voltage, temperatures, fans, and so on - anything Afterburner would have a chart for
- Fan control, thermal, and power limits
- Traditional (pstate) offset overclocking
- GPU Boost 3.0 frequency curve controls (VFP)
- Import/export to CSV file
- Voltage lock (single point testing)
- Don't try the "auto" subcommand
- Pascal voltage boost
nvoclock infodisplays information about the capabilities of detected GPUsnvoclock statusdisplays monitoring information about the GPUnvoclock status -ashows some fancy tables!- Use in combination with watch(1) for best results.
nvoclock setencompasses the usual options to overclock and tweak a GPU. Check-hfor all the details.
-g 0flag can be used to filter results and operations to a specific GPU-O jsonprints out information in JSON format to be parsed or handled by automated scripts.set RUST_LOG=traceto get excessive debugging information. You'll probably want to usenvoclock info 2> nvolog.txtto 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.
- Previous generation GPUs need testing/support
- Overvolting support needs doing
- RPC API + Daemon
- Controls from another computer so autodetect can detect and survive crashes and full lock-ups.
- Running on a VFIO host to control a guest GPU would be neat. SSH mostly does this already though.
nvoclock isn't meant to be an all-encompassing overclocking and monitoring
tool. The following features would better belong in a separate project:
- GUI (nvapi-rs does all the real work and makes it easy to create one though!)
- AMD GPU support
- CPU monitoring and/or overclocking
- Status overlays and game hooks
- Linux support (
nvapiis not available) - Software fan curve control (I'll get around to a daemon for this eventually)