Linux / UNIX Tech Support Forum
This is a discussion on apache performance within the Web servers forums, part of the Mastering Servers category; I have a webserver and all are on load-balancing by Netscaler. some times load increases so much, even a single ...
|
|||||||
| Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Sponsored Links | ||
|
|
|
||||
|
Use top and ps commands
How do I find out Linux CPU utilization? Linux find the memory used by a program / process using pmap command
__________________
Vivek Gite Linux Evangelist |
|
||||
|
To know the top 5 memory consuming process
Code:
ps auxf | sort -nr -k 4 | head -5 Code:
ps auxf | sort -nr -k 3 | head -5
__________________
Vivek Gite Linux Evangelist |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| reading log files (performance issue) | subin | Shell scripting | 1 | 21-05-2008 06:48 PM |
| Optimize Performance of Proxy | zakaferoz | Mail Servers | 0 | 24-01-2008 09:38 AM |
| PHP code performance | zafar466 | Linux software | 1 | 22-04-2007 08:23 PM |
| regarding server performance | lovewdhwa | Linux software | 1 | 21-09-2006 01:42 PM |
| Comparing MySQL Performance | vivek | The Hangout | 0 | 11-02-2005 04:10 PM |