Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: IO Spikes
PostPosted: Mon Oct 22, 2012 4:27 pm 
Offline
Newbie

Joined: Thu Sep 23, 2010 2:10 pm
Posts: 4
Hello:

I'm not a server guy per say and not overly technical but I'm getting IO spikes. Some aren't to bad and some are worse then others. My notification goes off if it goes over 1000 IO ops/sec.

My server has 1.5 GIG of RAM, 60GB of space and my swap is at the default of 512MB.

The techs here at Linode directed me to the knowledge base about changing the mySQL settings and the apache settings which I've done a while back.

I have no idea what else I can try if anything to cure these spikes that go over the 1000 point.

If anyone out there can help it would be very much appreciated.


Top
   
 Post subject: Re: IO Spikes
PostPosted: Mon Oct 22, 2012 5:40 pm 
Offline
Newbie

Joined: Thu Sep 23, 2010 2:10 pm
Posts: 4
This is the config in the apache2.conf file

<IfModule mpm_prefork_module>
StartServers 1
MinSpareServers 3
MaxSpareServers 6
ServerLimit 24
MaxClients 24
MaxRequestsPerChild 3000
</IfModule>

<IfModule mpm_worker_module>
StartServers 1
MinSpareThreads 25
MaxSpareThreads 75
ThreadLimit 64
ThreadsPerChild 25
MaxClients 24
MaxRequestsPerChild 3000
</IfModule>

<IfModule mpm_event_module>
StartServers 1
MaxClients 24
MinSpareThreads 25
MaxSpareThreads 75
ThreadLimit 64
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>

This is the config in the my.cnf file

key_buffer = 16k
max_allowed_packet = 1M
thread_stack = 64K
table_cache = 4
sort_buffer = 64K
net_buffer_length = 2K
thread_cache_size = 8

myisam-recover = BACKUP
#max_connections = 100
#table_cache = 64
#thread_concurrency = 10

query_cache_limit = 1M
query_cache_size = 16M


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group