Sponsored Content
Full Discussion: Topas
Top Forums UNIX for Advanced & Expert Users Topas Post 50072 by sssow on Thursday 15th of April 2004 08:22:35 PM
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}'
 

10 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

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

10. 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
POFILESPELL(1)															    POFILESPELL(1)

NAME
POFileSpell - checks the spelling in a collection of PO files SYNOPSIS
POFileSpell [OPTION] [...] [FILE] [...] INTRODUCTION
POFileSpell checks the spelling in a collection of PO files. COMMAND LINE OPTIONS
--help or -h show usage instructions --interactive or -i interactive mode, iterate through the spelling errors using a text mode interface; see the Interactive Mode section --overview or -o generate an overview file, grouping by error and not by file --dict=file or -d file load a file with a list of words to consider correct; can be used multiple times --batch-add=file load a file with a list of words to add to the X-POFile-SpellExtra section of each of the target PO files; can be used multiple times; when used, the actual spelling process is not run --command=command the command used for actually spell checking the text, by default aspell --encoding=utf-8 -l; if you want to use ispell, try something like --comand="ispell -l" or --comand="iconv -t iso-8859-1 | ispell -l" INTERACTIVE MODE
In interactive mode you iterate through each of the errors found. In each prompt you can press a to add the word to a file's X-POFile-SpellExtra entry, n to ignore all further errors from this file, Enter to ignore this error or, if you are using one or more dictionary files, the number of the file (1, 2, ...) to add the word to that dictionary file. PO FILE HEADER DIRECTIVES
POFileSpell recognizes one PO file header directive. As with all gettext lint tools, this directive is prefixed with X-POFile. X-POFile-SpellExtra: word adds the word to the file's list of accepted words DICTIONARY FILE FORMAT
Dictionary files are just lists of words, one on each line. For example: word 1 word 2 word n MORE INFORMATION
gettext-lint web page: http://gettext-lint.sourceforge.net/ AUTHOR
Pedro Morais. <morais@kde.org> 08/16/2006 POFILESPELL(1)
All times are GMT -4. The time now is 10:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy