how to check CPU performance in linux
my linux server is running slow more than ever, i like to know which application is hogging all the cpu out of my server
how, to, check, cpu, performance, in, linux


Sat Apr 03, 2010 3:53 pm - how to check CPU performance in linux
#3338
how to check CPU performance in linux
author: Militair
Leave Your Comments
name
comments
Share
Share this post by copy and paste this URL and put it on your forums or use it on your profile like myspace, friendster, Facebook, Twitter or others and add in with your comments.
URL Link: ask
Use this HTML code to embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed: ask
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on with Posts and Replies on your forums
BBCODE: ask
| More
Sat Apr 03, 2010 3:56 pm - Re: how to check CPU performance in linux
#3702
hostman
you the top command

running the top command will display processes ranked by CPU usage

top gives you a dynamic real time report of current running services on your system. it can show system summary infromation and a list of tasks currently being managed by the kernel. use the R option to rost the porcess by cpu like this

#top -R
Sat Apr 03, 2010 3:56 pm - Re: how to check CPU performance in linux
#3703
alfredo
name
top - display linux tasks

synopsis
top -hv | -bchiss -d delay -n iterations -p pid [, pid ...]

the traditional switches â-â and whitespace are optional.

description
the top program provides a dynamic real-time view of a running sys-
tem. it can display system summary information as well as a list of
tasks currently being managed by the linux kernel. the types of
system summary information shown and the types, order and size of
information displayed for tasks are all user configurable and that
configuration can be made persistent across restarts.

the program provides a limited interactive interface for process
manipulation as well as a much more extensive interface for personal
configuration -- encompassing every aspect of its operation. and
while top is referred to throughout this document, you are free to
name the program anything you wish. that new name