Question: NFSSTAT from CLIENT


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Question: NFSSTAT from CLIENT
# 1  
Old 10-31-2005
Question: NFSSTAT from CLIENT

Hi
This is my post and I post here looking for solution to the problem that I am facing. I recently started working on NFS.... so here it goes.

I have a client-server model with IP between them. Since there are multiple clients that accesss the same server and there is no communication between the clients, in the load conditions the server gets overloaded and cannot execute all the request and these start to fail.....

so to avoid this, I am looking to know the CPU load on the server side from the clients... someone told me that i can use NFSSTAT to query this... but I am not able to appreciate how can this be done?

I am using the NFS mount at the clinet side, so the server is mounted and that works fine.

I am looking for some RPC using which I can find how many calls have failed at Server side?? (and how to use that ?)

Can anyone help on this...

your replies will be appreciated...

Thanks !
# 2  
Old 11-02-2005
What OS and version are you using?

See the man page for nfsstat - you should see a -s option for server side info and a -r for RPC.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

NIM : remove nim client info from the client

Hi. I change my client's IP and hostname but I forgot to change anything on the master. How can I redefine or modify my client's resource from my master, or with using smit niminit from my client ? Tks (2 Replies)
Discussion started by: stephnane
2 Replies

2. Programming

question about server client code in C

If I have two files server.c and client.c, how do you demonstate the client reading something from the server? so say i have a server,c and a client.c file in a unix machine (same folder), and i want the client to connect and write something to server (through the internet), then server returns it... (2 Replies)
Discussion started by: omega666
2 Replies

3. Programming

Client/Server Socket Application - Preventing Client from quitting on server crash

Problem - Linux Client/Server Socket Application: Preventing Client from quitting on server crash Hi, I am writing a Linux socket Server and Client using TCP protocol on Ubuntu 9.04 x64. I am having problem trying to implement a scenario where the client should keep running even when the... (2 Replies)
Discussion started by: varun.nagpaal
2 Replies

4. UNIX for Advanced & Expert Users

DHCP client question

hi all, In dhcp client , how to specify no of retiral attempts for getting IP ? man dhclient.conf - has rery timeout but i m looking for attempts Also option nwip.autoretries uint8; - i guess this is for dhcpd server I basically want to expire after the first attempt. Any... (1 Reply)
Discussion started by: ramchan10
1 Replies

5. Programming

client/server compile question

Hi, I have 2 files-->server.c and client.c My server.c takes local ip as saying: *.sin_addr.s_addr=INADDR_ANY; client.c is in the same machine.It has a line like: *.sin_addr.s_addr=inet_addr(argv); I don't know how to compile.I tried ./client 127.0.0.1 It used port 7777 in both client... (2 Replies)
Discussion started by: mlhazan
2 Replies

6. UNIX for Advanced & Expert Users

a question on CIFS on windows client.

Hi, this might be a little off-topic (since it involves windows) 1) I mounted a volume using cifs on windows. That volume has a symbolic link (which was created using a solaris client) Is there anyway to know from my windows client that a particular file is actually a symbolic link ?? 2) The... (1 Reply)
Discussion started by: the_learner
1 Replies

7. Linux

tsm client (basic question)

Hello, i was trying to install tsm client on a linux box(i386) I get asked for a lot of dependent filesets. I dont have the cd? how can i get these?? is there a way to copy these from a server which has it? and how do i check if a server has it? rpm -qa|grep fileset?? pls advice # rpm -ivh... (4 Replies)
Discussion started by: karthikosu
4 Replies

8. Programming

Multihomed Client

Hi, I am writing a socket program at the moment that uses both of the clients network interfaces. The program tries to create two socket connections to the server over a LAN connection and a GPRS connection. I have tried to update the routing table using the route command but that proved... (0 Replies)
Discussion started by: mhynes
0 Replies
Login or Register to Ask a Question