(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...
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. ...
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...
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...
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...
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...
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 ...
... 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...
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...
... 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...
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...
... Yeah, it was getting old, and having it around was confusing. Now that machines are getting so fast, maybe it's worth running Volanomark up beyond 6000...
... Sigh. I've been warned about that before. Very sloppy of me, thanks. (I'm reattaching your two patches to this email for the benefit of the list.) ... ...
Anyone else read this? It has a very good high level description of livelock and deadlock in multithreaded programs in the middle of a very good description...
I was shamed into updating my c10k page a bit; someone at Red Hat commented on how out of date it was :-( It now covers recent Linux activity better, and I've...
Sorry to bother the group with this, but I am consistently getting more spam at work and this is the only external e-mail list I am on. So, I'm wondering if...
I and Vasan Sundar recently ported Poller_poll.cc to c, and I'm using it in a fun little load test app at work. While debugging that app, I happened to run...
Saubra Gargh sent in a patch fixing a couple minor Solaris compile failures. Still doesn't pass the unit test with /dev/poll, though. It's having trouble...
Hello heres a patch to get dkftpbench to compile on FreeBSD. ... *************** ... #if HAVE_GETIFADDRS + #include <sys/types.h> #include <ifaddrs.h> #else ...
This release fixes the bug reported by Jeon where Poller_select::getNextEvent could return a deleted client, adds a type() method to ftp_client_*, and makes...
... No - been too busy. Dang it. And I have a copy of Solaris ready to install, too. It's probably an easy change (maybe just adding a couple ifdefs), but...
hi, how can i measuer the cpu usage of ftp server? I use "time dkftpbench ..." on ftp client machine(different host from ftp server) and get "real ? user ? sys...
I run "time dkftpbench -hssl-2.cs.unm.edu -n3000 -t180 -b1000 -u? -p? -fglobus.eps -sp" in host where ftp client is running. but i got erro message: "Option...
I'm looking for a well-written Java ftp daemon to benchmark. In a quick Google search, I found four candidates: 1. http://www.mycgiserver.com/~ranab/ftp/ Rana...