Search the web
Sign In
New User? Sign Up
ftpbench · To develop an open-source FTP benchmark application,
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 206 - 235 of 282   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
206
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...
Dan Kegel
dankegel
Offline Send Email
Dec 11, 2001
8:47 pm
207
have a look at http://www.acl.lanl.gov/~rminnich/ there is a program to start processes on remote machines called VX. ... CHANGELOG for dkftpbench 0.38 ...
Francis little
oggy@...
Send Email
Dec 12, 2001
8:32 am
208
Nifty. I'll bookmark that. I don't think it'll do what I need for dkftpbench, but it might be handy for something else sometime. - Dan...
Dan Kegel
dankegel
Offline Send Email
Dec 12, 2001
10:09 am
209
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...
sivajothi
Offline Send Email
Feb 4, 2002
5:28 pm
210
... _UNIX Network Programming_ by W. Richard Stevens http://www.kohala.com/start/unpv12e.html Don't leave home without it. Personally I wouldn't want to...
Shane Kerr
shane@...
Send Email
Feb 4, 2002
5:36 pm
211
... Actually, assuming you're just writing this in Java, this is a fairly simple assignment. You don't need to do any protocol design, the FTP protocol is...
Christopher Smith
cbsmith
Online Now Send Email
Feb 5, 2002
1:00 am
212
This version ramps up adaptively (thanks to work by Steven Mueller). You can specify how many connections to make in parallel. The default, 1, is...
Dan Kegel
dankegel
Offline Send Email
Feb 12, 2002
7:20 am
213
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...
Dan Kegel
dankegel
Offline Send Email
Feb 13, 2002
5:26 am
214
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...
Dan Kegel
dankegel
Offline Send Email
Feb 15, 2002
5:25 am
215
I found the millisecond timeout interface in waitForEvent() and waitAndDispatchEvents() to be quite inadequate. I'm using the Poller_kqueue() in NS's emulation...
shashibg
Offline Send Email
Feb 26, 2002
8:55 am
216
... Nice to hear Poller is getting some use! Would exposing waitForEvents(struct timespec *) suit your needs better? That would be quite easy to offer in...
Dan Kegel
dankegel
Offline Send Email
Feb 26, 2002
7:03 pm
217
... Yes, certainly. Since this is anyway a C++ library, the following might be better. waitForEvents(const struct timespec &) Also, would be possible for you...
shashibg
Offline Send Email
Feb 27, 2002
6:51 pm
218
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...
Shashi Guruprasad
shashibg
Offline Send Email
Feb 28, 2002
3:07 am
219
... Yes, it would. I ought to do that. ... But how on earth do the sources add up to 45MB? Oh, I see, it's a bunch of multi-megabyte data files. Well, what...
Dan Kegel
dankegel
Offline Send Email
Feb 28, 2002
8:12 am
220
Sounds like a possible bug in bsd, or a misunderstanding. Either way, best thing is to post your test case to the appropriate *bsd mailing list. Hmm, I see...
Dan Kegel
dankegel
Offline Send Email
Feb 28, 2002
8:26 am
221
... internet ... Yep. These are data files for the validation suite in NS -Shashi...
shashibg
Offline Send Email
Feb 28, 2002
4:53 pm
222
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...
Dan Kegel
dankegel
Offline Send Email
Mar 18, 2002
7:13 am
223
There aren't a lot of people writing FTP servers out there in Java. :-( I'm surprised noone has one with non-blocking I/O though. --Chris...
Christopher Smith
cbsmith
Online Now Send Email
Mar 18, 2002
7:48 am
224
There aren't a lot of people writing FTP servers out there in Java. :-( I'm surprised noone has one with non-blocking I/O though. --Chris...
Christopher Smith
cbsmith
Online Now Send Email
Mar 18, 2002
7:48 am
225
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...
zhang_zoe
Offline Send Email
Apr 4, 2002
10:32 pm
226
... The status value of 550 is from the FTP server. It is defined in the FTP RFC as 550 Requested action not taken. File unavailable (e.g., file not found, no...
Dan Kegel
dankegel
Offline Send Email
Apr 5, 2002
4:44 pm
227
but four processes are successfully(get the file successfully) before the error pops up. li ... __________________________________________________ Do You...
zhang li
zhang_zoe
Offline Send Email
Apr 5, 2002
7:53 pm
228
... Are you sure? The log you posted made it look like two robousers had *started* but it wasn't clear they'd actually fetched any files. Try it with just 1...
Dan Kegel
dankegel
Offline Send Email
Apr 6, 2002
5:16 am
229
Anybody know what does this mean when running "time dkftpbench ..." "real 1m0.259s user 0m0.060s sys 0m0.200s" what does "real", "user", "sys" mean...
zhang li
zhang_zoe
Offline Send Email
Apr 7, 2002
8:32 pm
230
"man time" says: These statistics consist of (i) the elapsed real time between invocation and termination, (ii) the user CPU time (the sum of the tms_utime...
Jason Shupe
jshupe@...
Send Email
Apr 7, 2002
8:36 pm
231
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...
zhang li
zhang_zoe
Offline Send Email
Apr 20, 2002
1:37 am
232
... If you're measuring on an otherwise idle server, there are a number of commands you can use to see system load. For instance, on a Linux system you can use...
Shane Kerr
shane@...
Send Email
Apr 22, 2002
11:12 am
233
... 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...
Dan Kegel
dankegel
Offline Send Email
Apr 24, 2002
11:10 pm
234
... Thanks, Ian! - Dan...
Dan Kegel
dankegel
Offline Send Email
Apr 26, 2002
5:41 pm
235
Hi Jeon! Thanks so much for the bugfix! - Dan...
Dan Kegel
dankegel
Offline Send Email
May 16, 2002
2:59 am
Messages 206 - 235 of 282   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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