Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ftpbench · To develop an open-source FTP benchmark application,

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 57
  • Category: Software
  • Founded: Dec 1, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 243 - 273 of 286   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
243 dank@...
dankegel Send Email
Aug 24, 2002
11:41 pm
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...
244 dankegel Send Email Oct 3, 2002
6:34 pm
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...
245 Kenneth Eaton
eatonke12345 Send Email
Oct 3, 2002
7:55 pm
Upon attempting to compile the program I receive the below output and error. Can anyone help out? g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"...
246 Dan Kegel
dankegel Send Email
Oct 4, 2002
2:25 am
Hmm. I wonder if you might need to use gcc3... what compiler are you using? - Dan...
247 Kenneth Eaton
eatonke12345 Send Email
Oct 4, 2002
1:02 pm
I am using version egcs-2.91.66....
248 Christopher Smith
cbsmith Send Email
Oct 4, 2002
2:03 pm
... That's a tad old, particularly for compiling C++ code. I suggest you update to one of the newer versions of g++, as it looks like your compiler is getting...
249 cheryl huntington
Cheryl.Huntington@... Send Email
Nov 11, 2002
7:39 pm
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...
250 Dan Kegel
dankegel Send Email
Nov 11, 2002
7:48 pm
... I get a ton of that kind of spam, but then, my email address is widely published. (If it weren't for SpamAssasin, I'd get no work done.) I just did a...
251 Dan Kegel
dankegel Send Email
Nov 12, 2002
4:49 am
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...
252 Dan Kegel
dankegel Send Email
Dec 16, 2002
8:40 am
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...
253 Dan Kegel
dankegel Send Email
Jan 6, 2003
7:40 am
... 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.) ... ...
254 Dan Kegel
dankegel Send Email
Feb 14, 2003
10:51 pm
... 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...
255 michael_intinarelli
michael_inti... Send Email
Mar 29, 2003
5:56 pm
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 Send Email
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 Send Email 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 Send Email
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 Send Email 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 Send Email 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@... Send Email 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 Send Email 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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email 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 Send Email 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@... Send Email
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...
Messages 243 - 273 of 286   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help