Bitcoin Forum
May 04, 2024, 04:36:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: node-gpu - gpu monitoring tool with online charts  (Read 2048 times)
kuebk (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0



View Profile
September 09, 2011, 07:57:03 AM
 #1

Hello,

I've created a AMD ADL3 bindings for node.js, which lets you control your gpu just from server side javascript.
So far there is only one example which let's you monitor all of your GPUs in all of your PCs and draws the data (right now it allows to monitor temperature, activity, fan speed in rpm, memory and core clock) on canvas charts right in you browser - what means you can have access to this from any place in the world.

If you experience any problems please post an issue.

Requirements:
- node.js (https://github.com/joyent/node)
- works only under linux

Link:
https://github.com/kuebk/node-gpu

Donations:
1FyAdyS8FmJZ22jc6jPG1eYXAAmFUcj7VU

Preview:
http://img716.imageshack.us/img716/3549/nodegpu.png
1714797372
Hero Member
*
Offline Offline

Posts: 1714797372

View Profile Personal Message (Offline)

Ignore
1714797372
Reply with quote  #2

1714797372
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714797372
Hero Member
*
Offline Offline

Posts: 1714797372

View Profile Personal Message (Offline)

Ignore
1714797372
Reply with quote  #2

1714797372
Report to moderator
1714797372
Hero Member
*
Offline Offline

Posts: 1714797372

View Profile Personal Message (Offline)

Ignore
1714797372
Reply with quote  #2

1714797372
Report to moderator
The LT
Full Member
***
Offline Offline

Activity: 186
Merit: 100



View Profile WWW
September 09, 2011, 08:43:01 AM
 #2

A very interesting project, but it currently lacks concise installation instructions.
kuebk (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0



View Profile
September 09, 2011, 09:02:45 AM
Last edit: September 09, 2011, 09:31:02 AM by kuebk
 #3

I think it's not that hard to install this, there is no much of configuration too.
Will make an instruction on how to properly install it soon.

Requirements:
- works only under linux
- node v0.4.11 (I was developing under this version, newest version might also work)

Short (and simplified) installation steps:
- download and install node.js (installation instructions: https://github.com/joyent/node, download link: http://nodejs.org/dist/node-v0.4.11.tar.gz)
- download and build node-gpu (https://github.com/kuebk/node-gpu, build instructions are in readme - don't forget to fetch submodules)

Idea:
- you need to install node-gpu on all of your miners.
- all of them needs to be running the slave module (using command: node slave/index.js)
- one of them needs to be running the master module (using command: node master/index.js)
- browser can be used just from your deskop webserver is not really needed.

Communication:
By default slave <-> master communication works using sockets on port 8888, master <-> browser communcation works using http ajax on port 8080.
The host of master to which browser will connect is configurable in browser/index.html, the port under which master will work is in in master/index.js, port under which slave works and master connects to are in slave/index.js and in master/index.js.

I know not everything is consist right now but it's really early version. Smiley
kuebk (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0



View Profile
September 12, 2011, 10:05:26 PM
 #4

Are the install instructions more clear now?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!