Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTP upload failed if file counts > 1000 #201

Open
Jelle-Wu opened this issue Nov 26, 2021 · 2 comments
Open

FTP upload failed if file counts > 1000 #201

Jelle-Wu opened this issue Nov 26, 2021 · 2 comments

Comments

@Jelle-Wu
Copy link

whatever -c 500 or -c1000,if files count >1000,all upload file failed with error:

[error] socket: unable to connect sock.c:282: Operation already in progress
[debug] browser.c:915 connection failed. error 114(Operation already in progress)
[error] browser.c:765 connection failed 131.101.156.170:21: Operation already in progress
[debug] browser.c:888 attempting connection to 131.101.156.170:21
[debug] browser.c:903 creating new socket: 131.101.156.170:21
[error] socket: unable to connect sock.c:282: Operation already in progress
[debug] browser.c:915 connection failed. error 114(Operation already in progress)
[error] browser.c:765 connection failed 131.101.156.170:21: Operation already in progress
[debug] browser.c:888 attempting connection to 131.101.156.170:21
[debug] browser.c:903 creating new socket: 131.101.156.170:21
[error] socket: unable to connect sock.c:282: Operation already in progress
[debug] browser.c:915 connection failed. error 114(Operation already in progress)
[error] browser.c:765 connection failed 131.101.156.170:21: Operation already in progress
[debug] browser.c:888 attempting connection to 131.101.156.170:21
[debug] browser.c:903 creating new socket: 131.101.156.170:21
[error] socket: unable to connect sock.c:282: Operation already in progress
[debug] browser.c:915 connection failed. error 114(Operation already in progress)
[error] browser.c:765 connection failed 131.101.156.170:21: Operation already in progress

[root@VAS-Jenkins-Server .siege]# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 15710
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 65535
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 15710
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

@Jelle-Wu
Copy link
Author

config file :

[root@VAS-Jenkins-Server .siege]# cat siege.conf |grep -v '#'

verbose = true
color = on
quiet = false
json_output = false
show-logfile = true
logging = false
gmethod = HEAD
parser = true
nofollow = ad.doubleclick.net
nofollow = pagead2.googlesyndication.com
nofollow = ads.pubsqrd.com
nofollow = ib.adnxs.com
limit = 1023000
protocol = HTTP/1.1
chunked = true
cache = false
connection = close
concurrent = 25
delay = 1
failures = 102400
internet = false
benchmark = false
accept-encoding = gzip, deflate
url-escaping = true
unique = true

@Jelle-Wu
Copy link
Author

siege "ftp://131.101.156.170:21 PUT </data/script/TestCase/Performance/FTP_Data/Post_637731627126036323.txt" -c 600 -d 30 -t 5M

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant