vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Big Board Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=172)
-   -   How Does This Happen? (https://vborg.vbsupport.ru/showthread.php?t=134627)

Pure Dope 12-23-2006 02:22 AM

How Does This Happen?
 
mysql> show status like 'max%';
+----------------------+-------+
| Variable_name | Value |
+----------------------+-------+
| Max_used_connections | 47 |
+----------------------+-------+
1 row in set (0.01 sec)

mysql> show status like 'max%';
+----------------------+-------+
| Variable_name | Value |
+----------------------+-------+
| Max_used_connections | 47 |
+----------------------+-------+
1 row in set (0.04 sec)

mysql> show status like 'max%';
+----------------------+-------+
| Variable_name | Value |
+----------------------+-------+
| Max_used_connections | 47 |
+----------------------+-------+
1 row in set (0.05 sec)

mysql> show status like 'max%';
+----------------------+-------+
| Variable_name | Value |
+----------------------+-------+
| Max_used_connections | 47 |
+----------------------+-------+
1 row in set (0.00 sec)

mysql> show status like 'max%';
+----------------------+-------+
| Variable_name | Value |
+----------------------+-------+
| Max_used_connections | 47 |
+----------------------+-------+
1 row in set (0.03 sec)

mysql> show status like 'max%';
+----------------------+-------+
| Variable_name | Value |
+----------------------+-------+
| Max_used_connections | 257 |
+----------------------+-------+
1 row in set (0.18 sec)

i would check periodically....and i had about 150 users on and 47 connections....now i set my limit in vb to 250. its set to 500 in my my.cnf.

when i exceed the vb limit...it slows thew board to a crawl...and i can barely get my commands into putty.

how the heck did it goto 250+ all of a sudden!??! thats crazy....help.

orban 12-23-2006 09:54 AM

Have you enabled the slow query log?

You might get a few queries stuck and then everything queues up-the log can help you figure out what's wrong.

jason|xoxide 12-28-2006 05:47 PM

The only thing that I've seen that can do that is the boolean full-text search. The only solutions are to either turn it off or to get a slave DB server.


All times are GMT. The time now is 05:53 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.01082 seconds
  • Memory Usage 1,708KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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