Operating System - HP-UX
1838228 Members
5258 Online
110125 Solutions
New Discussion

Re: CPU & Memory Information needed from Unix/Windows server..

 
Dipika Modi-Lotwala
Occasional Advisor

CPU & Memory Information needed from Unix/Windows server..

Does anyone know how I can get information about CPUs & Memory from my Unix and Windows servers? Please provide detailed instructions...
9 REPLIES 9
Pete Randall
Outstanding Contributor

Re: CPU & Memory Information needed from Unix/Windows server..

For Unix servers see the attachment.

For Windoze, you'll have to wait for someone else.


Pete

Pete
KRS_1
Frequent Advisor

Re: CPU & Memory Information needed from Unix/Windows server..


top is built-in command

ioscan -fnC processor
saju_2
Respected Contributor

Re: CPU & Memory Information needed from Unix/Windows server..

Hi

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
TwoProc
Honored Contributor

Re: CPU & Memory Information needed from Unix/Windows server..

Unix (see Clay's posting).
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. :-)
We are the people our parents warned us about --Jimmy Buffett
Devesh Pant_1
Esteemed Contributor

Re: CPU & Memory Information needed from Unix/Windows server..

Dipika,
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

Mahesh Kumar Malik
Honored Contributor

Re: CPU & Memory Information needed from Unix/Windows server..

Hi Dipika

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
Andrew Merritt_2
Honored Contributor

Re: CPU & Memory Information needed from Unix/Windows server..

For HPUX you can use STM, and run the Info tools.

Basheer_2
Trusted Contributor

Re: CPU & Memory Information needed from Unix/Windows server..

1) download and run
http://come.to/cfg2html or www.cfg2html.com

2) if you have ignite installed, then run
print_manifest

For Win, look in microsoft.com
Kent Ostby
Honored Contributor

Re: CPU & Memory Information needed from Unix/Windows server..

For PDC revision information and other info on HP-UX CPUs, you can use:

echo "sc product CPU; info; wait; il" | cstm > cpu.out



"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"