free space for load servers


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers free space for load servers
# 1  
Old 01-18-2007
Java 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
# 2  
Old 01-18-2007
What is your definition of a "load server"?

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

Cheers
ZB
# 3  
Old 01-18-2007
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.
# 4  
Old 01-18-2007
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.
# 5  
Old 01-18-2007
vmstat, top, netstat for example
# 6  
Old 01-19-2007
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 04:49 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. SuSE

Load Balancing 2 web servers after removing the ACE

We have 2 internal web servers that are being load balanced round robin by an ACE. The ACE is going away and will not be replaced with an appliance. My boss would like to have the 2 internal web servers receive the http requests and decide between them which will actually handle the request in... (2 Replies)
Discussion started by: dvbell
2 Replies

2. Fedora

Need to incrwase PHYSICAL VOLUME space on hard drive with free space on it

Hi, I run Fedora 17. I created a physical volume of 30GB on a disk with 60GB of space so there is 30GB of free space. On the physical volume, I created my volume group and logical volumes. I assigned all the space in the physical volume to my volume group. I need to add the 30GB of free space... (1 Reply)
Discussion started by: mojoman
1 Replies

3. Solaris

No space left on device but free space and inodes are available...

hi guys, me again ;) i recently opened a thread about physical to zone migration. My zone is mounted over a "bigger" LUN (500GB) and step is now to move the old files, from the physical server, to my zone. We are talking about 22mio of files. i used rsync to do that and every time at... (8 Replies)
Discussion started by: beta17
8 Replies

4. Shell Programming and Scripting

Calculate total space, total used space and total free space in filesystem names matching keyword

Good afternoon! Im new at scripting and Im trying to write a script to calculate total space, total used space and total free space in filesystem names matching a keyword (in this one we will use keyword virginia). Please dont be mean or harsh, like I said Im new and trying my best. Scripting... (4 Replies)
Discussion started by: bigben1220
4 Replies

5. UNIX for Dummies Questions & Answers

free space, used space in ftp

Is possible to see how much available space there is on a ftp server and how much is used through ftp ? how ? free space: used space: thanks (1 Reply)
Discussion started by: aneuryzma
1 Replies

6. UNIX for Advanced & Expert Users

Free virtual Servers on Internet

Hi, Are there any free websites providing access (putty or equivalent to run basic commands) to HP-UX OS servers? Please advise. Thanks Prvn (2 Replies)
Discussion started by: prvnrk
2 Replies

7. Cybersecurity

linux prog for server space, load etc

Hi all what are the ways by which we can know and generate a report of the space remaining, memory(ram) used and the load on the server over a period of time. (1 Reply)
Discussion started by: arlan
1 Replies

8. UNIX for Advanced & Expert Users

How can I use DNS Server to Load Balancing my Web Servers ??

Anyone can give me some idea about DNS Server Configuration that I want to load balancing my Web Servers . (1 Reply)
Discussion started by: ottobian
1 Replies
Login or Register to Ask a Question