Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Disk I/O rate?
PostPosted: Thu Dec 11, 2008 9:40 pm 
Offline
Junior Member

Joined: Tue Dec 02, 2008 8:24 pm
Posts: 22
Website: http://www.iheartlinux.com
Location: Pennsylvania
What is an average for everyone?

_________________
Image


Top
   
 Post subject:
PostPosted: Thu Dec 11, 2008 11:34 pm 
Offline
Senior Newbie

Joined: Sun May 18, 2008 8:52 am
Posts: 17
Website: http://www.arie-online.net
Yahoo Messenger: arie_wijayanto
Location: Indonesia - Bogor
based on graph in daskboard, mine hovering around 200-300


Top
   
 Post subject:
PostPosted: Fri Dec 12, 2008 2:54 am 
Offline
Junior Member

Joined: Wed May 21, 2008 5:34 am
Posts: 46
Website: http://www.eve-razor.com/forum
Location: Austin, Tx
Average of 1.1k with a high of 3.9k

Webserver/Jabber/Teamspeak


Top
   
 Post subject:
PostPosted: Fri Dec 12, 2008 10:30 am 
Offline
Senior Member

Joined: Thu Apr 03, 2008 12:02 am
Posts: 103
AOL: derole
avg in the high 60s, peak of about 1000

webserver, svn, a few other apps, nothing IO bound


Last edited by oliver on Tue Dec 16, 2008 12:38 pm, edited 1 time in total.

Top
   
 Post subject: Dictionary
PostPosted: Tue Dec 16, 2008 7:47 am 
Offline
Senior Newbie

Joined: Thu Jul 17, 2008 7:54 am
Posts: 7
max: ~780
avg: ~100


Top
   
 Post subject:
PostPosted: Tue Dec 16, 2008 12:23 pm 
Offline
Junior Member

Joined: Fri Aug 29, 2008 10:43 pm
Posts: 32
Website: http://digitaldeviation.com
Location: Ohio
Average of 162, peak of 1441.

I'm not real sure what it should be under though. I know the default alerts are 300.

_________________
Digital Deviation - http://digitaldeviation.com


Top
   
 Post subject:
PostPosted: Tue Dec 16, 2008 12:47 pm 
Offline
Junior Member
User avatar

Joined: Wed Mar 19, 2008 10:34 pm
Posts: 32
Website: http://www.claws-and-paws.com/
WLM: doug.muth@gmail.com
Yahoo Messenger: dmuthathome
AOL: Dmuth+At+Home
Location: Ardmore, PA
Over the last week, my max is 7k blocks/sec and my average is 71 blocks/sec.

I run a Drupal-powered website and discussion forums, and the max is when my crontabs run in the early hours of the morning. Otherwise, the regular disk load is very low.

(note that a large MySQL disk cache helps to drastically cut down the amount of disk accesses. You should ideally have enough RAM to keep frequently accessed tables entirely in memory)

-- Doug


Top
   
 Post subject:
PostPosted: Mon Dec 22, 2008 9:24 pm 
Offline
Senior Newbie

Joined: Wed Dec 10, 2008 9:56 am
Posts: 8
Disk IO:
Max: 1426
Avg: 21
Last: 7

(5 small php sites, 3 mysql databases, ubuntu 8.10)


Top
   
 Post subject:
PostPosted: Mon Dec 22, 2008 9:49 pm 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
max: 880
avg: 110

lighttpd + small-to-mid-sized php forum + mysql with lots of memory

Having a PHP cache, such as APC, eAccelerator, or XCache, helps cut your disk I/O by a significant margin. Especially if your blog or forum software is made up of hundreds of little PHP files. And of course, less disk I/O = faster page load.


Top
   
 Post subject:
PostPosted: Wed Sep 30, 2009 9:26 am 
Offline
Junior Member
User avatar

Joined: Thu Sep 03, 2009 10:47 pm
Posts: 35
Website: http://www.kavoir.com/
Linode 360: 118 max, 30 avg.

How much more sites can I put in this box?

_________________
I have a passion for building websites. I love Usable Databases.


Top
   
 Post subject:
PostPosted: Wed Sep 30, 2009 10:16 am 
Offline
Senior Member

Joined: Mon Oct 27, 2008 10:24 am
Posts: 173
Website: http://www.worshiproot.com
I'd say you could put purple more sites on your Linode.

Seriously though... disk i/o is only one variable (and not a terribly important one). It's impossible to tell you how many more sites you can add without knowing how much of all your other resources you're consuming, how well your system is tuned, what the other sites would be like... etc...

~JW


Top
   
 Post subject:
PostPosted: Wed Sep 30, 2009 11:09 am 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
Average of 13.6 handling about a million pageviews per month (driven by Lighttpd/PHP/MySQL)


Top
   
 Post subject:
PostPosted: Wed Sep 30, 2009 10:29 pm 
Offline
Junior Member
User avatar

Joined: Thu Sep 03, 2009 10:47 pm
Posts: 35
Website: http://www.kavoir.com/
@JshWright: thanks, that's what I think too. My CPU is constantly idle at 99% by 'top', RAM constantly 60MB free by 'free -m' and SWAP constantly 0MB by 'free -m'. So does this mean I can put more sites into my box?

@Guspaz: Wow, I suppose it's all content pages with little logics in PHP? Didn't know Lighttpd can make that much a difference. I may use it instead of Apache but what kind of compromises it comes with in favor of performance? And how about Litespeed? Nginx?

_________________
I have a passion for building websites. I love Usable Databases.


Top
   
 Post subject:
PostPosted: Thu Oct 01, 2009 2:11 am 
Offline
Junior Member

Joined: Tue Jan 01, 2008 4:28 am
Posts: 32
Guspaz wrote:
Average of 13.6 handling about a million pageviews per month (driven by Lighttpd/PHP/MySQL)


Damn. It makes me feel bad. 3 million page views/month and I am already doing average 250 IO.

(Need to tune MySQL access with memcached... Or maybe I will just spend a bit more on a bigger plan.)


Top
   
 Post subject:
PostPosted: Thu Oct 01, 2009 4:26 am 
Offline
Junior Member
User avatar

Joined: Thu Sep 03, 2009 10:47 pm
Posts: 35
Website: http://www.kavoir.com/
scotty wrote:
Guspaz wrote:
Average of 13.6 handling about a million pageviews per month (driven by Lighttpd/PHP/MySQL)


Damn. It makes me feel bad. 3 million page views/month and I am already doing average 250 IO.

(Need to tune MySQL access with memcached... Or maybe I will just spend a bit more on a bigger plan.)


3m monthly page views on what plan? 360?

Isn't memcached for distributed applications?

_________________
I have a passion for building websites. I love Usable Databases.


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


Who is online

Users browsing this forum: No registered users and 0 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