immonitor-access output
Hi All
I'm using Sun one iplanet messaging server 5.2 and tried to check SMTP statistics
by using immonitor-access command.the output is follows.
========# /sunone/ims52/server5/bin/msg/admin/bin/immonitor-access -u
###### -w ***** -S ipaddr -m expire
SMTP Statistics for: ipaddr :25
access: timed out while waiting for 220 greeting
ALERT: <SMTP> for ip addr :25 timed out
Timed out after 60.552 seconds
============# telnet 0 25
Trying 0.0.0.0...
^C
===============# pwd
/sunone/ims52/server5/msg
it gave timedout output so i have restarted my server by imsimta refresh command.
-
================# ./imsimta refresh
Compiled configuration done
Killing Dispatcher : 12302
Dispatcher startup requested
Job Controller shutdown requested
Job Controller startup requested
--
i have tried telnet 0 25 and immonitor-access command the output is follows
-
=============# telnet 0 25
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
220 =================== -- Server ESMTP (*)
quit
221 2.3.0 Bye received. Goodbye.
Connection closed by foreign host.
--
=============# /sunone/ims52/server5/bin/msg/admin/bin/immonitor-access -u
###### -w ***** -S ip addr -m expire
SMTP Statistics for: ipaddr :25
Connect Time: 0.311 ms
Greeting Time: 8.061 ms
HELO Time: 0.732 ms
MAIL FROM: Time: 1.992 ms
RCPT TO: Time: 10.486 ms
DATA Time: 0.216 ms
Sending file Time: 12.267 ms
QUIT Time: 0.248 ms
Total SMTP time: 34.313 ms
-
The total SMTP output time is : 34.313ms
But after some time i have tried the same immonitor command to check the statistics but the total
SMTP output time is 945.754 ms
-
=============# /sunone/ims52/server5/bin/msg/admin/bin/immonitor-access -u
###### -w ***** -S ======= -m expire
SMTP Statistics for: ip addr :25
Connect Time: 0.307 ms
Greeting Time: 229.026 ms
HELO Time: 4.243 ms
MAIL FROM: Time: 123.927 ms
RCPT TO: Time: 91.439 ms
DATA Time: 1.435 ms
Sending file Time: 494.695 ms
QUIT Time: 0.682 ms
Total SMTP time: 945.754 ms
--
my ques
1. there is more difference in total output time of smtp
First time: The total SMTP output time is : 34.313ms
Second Time :The total SMTP output time is 945.754 ms
why the performance is very low ?
Any help.Thanks in advance

