~ubuntu-branches/ubuntu/trusty/postfix/trusty-proposed

« back to all changes in this revision

Viewing changes to src/smtpstone/qmail-deliver

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-02-27 09:33:07 UTC
  • Revision ID: james.westby@ubuntu.com-20050227093307-cn789t27ibnlh6tf
Tags: upstream-2.1.5
ImportĀ upstreamĀ versionĀ 2.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Qmail needs 59 seconds to deliver 100 SMTP messages to one local recipient.
 
2
Default configuration, concurrencyremote = 100.
 
3
 
 
4
/usr/bin/time ./smtp-source -s 5 -m 100 -t wietse fist
 
5
       41.45 real         0.07 user         0.21 sys
 
6
Jun  8 12:17:20 fist qmail: 865786640.494072 new msg 39901
 
7
Jun  8 12:18:22 fist qmail: 865786702.301087 end msg 39982
 
8
Total time: 62 sec
 
9
 
 
10
/usr/bin/time ./smtp-source -s 10 -m 100 -t wietse fist
 
11
       26.50 real         0.10 user         0.22 sys
 
12
Jun  8 12:14:49 fist qmail: 865786489.089492 new msg 39901
 
13
Jun  8 12:15:48 fist qmail: 865786548.316898 end msg 39928
 
14
Total time: 59 sec
 
15
 
 
16
/usr/bin/time ./smtp-source -s 20 -m 100 -t wietse fist
 
17
       21.15 real         0.08 user         0.30 sys
 
18
Jun  8 12:19:18 fist qmail: 865786758.939755 new msg 39903
 
19
Jun  8 12:20:16 fist qmail: 865786816.739912 end msg 40031
 
20
Total time: 58 sec