- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- I need see info server tru64
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
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
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
тАО01-09-2004 12:49 AM
тАО01-09-2004 12:49 AM
I need see info server tru64
What Commands may see???
memory
swap
top proccess
cpu load
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2004 01:32 AM
тАО01-09-2004 01:32 AM
Re: I need see info server tru64
Looks like you should really hit the man pages / documenation / web pages!
Please, for any future postings include the exact Tru64 version, an indication of the hardware used, and an indication of why you are interested in what you ask (as there may be better, completely different, approaches).
Anyway. Specific answers are:
vmstat
vmstat -P
swapinfo -s
http://h30097.www3.hp.com/demos/ossc/html/top.htm
iostat / vmstat / monitor
(
http://h30097.www3.hp.com/demos/ossc/html/monitor.htm)
Also... be sure to read up on 'collect'
Cheers,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2004 03:35 PM
тАО01-09-2004 03:35 PM
Re: I need see info server tru64
"top" for top process information
"uptime" or "w" for load information (I recommend reading the man page on these -- "man uptime" or "man w" -- as the numbers are not intuitively obvious, especially on a multi-CPU system)
"sar" for a variety of system information also including disk, etc.
HP may have ported MeasureWare/Glance at some point. At least in HP-UX, you can install a trial version from the Applications CDs. You can see much information with this tool, and also see some graphs.
Mic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2004 02:24 AM
тАО01-12-2004 02:24 AM
Re: I need see info server tru64
http://bhami.com/rosetta.html
(don't forget to select only the ones you need, else the output is Wery Wide ;-)
regards .
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2004 07:39 AM
тАО01-12-2004 07:39 AM
Re: I need see info server tru64
I has work on HP-UX and AIX ,
but nothing on Tru64 and now
I need do checklist for server Tru64
(en HP uptime, swapinfo, bdf, netstat,top,...etc)
the command uname -a on server Tru64:
OSF1 sauce V5.1 732 alpha
Thanks
your information and links was very important.
please, excuse me my ingles bad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2004 07:00 PM
тАО01-12-2004 07:00 PM
Re: I need see info server tru64
eg. an "apropos swap" will list swapon instead of swapinfo. netstat, ps, vmstat etc. are equal except the BSD, SYSV style syntax. But the syntax is well explained within the man page of each command.