- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: TOP command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 06:54 PM
06-22-2004 06:54 PM
TOP command
and list down various cpu's ,but doesn't display the top processes information..
is there anyway i can find top processes.
my version of o/s is
>uname -a
HP-UX nbcitsv1 B.11.00 U 9000/800 71922 unlimited-user license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 07:00 PM
06-22-2004 07:00 PM
Re: TOP command
This has never happened to me on all releases of HPUX. Just do a top -f file and check the output in the file. It should have the process data alog with it.
manish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 07:05 PM
06-22-2004 07:05 PM
Re: TOP command
echo $TERM ???
regds
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 07:06 PM
06-22-2004 07:06 PM
Re: TOP command
Try doing
# ps -ef
Did you see processes running in this.
This is strange and you must see processes in top also.
Try rerunning and post the results back.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 07:08 PM
06-22-2004 07:08 PM
Re: TOP command
but for that instant only.
How can i catch the process activity for a period of say 15 minutes.
regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 07:16 PM
06-22-2004 07:16 PM
Re: TOP command
just have look at manpage of top.
You can try
top -s60 -d15 -f file
This will display one page for every minute and and put in the file
A simple top will do that dynamically and for ever.
manish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 07:22 PM
06-22-2004 07:22 PM
Re: TOP command
regards,
naids
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 07:29 PM
06-22-2004 07:29 PM
Re: TOP command
Pls check the last top cumulative patch configuration in your system (PHCO_26020):
#swlist -l fileset -a state|grep PHCO_26020
This patch not have dependencies and don't need reboot.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 08:29 PM
06-22-2004 08:29 PM
Re: TOP command
A way to list sorted CPU proccess consumption:
#UNIX95= ps -e -o pcpu -o pid -o ruser -o args|sort -nr
Have you reviewed PHCO_26020 status in your system?
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 08:33 PM
06-22-2004 08:33 PM
Re: TOP command
i don't have root privileges...but i have got thigs
working with
top -s10 -d5 -f
thanx.
sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 08:53 PM
06-22-2004 08:53 PM
Re: TOP command
Anyway, don't worry and don't forget to assign points!
Rgds.