nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Find Out Linux VPS Read Write Latency

This is a discussion on Find Out Linux VPS Read Write Latency within the Linux hardware forums, part of the Linux Getting Started category; Hello users, I need to know, how to check read and write latency of disk on Linux VPS...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux hardware

Linux answers from nixCraft.


Linux hardware Discussion about Linux hardware related problems.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 19-05-2009, 11:37 AM
kasimani's Avatar
Senior Member
User
 
Join Date: Jul 2006
Location: India, Delhi
OS: CentOS, RedHat, Fedora, Ubuntu
Posts: 151
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 4
kasimani is on a distinguished road
Send a message via Yahoo to kasimani
Default Find Out Linux VPS Read Write Latency

Hello users,

I need to know, how to check read and write latency of disk on Linux VPS
Reply With Quote
  #2 (permalink)  
Old 19-05-2009, 10:03 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Use iostat command.
Code:
iostat -d -x 5 3
  1. How do I find out Linux Disk utilization?
Another option is to turn on system accounting and use sar command - How do I Find Out Linux CPU Utilization?

What kind of VPS do you use? Is it XEN or VMWARE? Some VPS may provide other tools to get more info.. let me know.
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #3 (permalink)  
Old 19-05-2009, 11:19 PM
kasimani's Avatar
Senior Member
User
 
Join Date: Jul 2006
Location: India, Delhi
OS: CentOS, RedHat, Fedora, Ubuntu
Posts: 151
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 4
kasimani is on a distinguished road
Send a message via Yahoo to kasimani
Default

For virtualization we are using vmware esx. Blade are intel based.

I saw difference in two server

1: a raw server normal one, that is having 4 GB RAM and 4 CPUs Quad Core.
2: virtual server and configuration is same as above one.


When i install any thing on 1st one, it do very fast as compare of Virtual. Is virtualization has some performace impact (lower) as compare with raw server?

Regards
manish singh
Reply With Quote
  #4 (permalink)  
Old 19-05-2009, 11:37 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Virtualization adds extra layer, so you will see some differences. Also, virtualization disk performance depends upon local RAID array. It is better to use high performance SAN (if possible).
Hardware RAID 10 with 15k SCSI disk will give best performance for RAID.
SAN 1Gbps network storage give good performance.

However, tuning disk subsystem performance is critical. What kind of storage do you use? Did you tuned your storage and server? A few tips:

  • Increased the VMFS3 max heap size (KB # 1004424).
  • See if you can changed the storage processor’s cache (if you are using FC storage).
  • Try to increase the guest queue length.

See http://www.vmware.com/pdf/vi_performance_tuning.pdf
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #5 (permalink)  
Old 20-05-2009, 11:30 AM
kasimani's Avatar
Senior Member
User
 
Join Date: Jul 2006
Location: India, Delhi
OS: CentOS, RedHat, Fedora, Ubuntu
Posts: 151
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 4
kasimani is on a distinguished road
Send a message via Yahoo to kasimani
Default

we are using inbuilt Storage, It's a intel based blade server.
Reply With Quote
Reply

Tags
iostat , linux cpu , linux disk , sar , vmware , vmware disk i/o , vmware disk performace tunning


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Why did linux boot with main file system read only after kernel install? websissy Ubuntu / Debian 6 12-10-2008 07:21 PM
Read one integer from a file, cannot find info beginer Shell scripting 1 13-05-2008 05:44 PM
Linux Find Out RAM CAS Latency Command andrei048 Linux hardware 1 04-01-2008 10:56 AM
linux commands write protect attributes Linux software 0 17-01-2006 04:52 PM
Debian recovery mode read only access make it write access Donavit Linux software 1 30-12-2005 12:49 AM


All times are GMT +5.5. The time now is 07:13 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38