logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
judy at Web2Market  
#1 Posted : Monday, February 21, 2022 10:40:58 AM(UTC)
judy at Web2Market

Rank: Advanced Member

Groups: Developers
Joined: 11/7/2018(UTC)
Posts: 289

Thanks: 21 times
Was thanked: 5 time(s) in 5 post(s)
We work on a site that someone else hosts and about once a week the site goes down and the error has to do with database connections not being available. The site is on a dedicated server and the database is on another dedicated server. I'm suspecting bots hitting the site but don't have a way of watching the traffic to see.
So I've done a query to find duplicate userIds in the ac_PageViews table where the duplicate count is really high.
SELECT userid, COUNT(1) as CNT
FROM ac_PageViews
GROUP BY userid
HAVING COUNT(1) > 20000;

When I check on these users, the user ids are used by various bots- see image below. This particular user had over 46,600 page views. The activity date for the ones listed below are 2/15/22, but the last active date for the user is 1/7/2018.
How can this be?
Thanks
2022-02-21_11-38-06.png (144kb) downloaded 7 time(s).

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

Users browsing this topic
Guest
Similar Topics
Not tracking pageviews for bots (General Questions)
by judy at Web2Market 5/23/2022 8:23:55 AM(UTC)
Not logging bot pageviews (AbleCommerce 9 Feature Requests)
by judy at Web2Market 5/17/2022 6:52:53 AM(UTC)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.