The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Need help in wrting Load Script for a Load-Resume type of load. ankitgupta Shell Programming and Scripting 1 11-09-2006 08:46 PM
linux prog for server space, load etc arlan Security 1 07-28-2005 09:44 AM
Device Free Space jorge.ferreira UNIX for Dummies Questions & Answers 1 12-12-2003 07:17 AM
How can I use DNS Server to Load Balancing my Web Servers ?? ottobian UNIX for Advanced & Expert Users 1 09-01-2001 10:11 AM

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-18-2007
Registered User
 

Join Date: Dec 2006
Posts: 105
Post free space for load servers

Hi,

How do we check the free space for load servers?Is there any 'df'
command available for this?Your help is appreciated.

With Regards
Dileep
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 01-18-2007
zazzybob's Avatar
Registered Geek
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
What is your definition of a "load server"?

Are you talking about load averages, or disk space utilisation? Please clarify your request.

Cheers
ZB
Reply With Quote
  #3 (permalink)  
Old 01-18-2007
sysgate's Avatar
Unix based
 

Join Date: Nov 2006
Location: /root
Posts: 1,108
piece more :
load average with : "uptime"
Code:
15:32:59 up 7 days,  4:53,  0 users,  load average: 0.51, 0.52, 0.45
df -h or df -m ( AIX ) to check the space, or "fdisk -l" or "df -sch" for the current folder, etc. There are many options, as zazzybob pointed out - please clarify.
Reply With Quote
  #4 (permalink)  
Old 01-18-2007
Registered User
 

Join Date: Dec 2006
Posts: 105
By the term loadserver i meant a suse linux server using bash shell purposefully for running the cron,and holding backups resulting from the process done by web-interface and database.

I am facing some capacity problems in my server.So i am doing a debug on the same.For this i need the capacity allowted for a specific application in the load server.

'df' was not helping me in the right sense.
Reply With Quote
  #5 (permalink)  
Old 01-18-2007
Registered User
 

Join Date: Nov 2006
Location: Austria/Vienna
Posts: 204
vmstat, top, netstat for example
Reply With Quote
  #6 (permalink)  
Old 01-18-2007
sysgate's Avatar
Unix based
 

Join Date: Nov 2006
Location: /root
Posts: 1,108
I recenlty used this :
Code:
vmstat -n 300 > /tmp/vmstat-log 2>&1 &
It will collect vmstat with 200 seconds interval, thus will be able to see the load on the server for a long period of time. When you decide to see the stats, put the process back in foreground and just cat the file.
Alternatively, you may wish to install "dstat", it will show you some extended system loads.

Last edited by sysgate; 01-19-2007 at 12:49 AM.
Reply With Quote
Google UNIX.COM
Reply

Tags
linux, load average, performance

Thread Tools
Display Modes




All times are GMT -7. The time now is 05:46 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0