Bitcoin Forum
May 07, 2024, 11:59:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Interest in my miner stats script?  (Read 1832 times)
Mononofu (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
May 26, 2011, 09:39:07 PM
 #1

To monitor my miner, I wrote some scripts to save stats and show them on a graph, accessible on a webserver: http://mononofus-dreambox.dyndns.org:8081

It's basically python to save the GPU readings (using pyADL), then shell scripts to move around the data. Charts using http://www.amcharts.com/.

Is there any interest in those scripts? If there is, I'll tidy them up a bit and post them on GitHub.
1715126352
Hero Member
*
Offline Offline

Posts: 1715126352

View Profile Personal Message (Offline)

Ignore
1715126352
Reply with quote  #2

1715126352
Report to moderator
1715126352
Hero Member
*
Offline Offline

Posts: 1715126352

View Profile Personal Message (Offline)

Ignore
1715126352
Reply with quote  #2

1715126352
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
nzbtc
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
May 26, 2011, 10:14:15 PM
 #2

This is very cool, I for one am interested!
BitMinerN8
Hero Member
*****
Offline Offline

Activity: 626
Merit: 500


Mining since May 2011.


View Profile
May 26, 2011, 10:16:13 PM
 #3

Yes, I would like to play and learn. Thanks.
Maxxx
Member
**
Offline Offline

Activity: 70
Merit: 11



View Profile
May 26, 2011, 10:17:46 PM
 #4

I am interested. I currently just have basic textual stats that get updated via chronjobs. I think your charts are pretty nifty.

Time is money. This means that if you have spare time, you can use it to make money.

Modular, open, and stack-able miner case.
disq
Newbie
*
Offline Offline

Activity: 41
Merit: 0



View Profile
May 26, 2011, 11:14:11 PM
 #5

I'm also working on some stuff tonight:

https://i.imgur.com/8ooou.png
https://i.imgur.com/sUpiF.png
https://i.imgur.com/bqDk0.png

It was weird to see another new project drawing a Fans-vs-Temp-vs-Load graph. Smiley

My version uses aticonfig and (obviously) rrdtool, glued together with php-cli. I was going to go for pyADL but then noticed it didn't expose the available device list, so I didn't. (and writing cli scripts in PHP is much faster for me anyways)
nzbtc
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
May 26, 2011, 11:30:53 PM
 #6

Is there a way to get the stats in windows? I am interested in this, but use windows as my mining os.
Mononofu (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
May 27, 2011, 10:01:53 AM
 #7

Ok, here is the GitHub repo: https://github.com/Mononofu/Mining-Monitor

If you like it, please consider donating: 12hRVCNM3jHeZ9h1oThUmSKHsnBcVimsaa
I'm a poor student and need to eat too :\
rontus
Newbie
*
Offline Offline

Activity: 26
Merit: 0



View Profile
May 31, 2011, 06:33:58 AM
 #8

Hello Monofu,

your script seems to be interesting. I don't know ~anything about Python but somehow I managed to install and setup everything that this script needs. I am able to use functions like print ADL.getTemp() from ADK successfully.

If I try the crontab's first new line, DISPLAY=:0.0 python save_stats.py, manually in terminal I only get this:
Code:
  File "save_stats.py", line 8
    config.
          ^
SyntaxError: invalid syntax

everything else seems to be working, your script creates .csv-files under /var/www/stats/ correctly etc.

Anyone have a guess on the possible problem? I hate to be so close for working stats Smiley
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!