LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 03-09-2011, 04:54 AM   #1
amartlk
Member
 
Registered: Sep 2010
Location: Nagpur India
Posts: 347

Rep: Reputation: 1
Server Load


hi

i have centos 5.3 64 bit installed on server , server configuration is as -
800 gb H/D, 2GB Ram, processor quadcore AMD opteron 1354 and open souce Application like mantis bug trakers, dotproject,svn etc.
i want to check the current load on server and how much load it can handled , how it is possible
 
Old 03-09-2011, 05:11 AM   #2
Noway2
Senior Member
 
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125

Rep: Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781
Use the 'top' command.
 
Old 03-09-2011, 05:13 AM   #3
mesiol
Member
 
Registered: Nov 2008
Location: Lower Saxony, Germany
Distribution: CentOS, RHEL, Solaris 10, AIX, HP-UX
Posts: 731

Rep: Reputation: 137Reputation: 137
Hi,

the only correct answer will be: "Benchmark your system by running your software as used by your users" all other answers are expectations.

The load handled by your system depends on the use case. No one will be able to give you any exact value without knowing the use case of your system.

If you are only interested in an unix load estimation you can say "a load of 1 per core in the system can be handled".

Current load can be checked using
Code:
uptime
command.
 
Old 03-09-2011, 05:32 AM   #4
amartlk
Member
 
Registered: Sep 2010
Location: Nagpur India
Posts: 347

Original Poster
Rep: Reputation: 1
thanks for reply

now i have 20 users which works ok but probably users will increased may be up to 100 will then it will effect performance as server configuration already mention?
 
Old 03-10-2011, 07:27 AM   #5
mesiol
Member
 
Registered: Nov 2008
Location: Lower Saxony, Germany
Distribution: CentOS, RHEL, Solaris 10, AIX, HP-UX
Posts: 731

Rep: Reputation: 137Reputation: 137
Hi,

what are your actual load values?
 
Old 03-11-2011, 02:38 AM   #6
amartlk
Member
 
Registered: Sep 2010
Location: Nagpur India
Posts: 347

Original Poster
Rep: Reputation: 1
i dont have any load value it will increase and current hardware and s/w are already mention i need to calculate exact load and can it balance that load
 
Old 03-11-2011, 04:56 AM   #7
mesiol
Member
 
Registered: Nov 2008
Location: Lower Saxony, Germany
Distribution: CentOS, RHEL, Solaris 10, AIX, HP-UX
Posts: 731

Rep: Reputation: 137Reputation: 137
Hi,

are you sure that you really know what you really want? If you already have a system where users are working on you could determine the actual load values on the system using tools like
Code:
top
sar
uptime
iostat
vmstat
Did you have used any of these tools? Did you read the man pages?

These tools will provide you with all required information about system load, process information, virtual memory usage and io values to calculate how system usage will increase if number of users will increase.

I strongly recolomend you first to read the man pages for the different tools. After that collect data and learn how to interpret the values collected.

It does not help telling us the hardware and software without providing any use case information.
 
1 members found this post helpful.
Old 03-14-2011, 04:51 AM   #8
amartlk
Member
 
Registered: Sep 2010
Location: Nagpur India
Posts: 347

Original Poster
Rep: Reputation: 1
thanks
will check installed and check the tools
 
Old 03-14-2011, 06:11 AM   #9
amartlk
Member
 
Registered: Sep 2010
Location: Nagpur India
Posts: 347

Original Poster
Rep: Reputation: 1
hi
i installed sysstat package , now able to use command iostat,sar,mpstat but i want to known which values are better in the resp commands pls help,
 
Old 03-15-2011, 05:59 AM   #10
amartlk
Member
 
Registered: Sep 2010
Location: Nagpur India
Posts: 347

Original Poster
Rep: Reputation: 1
pls reply
 
Old 03-15-2011, 07:45 AM   #11
Noway2
Senior Member
 
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125

Rep: Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781
Quote:
pls reply
Ok, how about PLEASE don't bump your thread with text that doesn't contribute to the topic just because you haven't gotten a response in 24 hours.

If you are not getting the response you want, perhaps you need to rephrase and elaborate more on what it is that you want to know. Personally, I have not used the sysstat package. Even so, the question of "which values are better in the resp commands" isn't entirely clear. For starters, what does resp mean? Does it mean in response, respect, respite, responsible? This is why it is important that you spell out your words instead of using text message slang and abbreviations. It is also unclear what you are trying to make a comparison of when you mean better. Please elaborate.
 
Old 03-15-2011, 08:47 AM   #12
co_bofh
LQ Newbie
 
Registered: Mar 2005
Location: Longmont, Co
Distribution: OpenBSD, Solaris, Red Hat, Ubuntu, OS X, HP-UX, Tru64
Posts: 20

Rep: Reputation: 0
You should investigate something like rrdtool in order to help monitor trending of the server. You can use top and the others to see the current performance of the server but without a performance management tool, it's a lot harder to track and identify when a server is starting to be overloaded. Personally I hate being reactive when I can be proactive and alert folks before things get to be problems.

rrdtool isn't the only one of course. I wrote several scripts to capture information and create graphs for my environment using rrdtool. There are other tools that can provide the info out of the box.

Carl
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Server Load pascalfringe Linux - Newbie 1 11-30-2010 02:31 PM
x server will not load StealthZyxel Linux - Laptop and Netbook 11 08-01-2006 02:18 PM
Websites load slow, but once they load, any links inside them load fast smurcoch Mandriva 3 02-06-2006 12:47 AM
Cant load X Server NewToLinuxOS SUSE / openSUSE 1 03-14-2005 11:37 PM
X server won't load in RH 9.0 quijanom Linux - Software 5 08-22-2003 01:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 11:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration