Damn,
I missed getting a bug in against -test3.
My previous experience with -test2 and 1.4.2 were that I always had >10%
load on the box on which it was running.
The stats for -test3 were always >80%!!!! I've repeated this twice and
hit this load after 24hrs.
Heres a random snapshot...
08:40:07 up 108 days, 12:15, 9 users, load average: 1.75, 1.82, 1.84
234 processes: 224 sleeping, 2 running, 7 zombie, 1 stopped
CPU states: 80.9% user, 17.5% system, 0.1% nice, 1.5% idle
Mem: 647252K total, 636632K used, 10620K free, 13104K buffers
Swap: 996020K total, 558832K used, 437188K free, 93832K cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
14117 alsutton 13 0 129M 129M 716 R 53.3 20.4 497:56 jabberd
This is without transports, with a low number of users, I've attached my
config file for examination.
I'll pull the release version down and hope for the best.
Al.
On Fri, 2002-02-08 at 19:54, Jeremie wrote:
> It's finally here :)
>
> http://jabberd.jabberstudio.org/downloads/jabber-1.4.2.tar.gz
>
> You can check out some docs on everything that's been updated/added at
> http://jabberd.jabberstudio.org/1.4/ and in particular
> http://jabberd.jabberstudio.org/1.4/142changelog.html
>
> If anyone who's done a package of any kind (deb, rpm, sun pkg, other
> binaries, etc) and has time to update or create one for 1.4.2, just email
> it to me at [EMAIL PROTECTED] and I'll put it up on the site.
>
> I'd like to personally thank all of you that have helped with this
> release, either directly with bug reports and patches, and indirectly by
> just setting it up, running it, answering questions, and developing
> services/clients that use it. I'm really looking forward to the 1.5
> development series and making the platform even stronger and easier to use
> for everyone, taking Jabber, XML, and IM to new heights :-)
>
> Thanks,
>
> Jer
>
>
> _______________________________________________
> jdev mailing list
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev
<jabber>
<service id="sessions">
<host><jabberd:cmdline flag="h">personalbuddy.com</jabberd:cmdline></host>
<host><jabberd:cmdline flag="h">workbuddy.com</jabberd:cmdline></host>
<host><jabberd:cmdline flag="h">jabberbuddy.com</jabberd:cmdline></host>
<jsm xmlns="jabber:config:jsm">
<filter>
<default/>
<max_size>100</max_size>
<allow>
<conditions>
<ns/>
<unavailable/>
<from/>
<resource/>
<subject/>
<body/>
<show/>
<type/>
<roster/>
<group/>
</conditions>
<actions>
<error/>
<offline/>
<forward/>
<reply/>
<continue/>
<settype/>
</actions>
</allow>
</filter>
<!-- The server vCard -->
<vCard>
<FN>Jabber Server</FN>
<DESC>The buddysites jabber server</DESC>
<URL>http://www.buddysites.net/</URL>
</vCard>
<welcome>
<subject>Welcome!</subject>
<body>Welcome to the PersonalBuddy.com Jabber server - For information about how to use Jabber, visit the Jabber User's Guide at http://docs.jabber.org/</body>
</welcome>
<vcard2jud/>
<browse>
<service type="jud" jid="users.jabber.org" name="Jabber User Directory">
<ns>jabber:iq:search</ns>
<ns>jabber:iq:register</ns>
</service>
</browse>
</jsm>
<load main="jsm">
<jsm>./jsm/jsm.so</jsm>
<mod_echo>./jsm/jsm.so</mod_echo>
<mod_roster>./jsm/jsm.so</mod_roster>
<mod_time>./jsm/jsm.so</mod_time>
<mod_vcard>./jsm/jsm.so</mod_vcard>
<mod_last>./jsm/jsm.so</mod_last>
<mod_version>./jsm/jsm.so</mod_version>
<mod_announce>./jsm/jsm.so</mod_announce>
<mod_agents>./jsm/jsm.so</mod_agents>
<mod_browse>./jsm/jsm.so</mod_browse>
<mod_admin>./jsm/jsm.so</mod_admin>
<mod_filter>./jsm/jsm.so</mod_filter>
<mod_offline>./jsm/jsm.so</mod_offline>
<mod_presence>./jsm/jsm.so</mod_presence>
<mod_auth_plain>./jsm/jsm.so</mod_auth_plain>
<mod_auth_digest>./jsm/jsm.so</mod_auth_digest>
<mod_auth_0k>./jsm/jsm.so</mod_auth_0k>
<mod_log>./jsm/jsm.so</mod_log>
<mod_register>./jsm/jsm.so</mod_register>
<mod_xml>./jsm/jsm.so</mod_xml>
</load>
</service>
<xdb id="xdb">
<host/>
<load>
<xdb_file>./xdb_file/xdb_file.so</xdb_file>
</load>
<xdb_file xmlns="jabber:config:xdb_file">
<spool><jabberd:cmdline flag='s'>./spool</jabberd:cmdline></spool>
<timeout>0</timeout>
</xdb_file>
</xdb>
<service id="c2s">
<load>
<pthsock_client>./pthsock/pthsock_client.so</pthsock_client>
</load>
<pthcsock xmlns='jabber:config:pth-csock'>
<authtime/>
<ip port="5222"/>
</pthcsock>
</service>
<service id="dnsrv">
<host/>
<load>
<dnsrv>./dnsrv/dnsrv.so</dnsrv>
</load>
<dnsrv xmlns="jabber:config:dnsrv">
<resend service="_jabber._tcp">s2s</resend>
<resend>s2s</resend>
</dnsrv>
</service>
<service id="s2s">
<load>
<dialback>./dialback/dialback.so</dialback>
</load>
<dialback xmlns='jabber:config:dialback'>
<legacy/>
<ip port="5269"/>
<karma>
<init>50</init>
<max>50</max>
<inc>4</inc>
<dec>1</dec>
<penalty>-5</penalty>
<restore>50</restore>
</karma>
</dialback>
</service>
<io>
<rate points="5" time="25"/>
</io>
<pidfile>./jabber.pid</pidfile>
</jabber>