command topas


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers command topas
# 1  
Old 04-07-2005
Bug command topas

hi, everybody
i have a problem about performane in unix
when i run topas, there 1 form show, there are many parameter about memory,cpu,....
i want to know detail about those
example :
MEMORY
Real,MB 12287
% Comp 25.0
% Noncomp 75.8
% Client 0.5
comp mean ? 25 mean ? 25MB or 25%memory
PAGING SPACE
Size,MB 19392
% Used 0.5
% Free 99.4
can anyone answer my question? thanks alot.
# 2  
Old 04-07-2005
It would help greatly if you were to tell us what version of unix you are running.

Also, you might want to run a few command to tell you what your starting point is for each of these. Like how much total memory and swap you have, how fast are your cpus, how many cpus, etc...

Telling us the flavor of Unix will help greatly....and the OS version.
# 3  
Old 04-08-2005
thanks for your answering
VERSION AIX 5L
can you explain parameter in topas
such as memory, paging space, paging, events/queues...
thanks.
# 4  
Old 04-09-2005
The topas man page seems to have the answers.
# 5  
Old 04-09-2005
i know that, type man topas, there are many explaination about performance, but i dont't understand abount memory
for example
MEMORY
Real,MB 16383
% Comp 36.2
% Noncomp 58.9
% Client 59.1

total memory=100%?
% Comp + % Noncomp +% Client >100%
can you explaint that?
# 6  
Old 04-09-2005
I don't use aix, but looking at the man page my expectation would be
comp + non-comp <= 100
Some of either can be client.
# 7  
Old 03-03-2009
this post is old !
paging space of this server was low : 0.5%
comp / noncomp is not interesting value for now. 25% / 75%
client memory used is low 0.5%
Probably CPU, disk, FS, network or something else was the probleme.
this topic should be deleted.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

To get only the cpu info from the topas command terminal

To get only the cpu info from the topas command terminal. CPU User% Kern% Wait% Idle% Physc Entc ALL 2.3 4.4 0.0 93.3 0.07 7.7 I tried some thing like this but did not work topas << done grep "ALL" q done Can someone help me in this. (5 Replies)
Discussion started by: rpm120
5 Replies

2. AIX

Need to grep two lines from the topas command through a Korn Script

I need to grep two lines from topas command in one of my AIX server. Topas Monitor for host: semas001 EVENTS/QUEUES FILE/TTY Wed Jan 29 10:12:06 2014 Interval: 2 Cswitch 764 Readch 4473.1K Syscall 5166 ... (4 Replies)
Discussion started by: rpm120
4 Replies

3. AIX

Alternative command for topas

hi, I need alternative command for topas to check cpu %, i tried with ps but their is lot of diffference between the outputs of two commands... Thanks (3 Replies)
Discussion started by: sumanthupar
3 Replies

4. AIX

Need help on topas command

Hi, how to grep data from topas command...for example i have to grep owner from topas command Thanks (2 Replies)
Discussion started by: sumanthupar
2 Replies

5. AIX

Record topas command output

How to record output of below command in a text file. topas -P or is there any other command which will do the same thing in AIX. I would like to get a report something similar to below commands. top -b prstat -c (5 Replies)
Discussion started by: NarayanaPrakash
5 Replies

6. Shell Programming and Scripting

Help with topas command

How do i display only one iteration of topas command. Ideally i would topas -P to show only one instance rather than keep on running. is there any swicth? (1 Reply)
Discussion started by: NarayanaPrakash
1 Replies

7. UNIX for Dummies Questions & Answers

TOPAS command in Unix

Hi, I am able to see the output of TOP command in my unix server whereas i could not see for TOPAS $ topas nologin: topas: not found May i know what is topas in unix and how to resolve this? Thanks (3 Replies)
Discussion started by: Maddy123
3 Replies

8. UNIX for Dummies Questions & Answers

Help with TOPAS command

I used the TOPAS command to get top 20 process information by routing the output to a file. But the output is not very readable. can ayone explain how to read the output, or how to interpret the information? Thanks! (3 Replies)
Discussion started by: ginnyr1
3 Replies

9. AIX

Top command in AIX 4.2 (no topas, no nmon, no top)?

Is there a 'top' command equivalent in AIX 4.2 ? I already checked and I do not see the following ones anywhere: top nmon topas (1 Reply)
Discussion started by: Browser_ice
1 Replies

10. UNIX for Advanced & Expert Users

How to schedule "topas" command in crontab

Hi, Grateful if you could advise how to schedule the AIX "topas" command in crontab? Below script works fine at shell prompt. But it does not run via crontab at an AIX Server. Script: topas_run.sh export top_file=/oracle/rman_scripts/"topas_run"_`date '+%m_%d_%y_%H_%M_%S'`".txt" echo >>... (7 Replies)
Discussion started by: schandrakar1
7 Replies
Login or Register to Ask a Question