![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| 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 !! |
|
|
||||
| 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 |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
|||
|
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. |
|
||||
|
I recenlty used this :
Code:
vmstat -n 300 > /tmp/vmstat-log 2>&1 & 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. |
||||
| Google UNIX.COM |
| Tags |
| linux, load average, performance |
| Thread Tools | |
| Display Modes | |
|
|