vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Server Load (https://vborg.vbsupport.ru/showthread.php?t=223389)

xm3 09-17-2009 02:21 AM

Server Load
 
Hello, are there any hacks / addons that show the server load on the bottom right hand corner or some corner ? So I do not have to go to ACP to see the load.

James Birkett 09-17-2009 02:44 PM

I'm sure this is accomplishable by turning debug mode on.
To turn debug mode on:
Open includes/config.php
at the bottom, under this code:
PHP Code:

$config['Misc']['maxwidth'] = 2592;
$config['Misc']['maxheight'] = 1944

add under this:
PHP Code:

$config['Misc']['debug'] = true

If you want it to only be enabled for you, and nobody else (I recommend this):
PHP Code:

if($_SERVER['REMOTE_ADDR'] == '{Your IP}')    {
$config['Misc']['debug'] = true

Edit {Your IP} to mimic your IP address.

Itchy Nips 09-17-2009 03:20 PM

doesnt the admincp display the loads on the homepage?

James Birkett 09-17-2009 03:40 PM

Quote:

Originally Posted by xm3 (Post 1886131)
Hello, are there any hacks / addons that show the server load on the bottom right hand corner or some corner ? So I do not have to go to ACP to see the load.

Quote:

Originally Posted by Itchy Nips (Post 1886414)
doesnt the admincp display the loads on the homepage?

He doesn't want to have to go to the admin CP to see it.

snakes1100 09-17-2009 05:12 PM

DO NOT ENABLE DEBUG!

https://vborg.vbsupport.ru/showthread.php?t=140449

James Birkett 09-17-2009 05:18 PM

Didn't know that modification existed, or if it's compatible with his version of vB.

I've constantly got debug enabled for my IP, not had any problems with it. I prefer it.

Lynne 09-17-2009 05:24 PM

I use a modified version of this one - Microstats - load times, server loads, queries, uncached templates

Lynne 09-17-2009 05:24 PM

Quote:

Originally Posted by James Birkett (Post 1886481)
Didn't know that modification existed, or if it's compatible with his version of vB.

I've constantly got debug enabled for my IP, not had any problems with it. I prefer it.

A bit more of a hassle when you have a dynamic IP though. :)

snakes1100 09-17-2009 05:51 PM

Quote:

Originally Posted by James Birkett (Post 1886481)
Didn't know that modification existed, or if it's compatible with his version of vB.

I've constantly got debug enabled for my IP, not had any problems with it. I prefer it.

You could always read the post i linked to, try checking the last few pages.


All times are GMT. The time now is 07:02 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01165 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete