Thanks for the reply,

I was mainly asking about tracking down why connections are going
unanswered by ASSP when the OS has already seen them and iptables has
logged them. I have connection debug set to highest and nothing shows up
relating to these connections.

Is there any condition under which ASSP will hit a limit and not log
message stating so?

The socket poll logs were something I saw in the logs maybe 20 times a day
whilst trying to find something relating to the first issue. Most of the
socket poll logs come from workers not the main thread and the system load
is quite low.

CPU usage is less than 20% at peak and the load only gets up to 3 on an 8
core CPU which is a little over 25%. I did increase to 12 cores to see if
extra power would help but it didn't.
On 28 Jan 2015 06:05, "Thomas Eckardt" <thomas.ecka...@thockar.com> wrote:

> >Warning: the operating system socket poll cycle
>
> Like stated - the call to an OS function - in this case socket->poll - has
> too long. This may happen - but sould not happen too often.
> It could be caused, if the core where the MainThread is running on, is
> used extensive at the moment or the complete system is under havy load for
> some seconds.
> There is nothing you do to track this down in assp
>
> Thomas
>
>
>
> Von:    Colin <colin.war...@gmail.com>
> An:     ASSP development mailing list <assp-test@lists.sourceforge.net>
> Datum:  27.01.2015 19:50
> Betreff:        [Assp-test] Socket poll cycle
>
>
>
> Hi,
>
> I've been trying to track down some performance issues lately. The load
> and CPU on the server is quite low so we have plenty of resources but I
> see this in the logs every day:
>
> Warning: the operating system socket poll cycle has taken
> 3.10847902297974 seconds - this is very much is too long
>
> I'm also seeing iptables log incoming syn packets on port 25 that never
> get answered by ASSP and there is no evidence of them in the logs. I'm
> presuming there must be a configuration issue or something that can be
> optimised within ASSP to track this down but I've not been able to find
> anything appropriate.
>
> Thanks for suggestions,
> Colin.
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Assp-test mailing list
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test
>
>
>
>
> DISCLAIMER:
> *******************************************************
> This email and any files transmitted with it may be confidential, legally
> privileged and protected in law and are intended solely for the use of the
>
> individual to whom it is addressed.
> This email was multiple times scanned for viruses. There should be no
> known virus in this email!
> *******************************************************
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Assp-test mailing list
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to