![]() |
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 |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
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 issue | charles_su | AIX | 2 | 10-12-2005 04:33 AM |
| 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
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 |
|
||||
|
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}' |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|