The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Help Required: Command to find IP address and command executed of a user loggedout Security 2 08-06-2008 09:12 PM
how to? launch command with string of command line options TinCanFury Shell Programming and Scripting 5 04-28-2008 07:06 PM
inconsistent ls command display at the command prompt & running as a cron job rajranibl SuSE 5 07-30-2007 09:26 AM
How to use more than one MPE command STREAM with Unix command in a single shell? bosskr HP-UX 1 10-16-2006 05:16 PM
How to use more than one MPE command STREAM with Unix command in a single shell? bosskr Shell Programming and Scripting 0 09-19-2006 10:44 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 03-23-2007
Georgesaa Georgesaa is offline
Registered User
  
 

Join Date: Mar 2007
Posts: 9
Top command

Hey,
Using one single line of command i am trying to show the CPU usage for 4 processors and then filter it out and write it to a text file. Everything seams ok except that i am not able to switch from having the top command show me all CPU processes seperate opposed to showing me the average of all 4.
I know once i go into top, i can toggle that option by hitting the '1' key. However, i would like to have one command that does this.

I've looked into different configurations files as well but no luck. Any ideas or help would be appreciated. Thanck You

Georges A A

EX:

top -n 1 | cat | head -6 | tail -3 | tr -cs 'a-z',.,'0-9' '\n' | sed '1,8d' | sed '2,8d' | sed '3,9d'> /output.txt

This commmand will get and filter the CPU process and write it to a text file. However, this is only displaying the average of all 4.
  #2 (permalink)  
Old 03-23-2007
ennstate ennstate is offline
Registered User
  
 

Join Date: Mar 2007
Location: Chennai
Posts: 222
prstat on Solaris

In case you have Solaris installation, you may use prstat

#Prints the cpu usage in sorted order
HTML Code:
 prstat -s cpu  
#Prints top 10 processes and also provides the statistics per user
HTML Code:
prstat -a -s cpu 
Thanks,
Nagarajan Ganesan.
  #3 (permalink)  
Old 03-23-2007
Georgesaa Georgesaa is offline
Registered User
  
 

Join Date: Mar 2007
Posts: 9
Unfortunately Not, i'm using RedHat
  #4 (permalink)  
Old 03-23-2007
Deal_NoDeal Deal_NoDeal is offline
Registered User
  
 

Join Date: Feb 2007
Location: Boston, MA
Posts: 64
Quote:
Originally Posted by Georgesaa
Hey,
Using one single line of command i am trying to show the CPU usage for 4 processors and then filter it out and write it to a text file. Everything seams ok except that i am not able to switch from having the top command show me all CPU processes seperate opposed to showing me the average of all 4.
I know once i go into top, i can toggle that option by hitting the '1' key. However, i would like to have one command that does this.

I've looked into different configurations files as well but no luck. Any ideas or help would be appreciated. Thanck You

Georges A A

EX:

top -n 1 | cat | head -6 | tail -3 | tr -cs 'a-z',.,'0-9' '\n' | sed '1,8d' | sed '2,8d' | sed '3,9d'> /output.txt

This commmand will get and filter the CPU process and write it to a text file. However, this is only displaying the average of all 4.
What do you get when you replace "top -n 1" with just "top" ?
  #5 (permalink)  
Old 03-26-2007
Georgesaa Georgesaa is offline
Registered User
  
 

Join Date: Mar 2007
Posts: 9
-n 1 will only produce one iteration.
  #6 (permalink)  
Old 03-26-2007
Sowser Sowser is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 90
try this.

I think this will work for you.

Use the echo command. here is an example.

echo | top -n 1

But keep in mind, the first iteration, similar to prstat and iostat, is usually junk data and not quite information until you hit the second iteration. But the above will do what you want.

Just as an fyi, it is also helpful in scripting, especially commands that wait for input like format and top and any of the xxstat commands.

echo | format

-S
  #7 (permalink)  
Old 03-26-2007
Sowser Sowser is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 90
forgot

i forgot a small piece of this.

To pump the output to file.

echo | top -n 1 > /tmp/somestats.txt

or

echo | format > /tmp/diskinfo.txt

to pump the output to file.

-S
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 09:56 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0