August 12, 201015 yr Author Out of curiosity can we have long term data sets. i.e. stats since initial turn on. Yes, I intend to implement that, but that will take a cron job and some manipulation I will set up a cron job to launch low-resolution (5-minute resolution) data collection each hour, and at the end of the hour, add that hour's data to the end of a 30-day file, and remove data older than n-30 days from the top of the file. Also, this historical datafile can't be in the binary format created by sysstat, but will instead be in text.... so anyone can use it in other apps too.
August 12, 201015 yr Makes alot sense nice one. We should probably have some sort of register of what version of unRAID is running etc so we can correlate over time stats vs version. Dont want to go OTT here but plugins would be nice to map as well in a similar manner
August 12, 201015 yr Hello, Would rrdtool work? Something like this http://oss.oetiker.ch/rrdtool-trac/wiki/SystemMonitorScripts Although, pliticus looks nice. Al RRDTool looks really impressive though!
August 12, 201015 yr Author New version posted.... lots more features. http://lime-technology.com/forum/index.php?topic=7386.msg71543#msg71543
August 12, 201015 yr New version posted.... lots more features. http://lime-technology.com/forum/index.php?topic=7386.msg71543#msg71543 Can this application show the different cores? /Peter
August 12, 201015 yr Author Can this application show the different cores? Why in the world would THAT be useful on an unRAID server?
August 13, 201015 yr Can this application show the different cores? Why in the world would THAT be useful on an unRAID server? Hi, honestly I do not know why
August 13, 201015 yr Can this application show the different cores? Why in the world would THAT be useful on an unRAID server? Hi, honestly I do not know why If you had multiple cores and were running simultaneous compression and md5sum jobs. But I'm not sure it's worth the effort to code for unRAID usage.
August 13, 201015 yr Author If you had multiple cores and were running simultaneous compression and md5sum jobs. Still don't get it. The only time I've ever checked individual cores, was to see it a particular program was multithreaded, and how well it was distributing the load to multiple cores. But you don't need a chart... just check it with a profiling tool like htop. But I'm not sure it's worth the effort to code for unRAID usage. Exactly.
Archived
This topic is now archived and is closed to further replies.