server/client performance


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications server/client performance
# 1  
Old 05-27-2008
server/client performance

Ello group,

I have general question about how the performance of server/client should be?
My server is able to answer about 650times per second. Is it good performance?
the apache on the same machine makes 1600/sec BUT there is nine instances of httpd daemon what makes 180/ sec /instance.
of course I realize that such answer depends on source code implementation but as I said it is general question so please send general answer. suppose that we are talking about as simple implementation as it is possible.

how much answers per second server should perform on machine with 'AMD Athlon(tm) XP 2600+' processor?

tj

ps. if someone would like to see source code of course I'll share with forum.
# 2  
Old 05-28-2008
You correctly noticed that "depends on source code implementation" - I'd add - it depends on what exactly the server does, and which language. 1000 responses per second is generally good. I think you have reach the point of making "Capacity Planning" - depending on the needs you should modify the software, based on the hardware, e.g. In implementation / variant 1 the server should return 500 responses per second; in variant 2, when setting X is adjusted server should return 1000 responses per second, all measured on the same hardware. If you need performance improvement, consider improving the code, benchmark and then modify if needed. There are various ways to measure performance.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Server performance

Hi Guys, I am running Oracle database on RHEL 2.6.18-164.el5, now I want to check and make sure that my server is performing optimally. I check top: top - 09:45:03 up 2 days, 15:22, 3 users, load average: 2.57, 2.85, 2.77 Tasks: 433 total, 3 running, 430 sleeping, 0 stopped, 0... (1 Reply)
Discussion started by: Phuti
1 Replies

2. Shell Programming and Scripting

Sftp script for dev server to client server

hi, i am new to unix, cuold u send some sftp acripts to send files to dev server to clint server, (1 Reply)
Discussion started by: Koti.annam
1 Replies

3. UNIX for Advanced & Expert Users

Performance of a server

Hi, how can we define performance of a server (Windows or Unix or Linux) ? If processes waiting for CPU (on queue) are usually more than 3 or 5 can we conclude that CPU is not enough for that usage ? Thank you. (1 Reply)
Discussion started by: big123456
1 Replies

4. Solaris

Server performance bottleneck

hi all, My server box is slow running. I have provide some statistics below: Where is the bottleneck on the server? I guess the bottleneck is disk I/O? bash-3.00# prstat -Z PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP 29206 mobi1 334M 264M sleep ... (8 Replies)
Discussion started by: buyantugs
8 Replies

5. Infrastructure Monitoring

99% performance wa, slow server.

There is a big problem with the server (VPS based on OpenVZ, CentOS 5, 3GB RAM). The problem is the following. The first 15-20 minutes after starting the server is operating normally, the load average is less than or about 1.0, but then begins to increase sharply% wa, then hovers around 95-99%.... (2 Replies)
Discussion started by: draiphod
2 Replies

6. Solaris

Server performance

Hi, Please advice .. if server is slowness then what are the steps i have to follow... Thanks, Mani (5 Replies)
Discussion started by: Mani_apr08
5 Replies

7. Windows & DOS: Issues & Discussions

Office server => laptop =>client server ...a lengthy and laborious ftp procedure

Hi All, I need your expertise in finding a way to solve my problem.Please excuse if this is not the right forum to ask this question and guide me to the correct forum,if possible. I am a DBA and on a daily basis i have to ftp huge dump files from my company server to my laptop and then... (3 Replies)
Discussion started by: kunwar
3 Replies

8. 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

9. Solaris

Server performance

Hi, i would like to ask if it is possible to get the server load on a solaris machine, but i don't want something like uptime (load average), iostat and vmstat. I would like to get something in percentage like CPU load in %, Disk usage in %, Ram usage in %. I want to collect this data and to... (3 Replies)
Discussion started by: tafil
3 Replies

10. HP-UX

server performance..

Hi, would like to know the server status from the following 'top' out put. Because, the application is giving a bad performance. would like to know whether the load is within the acceptable limit. Murali... System: shpu28 Tue Feb 3 10:03:31... (4 Replies)
Discussion started by: manduva
4 Replies
Login or Register to Ask a Question