![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| TCP/IP speed | RomZes | UNIX for Dummies Questions & Answers | 2 | 04-19-2006 01:57 PM |
| dmidecode, RAM speed = "Current Speed: Unknown" | Santi | Filesystems, Disks and Memory | 0 | 02-16-2006 03:16 AM |
| Speed of mv vs. cp | GMMike | UNIX for Dummies Questions & Answers | 2 | 01-21-2005 01:16 AM |
| ftp speed | ottof | HP-UX | 3 | 01-14-2004 02:03 AM |
| Speed it up! | pappous | UNIX for Dummies Questions & Answers | 4 | 03-11-2001 10:19 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
cpu seed
how do i determine the speed of a cpu on AIX 4.3.3 or 5.1?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Check the man page for lsdev
lsdev -Cc processor may give you what you are looking for. |
|
#3
|
|||
|
|||
|
Im not allowed to use freeware
but here is the output from lsedv........ lsdev -Cc processor proc6 Available 00-06 Processor proc0 Available 00-00 Processor proc2 Available 00-02 Processor proc4 Available 00-04 Processor not sure what this means.... |
|
#4
|
|||
|
|||
|
In AIX5L you could determinate CPU speed with command "lsattr -El proc#"
Example: # lsattr -El proc0 state enable Processor state False type PowerPC_POWER4 Processor type False frequency 1300259344 Processor Speed False In AIX versions prior that you could determinate CPU speed by using "uname -m" and reference table found from here. --Tommy |
|
#5
|
|||
|
|||
|
CPU Speed
An easier solution (I'm not sure if it works in 4.3.3 - it's been a while since I touched one) is to run the printconf | more
Here is an example result from one of my systems: System Model: IBM,7040-681 Machine Serial Number: <serial number> Processor Type: PowerPC_POWER4 Number Of Processors: 2 Processor Clock Speed: 1300 MHz CPU Type: 64-bit Kernel Type: 64-bit LPAR Info: 7 <machine name> Memory Size: 2048 MB Good Memory Size: 2048 MB Firmware Version: IBM,RG050715_d79e12_r Console Login: enable Auto Restart: true Full Core: false |
|
#6
|
||||
|
||||
|
prtconf |pg
Will give you a summery of your system |
||||
| Google The UNIX and Linux Forums |