Author

Topic: Interest in my miner stats script? (Read 1835 times)

newbie
Activity: 26
Merit: 0
May 31, 2011, 02: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
newbie
Activity: 15
Merit: 0
May 27, 2011, 06: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 :\
newbie
Activity: 40
Merit: 0
May 26, 2011, 07: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.
newbie
Activity: 41
Merit: 0
May 26, 2011, 07: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)
member
Activity: 70
Merit: 11
May 26, 2011, 06: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.
hero member
Activity: 626
Merit: 500
Mining since May 2011.
May 26, 2011, 06:16:13 PM
#3
Yes, I would like to play and learn. Thanks.
newbie
Activity: 40
Merit: 0
May 26, 2011, 06:14:15 PM
#2
This is very cool, I for one am interested!
newbie
Activity: 15
Merit: 0
May 26, 2011, 05: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.
Jump to: