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...
I found the millisecond timeout interface in waitForEvent() and waitAndDispatchEvents() to be quite inadequate. I'm using the Poller_kqueue() in NS's emulation...
Hi Dan and Jonathan, Here's a simple program that I hacked up to see if kqueue() can check for /dev/bpf* readiness. It turns out that kqueue() wrongly reports...
OK, I threw together a distributed version of dkftpbench using corba. The idea is you run a copy of CorbaPlatoon_impl on each load machine, and one copy of...
Version 0.40 of dkftpbench comes with Corba support, thanks to a little corbification by Leo. It works with OmniOrb 3 for sure; I tested that by building...
Hi As part of my masters degree assignment ,i have to design and implement FTP Server and Client and submit that assignment by feb 10th.I am basically java...
CHANGELOG for dkftpbench 0.38 Compiles on Solaris 7 -- getifaddrs.c doesn't do anything there yet, but at least it compiles. You may now override CFLAGS and...
Hello I am unable to compile dkftpbench-0.37 on Solaris. I am getting numerous errors, which I have pasted below. I would very much appreciate any help you...