![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| command topas | tokienlua | UNIX for Dummies Questions & Answers | 6 | 03-03-2009 10:06 AM |
| using TOPAS | pasion | AIX | 2 | 12-24-2007 03:20 PM |
| nmon vs topas | pascalbout | AIX | 0 | 09-13-2006 03:42 AM |
| Topas | cgatrader | UNIX for Advanced & Expert Users | 1 | 04-15-2004 08:22 PM |
| Memory usage statistic? (topas, nmon) | Lazzar | AIX | 7 | 10-09-2003 11:29 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 -p 10 -P > ./topas.out 2. by shell -------------------------------------------------------- topas -p 10 -P > ./topas.out 2>&1 & TOPAS=$! sleep 6 kill -9 $TOPAS -------------------------------------------------------- |
|
|||||
|
have you ever tried using nmon
NMON ==== http://www-128.ibm.com/developerwork...s/analyze_aix/ less impact on your system and can be run to collect stats. also look at this nmon_analyser =========== http://www-128.ibm.com/developerwork...ser/index.html |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|