New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

gpu-info-nv

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

gpu-info-nv

Shows NVIDIA GPU Load, Temp, Name, Clocks

unpublished
latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

GPU-INFO-NV

Description

Shows GPU Load, Temp, Clocks, Name. Currently working only for NVIDIA GPU's(until I get an AMD GPU for tests)

Install

Using NPM
	npm install gpu-info-nv
Using Yarn
	yarn add gpu-info-nv

Usage

// Example 

const nv = require('gpu-info-nv');

nv.getName().then(data => {
	console.log(data) ---> GeForce GTX 1060 3GB
})

Available Methods

	1. getName() --> Returns GPU Name
	2. getTemp() --> Returns Current GPU Temp in Celsius
	3. getUsage() ---> Returns Current GPU Load in Percents
	4. getMemoryTotal() ---> Returns Total GPU Memory in MB
	5. getMemoryUsed() ---> Returns Total Used Memory in MB
	6. getMemoryFree() ---> Returns Total Free Memory in MB
	7. getGpuClock() ---> Returns GPU Clock in MHZ
	8. getMemClock() ---> Returns Memory Clock in MHZ
  

Keywords

nvidia-gpu

FAQs

Package last updated on 05 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts