- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Interrogating CPU speed
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
11-06-2001 05:08 AM
11-06-2001 05:08 AM
Just want to know a way of interrogating clock speed on HP-UX 10:20 via the command line.
I know I can get the cpu clock speed from SAM and on a HP-UX 10.01 and HP-UX 11.00 server the following command can be used:
echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem
However the above command does not work on HP-UX 10.20.
Can anyone give me any suggestions?
Cheers,
Kev
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 05:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 05:23 AM
11-06-2001 05:23 AM
Re: Interrogating CPU speed
echo $CPU_SPEED
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2001 05:59 AM
11-06-2001 05:59 AM
Re: Interrogating CPU speed
Many thanks for the response about the CPU interrogation, I have successfuly ran this on a couple of our 10.20 servers; however we still have one server which provides no output to any of the scripts.
Not sure why this is happening perhaps I will have to live with this?
Cheers
Kev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 02:18 PM
11-07-2001 02:18 PM
Re: Interrogating CPU speed
If you run adb and nothing is displayed then the reason may be the kernel parameter ???maxdsiz??? is too small for the amount of memory installed.
This exact problem happen to me and HP gave me this answer that worked!
-John Hall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 03:35 PM
11-07-2001 03:35 PM
Re: Interrogating CPU speed
In this case,
Use SAM -> Performance monitor -> System properties
-raj