Re: Downloading to NAS
Posted: May 8th, 2015, 10:40 am
I love it when a plan comes together!
(I don't know if you're old enough to know whose quote this is
)
(I don't know if you're old enough to know whose quote this is
Code: Select all
sudo apt-get install wget
cd
wget https://raw.githubusercontent.com/sanderjo/disk-speed/master/diskspeed.pyCode: Select all
python diskspeed.py /tmpCode: Select all
Let's go
filename /tmp/outputTESTING.txt
Disk writing speed: 161.38191436 Mbytes per second
DoneCode: Select all
python diskspeed.py /media/MBLUsed to love the A team.......sander wrote:Ah, now I have a request: Can you do this on your Raspi:
and thenCode: Select all
sudo apt-get install wget cd wget https://raw.githubusercontent.com/sanderjo/disk-speed/master/diskspeed.pyAnd post the output? It should be something like:Code: Select all
python diskspeed.py /tmp
If you get something like the above, do this:Code: Select all
Let's go filename /tmp/outputTESTING.txt Disk writing speed: 161.38191436 Mbytes per second Done
and post the output here. It should give the speed of your local flash and your NAS-over-ethernet...Code: Select all
python diskspeed.py /media/MBL
Code: Select all
sudo python diskspeed.py /media/MBLHere you go...................sander wrote:First part looks good! Your flash card speed is 3.6 MB/s (which by itself is not much)
Second part not good ... my fault: do this:
and post the resultCode: Select all
sudo python diskspeed.py /media/MBL
My pleasure.sander wrote:Cooolll! You just tested my writing disk speed measurer.
Summary:
The writing speed to your flash card is 3.6 MB/s
The writing speed to your NAS is 2.2 MB/s
Thanks for testing.
I've even never used sickbeard, so no indeed.01342 wrote:I don't suppose you know how to get sickbeard to auto start on boot??