Greetings All, Is there a way to test for max sftp client connections to a server that uses the sftp_server subsystem of ssh? Micael Intinarelli...
256
Dan Kegel
dankegel
Mar 30, 2003 2:47 am
... I haven't heard of one, but it probably wouldn't be too hard to throw one together if none exist yet. - Dan -- Dan Kegel http://www.kegel.com ...
257
takwonder
Apr 2, 2003 6:57 pm
Dear all, I cannot download source code form the website http://www.kegel.com/dkftpbench/? Why? If anyone has source code of the benchmark program, could u...
258
Dan Kegel
dankegel
Apr 2, 2003 7:58 pm
... No idea. http://www.kegel.com/dkftpbench/dkftpbench-0.45.tar.gz downloads fine for me. ... On MacOS/X, probably, yes. On MacOS9.x or earlier, no. - Dan --...
259
pang_yi_tak
Apr 3, 2003 2:52 am
Dear all, How could I modify it to turn it to a benchmark program for streaming server? Tak...
260
pang_yi_tak
Apr 3, 2003 2:58 am
Dear all, How could I modify it to turn it to a benchmark program for streaming server? Tak...
261
ak209@...
May 25, 2003 6:10 am
... I had the same error with Debian Woody v3.0r1, gcc-2.95 was version 2.95.4-11woody1 and g++-2.95 was version 2.95.4-11woody1 I installed gcc-3.0 and g++3.0...
262
dankegel
Jun 21, 2003 12:09 am
I ran betaftpd under valgrind and stressed it out with dkftpbench with over 500 users, then killed dkftpbench. This caused numerous problems to be reported by...
264
Dan Kegel
dankegel
Dec 2, 2003 3:18 am
... Sorry about that. I've set the list to moderate new members, and kicked out the cretin that posted that link. - Dan...
265
Dan Kegel
dankegel
Dec 11, 2003 3:41 pm
... It seems to think the connection was closed as soon as it connected. To get more detail, edit nbbio.cc and change the #if 0 to #if 1. But before you do...
266
yairinbal
Dec 11, 2003 6:03 pm
Hi, I am trying to messure 100 concurrent users: ./dkftpbench -h192.168.41.37 -n100 -c100 -uftpuser0 -pasdf - f/home/ftpuser0/FtpFile I am running RH8 Here is...
267
Richard Pang
takwonder
Dec 14, 2003 2:03 pm
Dear Dan, How could I remove from ftpbench mail list? Regards, Tak ... _________________________________________________________ Do You Yahoo!? ...
268
Dan Kegel
dankegel
Dec 14, 2003 4:30 pm
... The correct unsubscribe info is "To unsubscribe from this group, send an email to: ftpbench-unsubscribe@yahoogroups.com" - Dan...
269
cjackeroo
May 21, 2004 2:13 pm
I use redhat enterprise Linux 3.0 AS Update 1 Server: Celeron II 1G,512MB Memory,40GB 7200RPM Harddisk Client: P4 3.2G, 512MB Memory, 120GB 7200RPM Harddisk ...
270
Dan Kegel
dankegel
May 21, 2004 2:15 pm
... Have you tried increasing ulimit -n in the script that starts the server process? - Dan -- My technical stuff: http://kegel.com My politics: see...
271
sudv0071_marco
Oct 15, 2004 7:53 am
Dear Dan! I thought the failed tests are caused by a wrong compilation. The programm works fine since I use the '-f' option. But the compilation error still...
272
sudv0071_marco
Oct 15, 2004 7:54 am
Hello Dan! I hope you still looking up this group! I searched in the messages for an answer to my question, but didnot found something new. I installed...
273
Nirav Jasapara
jasapara@...
Nov 1, 2004 4:41 am
Hi, I am not able to built the sources. I run ./configure and then run make all. I get the following error. ... %uname -a FreeBSD ted.isi.edu 4.10-STABLE...
274
Dan Kegel
dankegel
Nov 1, 2004 5:03 am
... SIGRTMIN is part of the Real Time Signals optional section of POSIX. It would be nice if dkftpbench did not require Real Time Signals to compile. Sounds...
275
Nirav Jasapara
jasapara@...
Nov 1, 2004 2:52 pm
... Thanks Dan :) Here is a patch. (Use with caution!) %cat patch ... +++ Poller_test.cc Sun Oct 31 23:16:49 2004 @@ -36,6 +36,10 @@ #include...
276
chetan_the_gaul
Jan 19, 2005 7:01 am
Hi, Have started using this tool since a couple of days. Can anyone suggest me the best way to use this to generate load. I have been successful in generating...
277
Dan Kegel
dankegel
Jan 19, 2005 7:21 am
... Could it be your proxy has a bottleneck? - Dan -- Trying to get a job as a c++ developer? See http://kegel.com/academy/getting-hired.html...
278
chetan_the_gaul
Jan 19, 2005 5:09 pm
... i dont think the proxy is the bottleneck, because the cpu usage and mem usage is still low in the proxy. for http load generation with the proxy in place...
279
blaxter2000
Mar 14, 2006 4:45 pm
Hi!, after type ./configure, when i do make check i get: make check-TESTS make[1]: Entering directory `/home/blaxter/tmp/dkftpbench-0.45' No tests failed. ...
280
Kristis Makris
kristis.makris@...
Apr 14, 2009 3:55 am
(Wow, that was fast) I have a separate test to measure latency of the instrumentation (just fetch files with wget). My goal here is to measure throughput and...
281
Kristis Makris
kristis.makris@...
Apr 14, 2009 3:56 am
Hello, I'm trying to understand what are reasonable numbers to use when running dkftpbench. The weppage says that by default dkftpbench39;s target bandwidth per ...
282
Dan Kegel
dankegel
Apr 14, 2009 4:07 am
Could be you're running out of file handles or local ports. Have you followed the instructins in "System Tuning" in http://www.kegel.com/dkftpbench ? What does...
283
xuty1985
Apr 9, 2012 9:13 pm
Hi, all, I'm installing dkftpbench. After configure it, I typed "make check" and get the following error: Platoon.h:4:18: error: list.h: No such file or...
284
Dan Kegel
dankegel
Apr 9, 2012 9:19 pm
... No, it's C++'s STL list, just named the old way. Here's the patch needed to get 'make check' to pass on current ubuntu: diff -u dkftpbench-0.45/Platoon.cc...
285
xuty1985
Apr 9, 2012 11:30 pm
Thanks a lot for your quick reply, Dan! Applying the patch, the "list.h" problem is solved. But I still failed to pass "make check": First, there's an error as...