Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
02/26/18 09:08:53AM
3,304 posts

minor bug report


Using Jamroom

i think i understand whats going on
in user sessions a session lasts for x number of seconds or something
in redis cache a session is opened and destroyed virtually instantly and while theres almost always only 1 possibly 2 connections to redis server active
so i think the sessions are being closed faster they can be read and so only my pageload reading it and 1 "visitor" (my sitemap crawler that hits it fastest i must have changed the string from inspyder to firefox so its not being read as a bot now) are showing up

are the redis sessions that volitile that they are closed faster then they can be read as having existed?
soaringeagle
@soaringeagle
02/26/18 08:58:32AM
3,304 posts

minor bug report


Using Jamroom

so why is it showing only 1 for everything
i click view bots and see none my sitemap crwler at least should show as a bot
also when i try reset keys from server browser (thinking that might reset sessions and get it to show right) i get an error
soaringeagle
@soaringeagle
02/26/18 08:48:28AM
3,304 posts

minor bug report


Using Jamroom

i realized i didnt have redis sessions on after switching to redis (almost 48 hours ago) all users visitors and bots only say 1
can you use redis sessions on multiple sites now?
soaringeagle
@soaringeagle
02/25/18 01:22:57PM
3,304 posts

minor bug report


Using Jamroom

its actualy reading 0 bots online which i knows impossible (wish dashboard items were draggable to rearrange)
soaringeagle
@soaringeagle
02/25/18 11:59:21AM
3,304 posts

minor bug report


Using Jamroom

shouldnt these numbers be diferent then
counts.jpg counts.jpg - 20KB
soaringeagle
@soaringeagle
02/23/18 05:53:53PM
3,304 posts

minor bug report


Using Jamroom

well theres 3 tiles in dashboard
users
users and visitors
visitors

master admins are included in users, but excluded from users and visitors
and ofcourse would not be counted in visitors
but since they are included in users, shouldnt they be included in users and visitors?
soaringeagle
@soaringeagle
02/23/18 12:58:56PM
3,304 posts

minor bug report


Using Jamroom

it was before enabling redis
it just doesnt seem to include maser admins in the users and visitors
soaringeagle
@soaringeagle
02/21/18 11:22:08AM
3,304 posts

minor bug report


Using Jamroom

realized its not including master admins is all
soaringeagle
@soaringeagle
02/21/18 06:48:49AM
3,304 posts

minor bug report


Using Jamroom

users and visitors online and visitors online are reporting the same number. users and visitors are not including logged users (or, they are being included in visitors)
either way these numbers should not be the same


updated by @soaringeagle: 05/29/18 06:09:28PM
soaringeagle
@soaringeagle
02/20/18 11:07:24AM
3,304 posts

jrcore_cache gets very fragmented (and other db question)


Using Jamroom

just so you know i did have to edit a few files to correct these issues
1755:M 20 Feb 12:42:21.679 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
1755:M 20 Feb 12:42:21.679 # Server started, Redis version 3.2.11
1755:M 20 Feb 12:42:21.679 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
1755:M 20 Feb 12:42:21.679 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
  31