Dear all,
Just wonder how I could monitor the website upload image(s) speed.
Basically I have done curl upload part, like this:
$ curl -F "filecomment=Darth_Vadar file" -F "image=@/Users/admin/Downloads/Darth_Vadar_4096x3072.jpg" http://www.example.com/Uploader/upload_image.aspx
{"ID":"A66527F9501601FC76528F6D2994EF780718672A"," Exp":"jpg","Owner":"","Path":"http://www.example.com/AttachFiles/UserPhoto/temp","Width":4096,"Height":3072}
$
Now I go to Configuration -> Web -> Web scenarios -> (my own test scenarios) -> Steps -> Add:
Name: TEST_IMAGE
URL: http://www.example.com/Uploader/upload_image.aspx
Post: ??? <- What should I put here?
Timeout: 15
Required String: {"ID".*}
Required status codes: 200
Or is there any other way to do so?
Thanks.
Ming
Just wonder how I could monitor the website upload image(s) speed.
Basically I have done curl upload part, like this:
$ curl -F "filecomment=Darth_Vadar file" -F "image=@/Users/admin/Downloads/Darth_Vadar_4096x3072.jpg" http://www.example.com/Uploader/upload_image.aspx
{"ID":"A66527F9501601FC76528F6D2994EF780718672A"," Exp":"jpg","Owner":"","Path":"http://www.example.com/AttachFiles/UserPhoto/temp","Width":4096,"Height":3072}
$
Now I go to Configuration -> Web -> Web scenarios -> (my own test scenarios) -> Steps -> Add:
Name: TEST_IMAGE
URL: http://www.example.com/Uploader/upload_image.aspx
Post: ??? <- What should I put here?
Timeout: 15
Required String: {"ID".*}
Required status codes: 200
Or is there any other way to do so?
Thanks.
Ming


Comment