The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBusy: Last minute session stats analyzer for admins Details »» | |||||||||||||||||||||||||||
vBusy: Last minute session stats analyzer for admins
Developer Last Online: Nov 2023
There's also a vB 3.5 version: https://vborg.vbsupport.ru/showthrea...threadid=82788
What this hack does: This hack will allow you to have a quick glance at what's going on in the forum, based on the session table. The session table contains short-term information, that can be useful in finding out if things are more busy than usual. This idea come from this thread: How to view the busiest threads? You will have the option to view the bussiest threads, or all activities, in the last 1, 5 or 10 minutes. You can enter addiitonal minute values in the URL. Features: Lists is descending order busiets/most active:
Per minute chart of sessions table activities. Installation: : Just copy the file vbusy.php into your admincp directory. Optional: If you want to have it integrated in the admin panel menu, just do this simple edit: In ./admincp/index.php: Find: PHP Code:
PHP Code:
Show Your Support
|
Comments |
#12
|
|||
|
|||
I think I'll add a few more goodies. One thing that might pinpoint spikes is a one-minute chart, link for each minute to isolate what was going on. Also stats for most active hosts, scripts, spiders... stay tuned
Wa'il |
#13
|
||||
|
||||
What would be nice is to see query specs like whats the most run right now ect ect to troubleshoot even the queries being used.
|
#14
|
||||
|
||||
You say to add:
PHP Code:
PHP Code:
|
#15
|
|||
|
|||
Quote:
|
#16
|
||||
|
||||
The most useful thing would be to see where the majority of people are coming from. Within the thread with the most views, show the referers by their frequency.
|
#17
|
|||
|
|||
Quote:
The best thing to do, IMHO, is that once you identify the time when the spike occured, is to look at the server logs for that time period (you will have the exact time down to the second), and just look at the "referrer" tag in the apache log. If you still want the referrer though, I can send you to required steps by PM, to avoid having others here do the database updates if they'd rather not have this feature. Or if there's enough demand, I can list the steps here. |
#18
|
||||
|
||||
Referrers would be useful.
|
#19
|
||||
|
||||
tamarian, the situation which leads to the scenario I am taking about here is a link to a specific thread on your site from another site. (or sometimes if you're lucky, more than one site) when something particularly interesting has caught their attention.
Their referer information*should* in the first instance hold the site containing the link to yours. Perhaps the referer information could only be stored if it's off site. Although having all the referer information would allow us to show the route people take though the site. Something which may be useful in analysing how well presented and usable your site is. However, I don't think any of this fucntionality is worth slowing down the forums significantly. I can't actually analyse our apache logs as they are too big. [Edit:] My moderators have asked if the thread title rather than the thread number could be shown. I agree that this would be most useful. |
#20
|
|||
|
|||
Nice hacks, installed en works like it should.
|
#21
|
||||
|
||||
Quote:
There's an easier option, if you want to know when a specific site is sending referrals to you. You can add a short peice of code in showthread.php, that "if the referral is site xyz.com, then email this address that they've come". This would have the advanatage the information is not lost, and gives you an email alert. It also has the advanatage of no database access, and no added processing, unless the referral you're interested in has dropped by. Quote:
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|