NFS performance stats on Linux

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat NFS performance stats on Linux
# 1  
Old 04-12-2007
NFS performance stats on Linux

Hi everyone,

The last two days I'm researching results of NFS operations on Linux, and I noticed some time difference when read and write.
cat /proc/version :
Code:
Linux version 2.6.9-42.ELsmp (bhcompile@hs20-bc1-1.build.redhat.com) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-2)) #1 SMP Wed Jul 12 23:27:17 EDT 2006

Here's how I'm testing :
Code:
time dd if=/dev/zero of=/opt/home/testfile bs=32k count=16384

- this will create 512M file. When writing operation is being done, the time reports : 14.962secs; when reading time is 7.313secs.
I've used mount options as follows :
Code:
mount -o vers=3 $my-hosts-here -o rsize=8192,wsize=8192

I was wondering if this behaviour is expected, in not, any comments or suggestions how to overcome this will be highly appreciated. Thanks.
# 2  
Old 04-16-2007
Resolved

After small digging and talk over NFS mailing list, I found out that this behavious is expected, and there are some issues with Red Hat and Dell software.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Jumpstart and Linux NFS

A simple question about nfs and jumpstart ,i setup server (all on linux) tftp ok # boot and reach menu grub,and start nfs not ok i did /export/solaris 192.168.0.0/24(ro,no_root_squash,anonuid=0,anongid=0) and on solaris i put config with sysidcfg,profile,etc When solaris boot from net it... (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

2. AIX

Performance stats from AIX 6

Hi, I'm supposed to capture many performance stats on AIX 6 and stuck up with below: Priority queue Disk cache hit% Page out rate Swap out rate Memory queue I see vmstatis helpful for "page out" but not sure how to get the "rate". Could anyone please let me know how to get these... (4 Replies)
Discussion started by: reddyr
4 Replies

3. Red Hat

Performance issue in Linux

IN solaris, for network high-availability we are using IPMP concept, can u tell me in REDHAT LINUX what we are using... also pls share good step to read & understand the that concept... Also performance issue in linux what are step & cmd can u tell me??? (2 Replies)
Discussion started by: tiger09
2 Replies

4. Red Hat

NFS Performance Issue

Hi, I have a conflict. I have 2 servers: the 1st creates an application logs and the 2nd is an empty server. I want to export (read-only) from the 1st server by NFS the directory that contains the logs to the 2nd server. Now, the question is: If in the 2nd server i'm doing a lot of... (3 Replies)
Discussion started by: moshesa
3 Replies

5. UNIX for Advanced & Expert Users

linux stats per core

Does anyone know how to check linux stats per core? (1 Reply)
Discussion started by: cokedude
1 Replies

6. Red Hat

Linux disk performance

I am getting absolutely dreadful iowait stats on my disks when I am trying to install some applications. I have 2 physical disks on which I have created 2 separate logical volume groups and a logical volume in each. I have dumped some stats as below My dual core CPU is not being over utilised... (3 Replies)
Discussion started by: jimthompson
3 Replies

7. Programming

performance of mmap() against NFS

Hi all. I got a performance related problem that bothers me a lot. we have two computer nodes(svr1 & svr2), and svr1 has mysql 4.1.20 installed as well as nfs, and svr2 can mount disk from svr2, so we can make it possible to share files between them... the data files we'll deal with can... (6 Replies)
Discussion started by: blf0
6 Replies

8. Filesystems, Disks and Memory

NFS performance

Hi, In our environment (HP-UX B.11.11) we mainly use NFS v3 resources as the storage solution for our application. It worked fine, however we have recently noticed big I/O performance degradation that affected the application. Is there any command or utility that can help us measure I/O... (2 Replies)
Discussion started by: piooooter
2 Replies

9. News, Links, Events and Announcements

Announcing collectl - new performance linux performance monitor

About 4 years ago I wrote this tool inspired by Rob Urban's collect tool for DEC's Tru64 Unix. What makes this tool as different as collect was in its day is its ability to run at a low overhead and collect tons of stuff. I've expanded the general concept and even include data not available in... (0 Replies)
Discussion started by: MarkSeger
0 Replies
Login or Register to Ask a Question