Slow Upload, high Pending?
-
@rentablesocks said in Slow Upload, high Pending?:
Longest block write time seems slow to me, but I have no real comparison.
SD card longest block write time: 112.5ms, max retries 0That long SD card write time is almost certainly the main problem. Looks like you need a new SD card. But please confirm that you are uploading to the micro SD card in the socket on the Duet, not to an SD card in PanelDue or other external SD card socket.
-
@dc42 said in Slow Upload, high Pending?:
But please confirm that you are uploading to the micro SD card in the socket on the Duet, not to an SD card in PanelDue or other external SD card socket.
Correct. I have no SD card in the PanelDue, just the one on the Duet. I'll try a different SD card and see if it helps.
Thanks.
-
@dc42
OK so I've just tried another microSD card, and it is still slow. The drive is formatted in FAT32, which I think is the right format. Both of the microSD cards are small (4GB) so I can try using a 128 GB if you think that'll help. I can use a tool to format it for FAT32.It seems my network is also pretty slow, are there values that need to be changed in the router?
New M122 values with the new SD card:
SD card longest block write time: 425.3ms, max retries 0
=== Network ===
Slowest loop: 426.79ms; fastest: 0.01ms -
@rentablesocks The most important factor in formatting the SD Card is cluster size. Fat32 or Fat16 and cluster size of 64kb if possible, otherwise 32kb. It will depend on your OS and what tool you're using on what is available.
https://www.sdcard.org/downloads/formatter_4/
This is a good tool to use, because it will determine the best way to format your card based on what your card is.You may get better results by switching your router channel to auto and letting it find the most vacant spectrum, or if you know there is a lot of traffic on your router you could test by stopping all other traffic and seeing if that helps. I've also heard people say they get better performance by disabling IPv6.
Wifi is honestly not ideal for large file transfers. It's bursty, prone to interference and dropped packets, and is affected strongly by the environment. This is compounded by the small antenna on the Duet which is typically inside a printer made up of electronics and metal parts. So keep all that in mind and gauge your expectations accordingly.
-
@phaedrux
Thanks for the formatting tip. I had just left the cluster size small so that could be a factor. I will retest with 64kb cluster size.Traffic on the router is very low, and I have LOS with the router, maybe 15 feet away so signal strength is acceptable.
I've found out that I can't change any settings on the router as my internet provider has locked it down. There are few people in my area though, so I don't think there's much interference to deal with anyway. I might check with wifi analyzer later and see if some channels are clogged.
-
@rentablesocks ISP supplied routers seem to have more issues than others. Not sure why. One way to test is to pickup a separate router and use that for the Duet to see if it works better. If it doesn't, return it.
-
@phaedrux
I've got an extra router at home that I can bring in. I'll try that.Thanks.
-
I've got 6 different routers lying around together with 4 different types of interchangeable antenna-types. Tried to get a line of sight connection of about 20 meters through 2 window-glasses / 1 glass + 1 transporter-metal-wall. The results are not to fine - to be diplomatic.
5 meters behind some obstacles + wrong antenna-type and wrong height-level can already become quite problematic.
In my case the router's a meter away on the opposite site of the printer's antenna (behind printer) and 40cm above. In my case the connection theoretically shouldn't be a problem.
Just reassembled it and about to print. i'll have a look for chrome's devtools. The long time for upload's bearable, but it would be nice to have it sorted out for everybody.
-
I believe the Duet Wifi is limited to Wireless G 2.4Ghz networks. So you may have luck by forcing control over at least one router dedicated to the wireless connection to the Duet.
-
Just had a go to get another result additional to the already seen one above. Seems the micro-sd delivered with the duet is the limiting factor.
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest block write time: 392.1ms, max retries 0=== Network ===
Slowest loop: 393.80ms; fastest: 0.01ms
WiFi signal strength -48dBm, reconnections 0, sleep mode modem -
@kolja Do you have another card to test?
-
I just tested a microSD card from microcenter, still very slow. I'm not sure what's going on here, but it's weird. Different router is my next step.
-
OK So I've just done some testing with using another router and different configurations.
I can't get rid of the original router, but I can connect up the second router as a repeater. I can connect the Duetwifi to the repeater network, and connect my laptop to the repeater network, and uploads work FAST (up to 600 KiB/s!!)(but something about comcast business class blocks DNS queries from repeaters so I don't get internet).
I can connect my laptop up to the comcast router, and keep the duetwifion the repeater network, but it seems that doing that brings the upload speed back down. There is some interaction from uploading through the comcast router.
-
Looking @ your M122-results further up, your max network-loops are just a minimum longer than your max write time for the uSD-card. Sounds to me as if the card's write-time would be the main-limiting factor.
As for my system, it's purely the uSD-card delivered with the duet. your 112ms max block write are a ferrari compared to my max 400ms i've had so far.
For negotiating the network-transfer without to much hassles i'd resort to (ignoring much more time-consuming methods):
- M122 SD max write and Network max loop
- perhaps Chrome Devtools (Ctrl + Shift + I) - network tab
Generally i'd try to avoid all unnecessary network-problems by taking the router and the printer alone without any other obstacles. If they run together properly, you can investigate to more complicated steps. If not - righdo - than at least you've got less complexity at hand.
-
Gents, just for the statistics: Max block time uSD
Card delivered with Duet3D
- 360-400ms
SanDisk uSD Ultra SDHC I 8GB
- formatted 4K (Win 7): 800ms!
- formatted 32K (SD-Formatter) : 7.9ms, 8.6 ms
I'd say, big thank you to @Phaedrux for pointing out https://www.sdcard.org/downloads/formatter_4/
-
@kolja You might even be able to get windows to use 64k clusters.
-
Would have had the possibility to format with 64K in Win7, but wanted to give the formatter a try. Results are at least amazing. Factor 100!
-
using the SD formatter on its own didn't work for me. I think my issue is a network issue because of my comcast router. My network tests were done with 64k block size so that could be helping, but I'm certain it's not the only thing at play here.
-
@rentablesocks There's definitely two possible bottlenecks. The write speed of the network interface and the write speed of the SD card.
-
@phaedrux Right, but even with the SD card formatted properly, using one network vs the other still reduces the speed to sub 50KiB/s so I think that's the primary cause.