Discussion:
[arangodb-google] Too many connections with few clients
Jefferson
2018-09-23 18:14:47 UTC
Permalink
A private software that a company use for internal use has only 3 computers
using only the FOXX RESTFUL, don't has any other type of access to ArangoDB
but the statistics by ArangoDB dashboard says that has a lot of connection,
why? See the print.

[image: Screenshot (36).png] <about:invalid#zClosurez>
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jefferson
2018-09-23 18:16:53 UTC
Permalink
OBS: all request are made via REST, so, i don't keep alive any connection
with ArangoDB
Post by Jefferson
A private software that a company use for internal use has only 3
computers using only the FOXX RESTFUL, don't has any other type of access
to ArangoDB but the statistics by ArangoDB dashboard says that has a lot of
connection, why? See the print.
[image: Screenshot (36).png]
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Wilfried Gösgens
2018-09-24 07:49:01 UTC
Permalink
Hi,
this isn't the count of concurent connections, its the connections opened.
If you don't do persistant connections (which we strongly advise for
performance reasons) this counter may increase quick.

Cheers,
Willi
Post by Jefferson
OBS: all request are made via REST, so, i don't keep alive any connection
with ArangoDB
Post by Jefferson
A private software that a company use for internal use has only 3
computers using only the FOXX RESTFUL, don't has any other type of access
to ArangoDB but the statistics by ArangoDB dashboard says that has a lot of
connection, why? See the print.
[image: Screenshot (36).png]
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jefferson
2018-09-28 15:24:32 UTC
Permalink
I used the Netdata on my VPS and it shows a lot of open sockets, when i
run: service arangodb3 restart, are closed the 16k opened sockets, see print

[image: Screenshot (48).png]


Em segunda-feira, 24 de setembro de 2018 04:49:01 UTC-3, Wilfried Gösgens
Post by Wilfried Gösgens
Hi,
this isn't the count of concurent connections, its the connections opened.
If you don't do persistant connections (which we strongly advise for
performance reasons) this counter may increase quick.
Cheers,
Willi
Post by Jefferson
OBS: all request are made via REST, so, i don't keep alive any connection
with ArangoDB
Post by Jefferson
A private software that a company use for internal use has only 3
computers using only the FOXX RESTFUL, don't has any other type of access
to ArangoDB but the statistics by ArangoDB dashboard says that has a lot of
connection, why? See the print.
[image: Screenshot (36).png]
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jefferson
2018-09-28 15:26:26 UTC
Permalink
Post by Jefferson
[image: Screenshot (48).png]
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Wilfried Gösgens
2018-10-08 08:20:45 UTC
Permalink
Hi,
can you try to look at netstat where these sockets come from / go to?

Cheers,
Willi
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...