Discussion:
[Exist-open] exist-db's memory using when idle
林晓东
2017-04-15 23:49:56 UTC
Permalink
hello,all,


this is the monex memory using graph: no query, is reasonable? (windows 10,java 1.8, develop version)






--

ŽËÖÂ

ÁÖÏþ¶«

Ī³îǰ·ÎÞÖªŒº£¬ÌìÏÂË­È˲»Ê¶Ÿý¡£
Dmitriy Shabanov
2017-04-17 19:02:21 UTC
Permalink
Monex request consume memory here for sure.
Post by 林晓东
hello,all,
this is the monex memory using graph: no query, is reasonable? (windows
10,java 1.8, develop version)
--
歀臎
林晓䞜
莫愁前路无知己倩䞋谁人䞍识君。
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Exist-open mailing list
https://lists.sourceforge.net/lists/listinfo/exist-open
--
Dmitriy Shabanov
林晓东
2017-04-18 07:14:54 UTC
Permalink
and the query info is not correct now, the running queries always : no






--

ŽËÖÂ

ÁÖÏþ¶«

Ī³îǰ·ÎÞÖªŒº£¬ÌìÏÂË­È˲»Ê¶Ÿý¡£


ÔÚ 2017-04-18 03:02:21£¬"Dmitriy Shabanov" <***@gmail.com> ÐŽµÀ£º

Monex request consume memory here for sure.


On Sun, Apr 16, 2017 at 2:49 AM, ÁÖÏþ¶« <***@126.com> wrote:

hello,all,


this is the monex memory using graph: no query, is reasonable? (windows 10,java 1.8, develop version)






--

ŽËÖÂ

ÁÖÏþ¶«

Ī³îǰ·ÎÞÖªŒº£¬ÌìÏÂË­È˲»Ê¶Ÿý¡£







------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Exist-open mailing list
Exist-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open







--

Dmitriy Shabanov
Joe Wicentowski
2017-04-19 16:46:56 UTC
Permalink
Hi Xiaodong,
Post by 林晓东
and the query info is not correct now, the running queries always : no
I noticed that too when I was looking at your server. I've never seen
monex do that - on many different servers, it's always shown the
running and recent queries. I'm not sure what would cause that
either. Sorry I can't be of any help on this question!

Joe
Dannes Wessels
2017-04-19 18:15:47 UTC
Permalink
Are there any other java threads/apps running in the same VM?
Post by Joe Wicentowski
Post by 林晓东
and the query info is not correct now, the running queries always : no
I noticed that too when I was looking at your server. I've never seen
monex do that - on many different servers, it's always shown the
running and recent queries. I'm not sure what would cause that
either. Sorry I can't be of any help on this question!
Joe Wicentowski
2017-04-19 18:51:29 UTC
Permalink
The /status page can be viewed at
http://118.122.165.33:8091/exist/status?token=162aa534-e83a-4264-915f-20d5fcbb73fe
(I figured this would be ok to post since the admin credentials have
already been shared here). Notably, RecentQueryHistory and
RunningQueries are blank even after performing queries elsewhere in
monex:

<jmx:RecentQueryHistory>
<jmx:empty>false</jmx:empty>
<jmx:tabularType>
<jmx:array>false</jmx:array>
<jmx:className>javax.management.openmbean.TabularData</jmx:className>
<jmx:description>List of recently completed
XQueries</jmx:description>
<jmx:indexNames>idx</jmx:indexNames>
<jmx:rowType>
<jmx:array>false</jmx:array>

<jmx:className>javax.management.openmbean.CompositeData</jmx:className>
<jmx:description>Lists recently completed
XQueries</jmx:description>
<jmx:typeName>recentQueryHistory</jmx:typeName>
</jmx:rowType>
<jmx:typeName>queryList</jmx:typeName>
</jmx:tabularType>
</jmx:RecentQueryHistory>

<jmx:RunningQueries>
<jmx:empty>true</jmx:empty>
<jmx:tabularType>
<jmx:array>false</jmx:array>
<jmx:className>javax.management.openmbean.TabularData</jmx:className>
<jmx:description>List of currently running
XQueries</jmx:description>
<jmx:indexNames>id</jmx:indexNames>
<jmx:rowType>
<jmx:array>false</jmx:array>

<jmx:className>javax.management.openmbean.CompositeData</jmx:className>
<jmx:description>Lists currently running
XQueries</jmx:description>
<jmx:typeName>runningQueries</jmx:typeName>
</jmx:rowType>
<jmx:typeName>queryList</jmx:typeName>
</jmx:tabularType>
</jmx:RunningQueries>

Loading...