do you have tcp_async = yes (it should be enabled by default) ? What OS do you use? can you please print kamailio -v
On Mon, Jan 6, 2025 at 1:02 AM Sergey Safarov via sr-users < sr-users@lists.kamailio.org> wrote:
I have modified the command and for my case, it will be like
ss -n 'dport 5060 or dport 5061 or sport 5060 or sport 5061' ss -o -n state syn-sent 'dport 5060 or dport 5061 or sport 5060 or sport 5061'
For the second command, the output will be like
[root@bcf-e-0 ~]# ss -o -n state syn-sent 'dport 5060 or dport 5061 or sport 5060 or sport 5061' Netid Recv-Q Send-Q Local Address:Port Peer Address:Port Process tcp 0 1 100.85.64.198:48542 8.8.8.8:5060 timer:(on,9.980ms,4) [root@test ~]# ss -o -n state syn-sent 'dport 5060 or dport 5061 or sport 5060 or sport 5061' Netid Recv-Q Send-Q Local Address:Port Peer Address:Port Process tcp 0 1 100.85.64.198:48542 8.8.8.8:5060 timer:(on,8.690ms,4) [root@test ~]# ss -o -n state syn-sent 'dport 5060 or dport 5061 or sport 5060 or sport 5061' Netid Recv-Q Send-Q Local Address:Port Peer Address:Port Process tcp 0 1 100.85.64.198:48542 8.8.8.8:5060 timer:(on,7.230ms,4) [root@test ~]# ss -o -n state syn-sent 'dport 5060 or dport 5061 or sport 5060 or sport 5061' Netid Recv-Q Send-Q Local Address:Port Peer Address:Port Process tcp 0 1 100.85.64.198:48542 8.8.8.8:5060 timer:(on,6.140ms,4) [root@test ~]# ss -o -n state syn-sent 'dport 5060 or dport 5061 or sport 5060 or sport 5061' Netid Recv-Q Send-Q Local Address:Port Peer Address:Port Process tcp 0 1 100.85.64.198:48542 8.8.8.8:5060 timer:(on,5.050ms,4) [root@test ~]# ss -o -n state syn-sent 'dport 5060 or dport 5061 or sport 5060 or sport 5061' Netid Recv-Q Send-Q Local Address:Port Peer Address:Port Process tcp 0 1 100.85.64.198:48542 8.8.8.8:5060 timer:(on,3.860ms,4)
On Sat, Jan 4, 2025 at 8:55 PM Henning Westerholt via sr-users < sr-users@lists.kamailio.org> wrote:
Hello Alex,
indeed, this is easier to analyse with the usual system management tools.
Small addition, for TCP and TLS there is actually a distributor or main process inside Kamailio:
$ kamcmd ps |grep tcp |grep main 18439 tcp main process
$ netstat -nap |grep 5060 | grep 18439 tcp 0 0 116.203.XXX.XXX:5060 0.0.0.0:* LISTEN 18439/kamailio tcp 0 0 116.203.XXX.XXX:5060 0.0.0.0:* LISTEN 18439/kamailio tcp 0 0 127.0.0.1:5060 0.0.0.0:* LISTEN 18439/kamailio tcp6 0 0 2a01:4f8:XXXX:XXXX::5060 :::* LISTEN 18439/kamailio
Cheers,
Henning
-----Original Message----- From: Alex Balashov via sr-users sr-users@lists.kamailio.org Sent: Samstag, 4. Januar 2025 18:01 To: Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org Cc: Alex Balashov abalashov@evaristesys.com Subject: [SR-Users] Re: children monitoring
It's hard for children to introspect on and report their own busy
status, and
there's no distributor/supervisor process that has that kind of
awareness
about the children[1].
`ss -nl` (or `netstat` equivalent) will show you, in the RecvQ column,
the
number of packets (UDP) or connections (TCP) that are stacked up and
going
unreplied by any child. This figure should be 0 or substantially 0 if
things are
going well.
-- Alex
[1] Notwithstanding the recent 6.x change that optionally adds such a process.
On Jan 4, 2025, at 2:31 am, Sergey Safarov via sr-users <sr-
users@lists.kamailio.org> wrote:
If TCP children are busy, Please correct me if I am wrong if the remote IP is not responding
via TCP
protocol, this leads to a timeout and this child is busy.
If many remote endpoints are not reachable via TCP this can lead to
the case
when half or more children are by timeout operations.
I think required to monitor how many children are busy. Is it possible to get such info using kamcmd utility, statistics
module, or
xprom module.
Sergey __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@lists.kamailio.org To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only
to the
sender!
-- Alex Balashov Principal Consultant Evariste Systems LLC Web: https://evaristesys.com Tel: +1-706-510-6800
Kamailio - Users Mailing List - Non Commercial Discussions -- sr- users@lists.kamailio.org To unsubscribe send an email to sr-users- leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only
to the
sender!
Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@lists.kamailio.org To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!
Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@lists.kamailio.org To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!