Topas


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Topas
# 1  
Old 04-03-2004
Topas

Hi !

I would like to collect every minute the data of the "topas" to file.
Under Redhat 9, it's possible to user comand "top" in batch mode ! How is it possible under unix with TOPAS ? Because there is not the parameter " -b"...

example ----> topas > filename.out

but, it doesn't work !

Thanks a million
Cgatrader
# 2  
Old 04-15-2004
Do you want to log every thing to file. On HP-UX, top -f will do this. Not sure on AIX. But if you want to just monitor particular one like CPU usage you can use sar or other commands like ps,iostat etc.

sar -u 1 1|grep :|grep -v usr|awk '{print $2+$3}'
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

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

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

3. AIX

Geting a value dynamically from topas

Hi all, I got an idea to get a value (like Syscall or %comp details for example)dynamically from topas. Is there any way to do this. I guss there must be some door opened for this. I tried running topas and redirecting to a file but in vain. The idea is, script should run topas in... (4 Replies)
Discussion started by: jayadeava
4 Replies

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

5. AIX

Topas Comes Without any result or error.

Hi All, I have a machine with AIX 5.3 ML6 SP3. From last few days if I run the Topas command . It keeps on initialising for a few seconds and then comes back on the Shell. Any Suggestions. Aman Mehta (1 Reply)
Discussion started by: Aman Mehta
1 Replies

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

7. UNIX for Dummies Questions & Answers

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... (6 Replies)
Discussion started by: tokienlua
6 Replies

8. AIX

using TOPAS

Hi, I'm using topas to monitor CPU and Disk activity including paging space. Previously, I can see the percentage activity of the disk under column "BUSY%", now I can no longer view it (it's all zero), unless I will run IOSTAT 2 simultaneously. What would be the cause of this? Thanks, (2 Replies)
Discussion started by: pasion
2 Replies

9. AIX

nmon vs topas

good morning what is the better solution to examen a P570 ? because i use topas and nmon, and the results are totally different !!! with nmon, i have 80% free cpu, and with nmon, i have 90% of used cpu !!!!!! i take a shot with an intervall of 10s during 10 mn. thank you (0 Replies)
Discussion started by: pascalbout
0 Replies

10. AIX

topas issue

how to capture output of topas command to text file by shell ??? I tried to do it by below method , but it is different to topas's output . The output file include ansi code as moves cursor up # lines , moves cursor up # lines ...... :( someone can help me ??? 1. (sleep 6; echo q)|topas... (2 Replies)
Discussion started by: charles_su
2 Replies
Login or Register to Ask a Question