Results 1 to 10 of 10
Hybrid View
-
20th Apr 2011, 06:47 PM #1OPMemberWebsite's:
MastersPoint.comOver Loading in seconds
I installed CentOS on my local server
12 GB RAM core i7
installed vbulletin and have the following problems:
1. When I start the server there are 100s of instert into queries by vbulletin which takes the load to 30 +.
2. named is unstable and keeps crashing every now and then.
3. Any tips to keep vbull stable as its a college project and needs to be on as much as possible (24/7)
I would really appreciate your help!
thanks for everything.
techproTechPro Reviewed by TechPro on . Over Loading in seconds I installed CentOS on my local server 12 GB RAM core i7 installed vbulletin and have the following problems: 1. When I start the server there are 100s of instert into queries by vbulletin which takes the load to 30 +. 2. named is unstable and keeps crashing every now and then. 3. Any tips to keep vbull stable as its a college project and needs to be on as much as possible (24/7) I would really appreciate your help! Rating: 5KWWHunction Lover :D Everyone here is helpful.
-
20th Apr 2011, 06:53 PM #2MemberWebsite's:
NoSeriously.org
-
20th Apr 2011, 06:55 PM #3Member
optimize sql, whats the size of db ?
-
21st Apr 2011, 10:40 AM #4OPMemberWebsite's:
MastersPoint.comDB is that big at all , when I check mysql process list it shows be thread insert into queries taking a lot of load.
any optimizations you guys would recommend?
thanksKWWHunction Lover :D Everyone here is helpful.
-
21st Apr 2011, 02:59 PM #5Respected Member
Try adding this to your my.cnf if it does not exist or changing the value to 1 if it does.
max_write_lock_count = 1
-
21st Apr 2011, 03:05 PM #6BannedWebsite's:
google.comuse cache plugin
-
21st Apr 2011, 03:15 PM #7The Wise OneWebsite's:
twilight.ws ddlrank.comAs far as I remember webmin had/still has a default option to show you the running queries/the time they are running. From there you might be able to locate your issue further.
Also, fresh install and import the members/posts maybe?
-
22nd Apr 2011, 03:59 AM #8OPMemberWebsite's:
MastersPoint.comIf this can help , get me some help from you guys
thanks for the replies!
Code:+--------+--------------+-----------+--------------+---------+------+--------------+------------------------------------------------------------------------------------------------------+ | Id | User | Host | db | Command | Time | State | Info | +--------+--------------+-----------+--------------+---------+------+--------------+------------------------------------------------------------------------------------------------------+ | 280379 | da_admin | localhost | NULL | Query | 0 | NULL | show processlist | | 289081 | warez_forum1 | localhost | warez_forum | Query | 10 | Sending data | SELECT user.*,usertextfield.*,userfield.*, user.userid, options, IF(displaygroupid=0, user.usergr | | 289087 | warez_forum1 | localhost | warez_forum | Query | 10 | Locked | UPDATE vb_user SET lastvisit = lastactivity, lastactivity = 1303444589 WH | | 289094 | warez_forum1 | localhost | warez_forum | Query | 9 | Locked | UPDATE vb_user AS user SET lastpost = 1303444590 WHERE userid = 197726 AND lastpost < 130 | | 289102 | warez_forum1 | localhost | warez_forum | Query | 7 | Sending data | SELECT user.*,usertextfield.*,userfield.*, user.userid, options, IF(displaygroupid=0, user.usergr | | 289104 | warez_forum1 | localhost | warez_forum | Query | 7 | Locked | UPDATE vb_user SET lastactivity = 1303444592 WHERE userid = 340284 | | 289107 | warez_forum1 | localhost | warez_forum | Query | 5 | Locked | UPDATE vb_user SET lastactivity = 1303444593 WHERE userid = 211278 | | 289108 | warez_forum1 | localhost | warez_forum | Query | 6 | Locked | UPDATE vb_user SET lastactivity = 1303444593 WHERE userid = 305049 | | 289112 | warez_forum1 | localhost | warez_forum | Query | 5 | Locked | UPDATE vb_user SET lastactivity = 1303444594 WHERE userid = 360887 | | 289115 | warez_forum1 | localhost | warez_forum | Query | 5 | Locked | UPDATE vb_user SET lastactivity = 1303444594 WHERE userid = 81681 | | 289121 | warez_forum1 | localhost | warez_forum | Query | 2 | Locked | UPDATE vb_user AS user SET lastpost = 1303444595 WHERE userid = 384364 AND lastpost < 130 | | 289122 | warez_forum1 | localhost | warez_forum | Query | 4 | Sending data | SELECT user.*,usertextfield.*,userfield.*, user.userid, options, IF(displaygroupid=0, user.usergr | | 289126 | warez_forum1 | localhost | warez_forum | Query | 3 | Locked | UPDATE vb_user SET lastactivity = 1303444595 WHERE userid = 366928 | | 289129 | warez_forum1 | localhost | warez_forum | Query | 3 | Locked | UPDATE vb_user SET lastactivity = 1303444596 WHERE userid = 212993 | | 289131 | warez_forum1 | localhost | warez_forum | Query | 3 | Locked | UPDATE vb_user SET lastactivity = 1303444596 WHERE userid = 366928 | 289133 | warez_forum1 | localhost | warez_forum | Query | 3 | Locked SET lastactivity = 1303444596 WHERE userid = 376324 | 289138 | warez_forum1 | localhost | warez_forum | Query | 2 | Locked SET lastactivity = 1303444597 WHERE userid = 143178 | 289140 | warez_forum1 | localhost | warez_forum | Query | 2 | Locked SET lastactivity = 1303444597 WHERE userid = 224736 | 289143 | warez_forum1 | localhost | warez_forum | Query | 0 | Locked SET lastactivity = 1303444598 WHERE userid = 172187 | 289154 | warez_forum1 | localhost | warez_forum | Sleep | 0 | | | 289155 | warez_forum1 | localhost | warez_forum | Sleep | 0 | | +--------+--------------+-----------+--------------+---------+------+---------- --------------------+
KWWHunction Lover :D Everyone here is helpful.
-
22nd Apr 2011, 04:14 AM #9OPMemberWebsite's:
MastersPoint.comAnother one under increasing loads:
Code:+------+--------------+-----------+--------------+---------+------+----------------+------------------------------------------------------------------------------------------------------+ | Id | User | Host | db | Command | Time | State | Info | +------+--------------+-----------+--------------+---------+------+----------------+------------------------------------------------------------------------------------------------------+ | 110 | warez_forum1 | localhost | warez_forum | Query | 316 | Locked | UPDATE vb_thread SET firstpostid = 4032224, lastpostid = 4032224 WHERE threadid = 2818629 | | 278 | warez_forum1 | localhost | warez_forum | Query | 315 | Sorting result | SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpost | | 284 | warez_forum1 | localhost | warez_forum | Query | 315 | Sorting result | SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpost | | 307 | warez_forum1 | localhost | warez_forum | Query | 313 | Sorting result | SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpost | | 319 | warez_forum1 | localhost | warez_forum | Query | 309 | Sorting result | SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpost | | 391 | warez_forum1 | localhost | warez_forum | Query | 292 | Sending data | SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpost | | 823 | warez_forum1 | localhost | warez_forum | Query | 202 | Sending data | SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpost | | 907 | warez_forum1 | localhost | warez_forum | Query | 187 | Locked | INSERT INTO vb_thread (prefixid, postusername, postuserid, title, iconid, visible, forumid, datel | | 1217 | warez_forum1 | localhost | warez_forum | Query | 139 | Sorting result | SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpost | | 1263 | warez_forum1 | localhost | warez_forum | Query | 135 | Sending data | SELECT COUNT(*) AS threads, ( SELECT COUNT(*) AS newthread FROM vb_thread AS thread | | 1272 | warez_forum1 | localhost | warez_forum | Query | 134 | Sorting result | SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpost | | 1307 | warez_forum1 | localhost | warez_forum | Query | 130 | Sorting result | SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpost | | 1321 | warez_forum1 | localhost | warez_forum | Query | 129 | Sorting result | SELECT thread.threadid, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpost | | 1340 | warez_forum1 | localhost | warez_forum | Query | 126 | Sending data | SELECT COUNT(*) AS threads, ( SELECT COUNT(*) AS newthread FROM vb_thread AS thread | | 1356 | warez_forum1 | localhost | warez_forum | Query | 124 | Locked | UPDATE vb_thread SET keywords = 'episode, [480p], [720p], kakaru, hashi, hoshizora, taste, cheese | | 1503 | warez_forum1 | localhost | warez_forum | Query | 103 | Sorting result | SELECT threadid, title, prefixid, lastpost, replycount FROM vb_thread AS thread WHERE forumid | | 1787 | warez_forum1 | localhost | warez_forum | Query | 57 | Sending data | SELECT COUNT(*) AS threads, ( SELECT COUNT(*) AS newthread FROM vb_thread AS thread | | 1796 | warez_forum1 | localhost | warez_forum | Query | 55 | Sending data | SELECT COUNT(*) AS threads, ( SELECT COUNT(*) AS newthread FROM vb_thread AS thread | | 1855 | warez_forum1 | localhost | warez_forum | Query | 43 | Locked (prefixid, postusername, postuserid, title, iconid, visible, forumid, d | 1954 | warez_forum1 | localhost | warez_forum | Query | 23 | Sorting res FROM vb_thread AS thread WHERE forumid | | 1956 | warez_forum1 | localhost | warez_forum | Query | 21 | Locked (prefixid, postusername, postuserid, title, iconid, visible, forumid, d | 2045 | warez_forum1 | localhost | warez_forum | Query | 4 | Sending dat ( SELECT COUNT(*) AS newthread FROM vb_thread AS thread | | 2064 | da_admin | localhost | NULL | Query | 0 | NULL | +------+--------------+-----------+--------------+---------+------+------------ --------------------+
KWWHunction Lover :D Everyone here is helpful.
-
22nd Apr 2011, 04:50 PM #10Respected Member
Did you even try what I suggested?
If yes , show us the mysql variable settings as they are now.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
What happens on the Internet every 60 seconds
By Srkfan in forum General DiscussionReplies: 9Last Post: 25th May 2012, 06:51 PM -
Internet @ Every 60 Seconds
By champ_007_bond in forum General DiscussionReplies: 8Last Post: 12th Nov 2011, 07:47 PM -
website Very Slow 3.402 Seconds :(
By ctoveloz in forum Webmaster DiscussionReplies: 5Last Post: 12th Oct 2011, 05:28 PM -
Legality of Samples? (20 Seconds)
By Juo in forum Legal IssuesReplies: 8Last Post: 2nd Jul 2009, 03:08 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...