Answer the question
In order to leave comments, you need to log in
How to measure the speed of a disk connected via Webdav?
I connected two disks via Webdav, from a megaphone and from a mail ru to Centos 7 via davfs2
I wonder how fast a file is written to these disks? how to freeze? As far as I understand, it will rest against the VPS channel? For example, on my VPS, the maximum Upload speed is 50 megabits
Answer the question
In order to leave comments, you need to log in
An approximate estimate can be obtained using
1. commands:
$ time cp from to
$ dd if=from of=to status=progress bs=1M
$ iostat -xm 1
cp has already been suggested. so I'll give you a classic.
raise the iperf-daemon and test it on the VPS with webdav and the final iperf client.
there will be no strong difference with the webdav protocol.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question