- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CPU & Memory Information needed from Unix/Wind...
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
07-13-2005 04:30 AM
07-13-2005 04:30 AM
CPU & Memory Information needed from Unix/Windows server..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 04:36 AM
07-13-2005 04:36 AM
Re: CPU & Memory Information needed from Unix/Windows server..
For Windoze, you'll have to wait for someone else.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 06:55 AM
07-13-2005 06:55 AM
Re: CPU & Memory Information needed from Unix/Windows server..
top is built-in command
ioscan -fnC processor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 07:31 AM
07-13-2005 07:31 AM
Re: CPU & Memory Information needed from Unix/Windows server..
For CPU you can use top. If it is a npar you can use naprstatus for detailed info (similar for vpar)
For memory you can use
grep Physical /var/adm/syslog/syslog.log
dmesg | grep Physical
echo 'memory_installed_in_machine/D' | adb -k /stand/vmunix /dev/mem
regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 07:47 AM
07-13-2005 07:47 AM
Re: CPU & Memory Information needed from Unix/Windows server..
Windoze XP- Right click on My Computer(probably somewhere near the top left of your desktop) - look in the "General" Tab.
Most any other Windoze - it's somewhere under the right click on My Computer. Microsoft tends to move it around from time to time as a system enhancement between OS versions. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 08:15 AM
07-13-2005 08:15 AM
Re: CPU & Memory Information needed from Unix/Windows server..
there are many ways for HP-UX
- you might use top
- you can use glance
- there is a whole suit of measureware with perfview
and of course multiple commandline utilities.
There are third party tools like BMC patrol etc. which can be used cross platform with Unix and Windows.
For windows a quick way to get the CPU and memory utilization would be to do a
ctrl-alt-del
choose Task Manager
and then
go to Performance tab to view.
thanks
DP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 06:23 PM
07-13-2005 06:23 PM
Re: CPU & Memory Information needed from Unix/Windows server..
1. For Unix server top command or glance utility will provide CPU& Memory info
2. For Windows you may use Start>Programms>Accessories>System Tools>System Information
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 06:53 PM
07-13-2005 06:53 PM
Re: CPU & Memory Information needed from Unix/Windows server..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 11:10 PM
07-13-2005 11:10 PM
Re: CPU & Memory Information needed from Unix/Windows server..
http://come.to/cfg2html or www.cfg2html.com
2) if you have ignite installed, then run
print_manifest
For Win, look in microsoft.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 12:17 AM
07-14-2005 12:17 AM
Re: CPU & Memory Information needed from Unix/Windows server..
echo "sc product CPU; info; wait; il" | cstm > cpu.out