February 28, 201214 yr Nice Work !! Now we need a chart that show how much MB that are streaming (live and total MB/GB ........) should be intresting to see! for example for a blu ray movie ;D //Peter
February 28, 201214 yr do i need to install first the base version? or direct the one with the charts?
February 28, 201214 yr Hi speeding_ant, nice work - S3-Button is working now. For the new stats-plugin i got also a "Fatal Error" like mikejp - there must be a "smale bug" in it
February 28, 201214 yr Author Please take note of the package name change. Remove the older disk-stats package and replace with the newer stats package. Base package is required before any of the add-ons will work. Sorry! Though I should change the name now there's not just disk stats Oh yeah, and Peter - might want to install the package. There's a network throughput graph in mb/s
February 28, 201214 yr Oh yeah, and Peter - might want to install the package. There's a network throughput graph in mb/s I just installed it NICE
February 28, 201214 yr Hi speeding_ant, i am a little bit confused - i am a newbie at linux. Where can i find this mentioned file? There are just *.tgz-Files - no glue And where can i find the Network Graph? EDIT: now i understand - you renamed just the *.tgz File - sorry for that silly question WHAT A COOL PLUGIN!!! Many thanks for that Thanks for you help Zonediver
February 28, 201214 yr Remove the older disk-stats package and replace with the newer stats package. DOH (slaps forehead).. !!! WAY NICE
February 28, 201214 yr How does the Memory Usage calculation work? Mine is showing that all 4GB of mine is in use...
February 28, 201214 yr Author That'd be about right - unRAID uses the ram as cache, making copying/retrieving files faster.
February 28, 201214 yr Could a progress circle? be added to the Open Streams page? I realize lsof takes a while to return results but sometimes I get impatient without seeing something happening on the page... Other than that, I love it. It's great to see what movies are being watched via Plex!
February 28, 201214 yr Author Can you confirm what you mean? Updates should be every 4 seconds, the network throughput it just that - cannot measure open files via AFP at this current time.
February 28, 201214 yr Sorry, I mean, until any results are output to the screen that page is stagnant. The first time I ran it, I impatiently hit refresh a few times not realizing it was working in the background. A status indicator until results are found, basically to just show that something is happening, might fix this for future users. Minor annoyance for the impatient type like me....
February 28, 201214 yr Author Ah right, yeah there's not much I can do about that As soon as you reboot, there's no historical data to work from. I have to sent a single fake data point to kickstart the stats graph. I'll look into it next time I delve into the code though! Might be able to keep the loading sign up a little longer.
February 29, 201214 yr Unraid5 bld12A - dual core x240 with 4gig memory I installed the SimpleFeatures 1.0b4 base active-streams stats s2-sleep When i go to the stats tab - disk stats - looks great When i first went to unraid stats i saw the 3 graphs - (once) but once i navigated away - i did not see them again Unraid stats now it only displays CPU Loading Memory Loading Network Loading no graphs.... just stays the same. tried a reboot - no change Also tried the active streams it only displays the heading - no graphs I am using firefox 10.02 - i cleared the cache - no change I also noticed undefined constant errors in php - cycling by every few sec when trying to few the unraid stats Any suggestions? Thanks Joe
February 29, 201214 yr Author Think I discovered a bug in the Stats graphs. I use a glob find for the sysstat logs to build the historic data. Looks like once a month turns over then it builds the data from the 1st of the month first, not the previous months data. Anyone with better coding skills now how to get around this? EDIT: Never mind, fixed it. Simplest answer was to unsort the array of file, and resort them in order of creation date. Duh, simple Expect an update in the coming days, just waiting on those errors from Joeman.
March 1, 201214 yr The errors i saw on the terminal: Title in /usr/local/emhttp/plugins/webgui/template.php on line 261, 205,457 ERRORS: Use of undefined index constant mdrsync - assumed mdresync in /usr/local/emhttp/plugins Php Notice: undefined index These errors repeat continuously, if i select the unraids stats I also tried it with Windows explorer and Firefox.10.02 As soon as i close the unraid stats page - errors stop The strange part is when i had rebooted i saw the all 3 graphs fine, but when i navigated away and came back all i could see is the words cpu loading, memory loading etc Joe
March 1, 201214 yr Author Are these showing in syslog or elsewhere? I'll release a new version of the base package with notice reporting turned off.
March 1, 201214 yr I agree with everyone else who's said that this add on makes unRAID look so much more professional, AND it's easier to use than the standard UI. Just a couple of things: 1. The scheduler for parity checks is great, but it would be even better if you could say every x days, or just have a list of tickboxes for each day of the week and tick which days you want to do a parity check. For example, I don't really use it much at 2am Monday-Thursday, so it would be great if I could check a box for Monday and one for Thursday. Like this: 2. It's not 100% clear how you're supposed to upgrade to a new version - do you just remove the package in "extra" that you want to replace then copy the new one in, and also remove that line from the go script (which isn't in my go script for some reason?). Or is there more to it than that? Either way, excellent work, thank you for taking the time to make it.
March 1, 201214 yr Author Hopefully bergware can check out that scheduler modification Regarding upgrade, just remove the old package and copy over the new one. Then reboot. Don't do anything with go script, that only needed to be done for the previous "all in one" package. I've actually got a working version checker with installer, however the compiled PHP in unRAID is piss poor with none of the required XML packages needed. Until that's fixed, not much I can do to make your lives easier. Sorry
March 1, 201214 yr Author New release for Base and Stats package: Base Package - 1.0b5: http://unraid-simplefeatures.googlecode.com/files/simpleFeatures-v1.0b5-Base.tgz Addition: Added number of active connections in both AFP and SMB settings pages. Also added in total connections in the Info panel. Bug Fix: Disabled PHP notices for undefined variables. Bug Fix: Added pagination to notification archives. Bug Fix: Misc CSS fixes. Stats Package - 1.0b5: http://unraid-simplefeatures.googlecode.com/files/simpleFeatures-v1.0b5-stats-addon.tgz Bug Fix: Fixed collation of historic data when new month comes around. Bug Fix: Added loading screen for each graph until it's fully operational. Bug Fix: Made data collection every minute instead of every 5 minutes. Install Instructions Remove previous base and stats package from /boot/extra folder, and copy the new packages in. Reboot.
March 1, 201214 yr New release for Base and Stats package: Base Package - 1.0b5: http://unraid-simplefeatures.googlecode.com/files/simpleFeatures-v1.0b5-Base.tgz Addition: Added number of active connections in both AFP and SMB settings pages. Also added in total connections in the Info panel. Bug Fix: Disabled PHP notices for undefined variables. Bug Fix: Added pagination to notification archives. Bug Fix: Misc CSS fixes. Stats Package - 1.0b5: http://unraid-simplefeatures.googlecode.com/files/simpleFeatures-v1.0b5-stats-addon.tgz Bug Fix: Fixed collation of historic data when new month comes around. Bug Fix: Added loading screen for each graph until it's fully operational. Bug Fix: Made data collection every minute instead of every 5 minutes. Install Instructions Remove previous base and stats package from /boot/extra folder, and copy the new packages in. Reboot. thank you
March 1, 201214 yr New release for Base and Stats package: Base Package - 1.0b5: http://unraid-simplefeatures.googlecode.com/files/simpleFeatures-v1.0b5-Base.tgz Addition: Added number of active connections in both AFP and SMB settings pages. Also added in total connections in the Info panel. Bug Fix: Disabled PHP notices for undefined variables. Bug Fix: Added pagination to notification archives. Bug Fix: Misc CSS fixes. Stats Package - 1.0b5: http://unraid-simplefeatures.googlecode.com/files/simpleFeatures-v1.0b5-stats-addon.tgz Bug Fix: Fixed collation of historic data when new month comes around. Bug Fix: Added loading screen for each graph until it's fully operational. Bug Fix: Made data collection every minute instead of every 5 minutes. Install Instructions Remove previous base and stats package from /boot/extra folder, and copy the new packages in. Reboot. thank you sorry i actually meant to say BRILLIANT, this plugin has grown leaps and bounds and is EXCELLENT... so thanks for all the hard work and i look forward to the updates too come
Archived
This topic is now archived and is closed to further replies.