- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CPU usage
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
12-19-2007 01:54 PM
12-19-2007 01:54 PM
CPU usage
I need some help in interpreting the CPU performance. Can we say that the system is 4 times powerful because 0f 4 CPU's versus one?
For example: if one processor system mcan process 100 trnsaction then 4 processor can process 400 transcation.
Please excuse me if my question is not clear.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 01:58 PM
12-19-2007 01:58 PM
Re: CPU usage
if your application is a multithreaded app then we can 4 cpu machine is powerfull than 1 cpu machine. but if your application single thread app then we cannpt say it. it is a bit diffucult to say 4times faster .
Hasan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 01:58 PM
12-19-2007 01:58 PM
Re: CPU usage
No the scale-up is not linear owing to synchronization and coherency issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 02:01 PM
12-19-2007 02:01 PM
Re: CPU usage
but........
In reality not all servers, OSs and software applications scale 1 for 1 with CPU additions, but this typically only applies to over 8,12,16,32,64 or more CPUs. Check the latest TPC benchmarks on the WWW.
Also, if your application is single threaded then it will only be able to use 1 CPU at a time anyway and all the other CPUs do is to allow other processes CPU time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 02:26 PM
12-19-2007 02:26 PM
Re: CPU usage
I would say yes, for a purely cpu intensive process. However, almost no-one has such a thing, most people run business apps, which bring up and down memory resources, disk resources, network resources, etc.
An example of a purely cpu intensive process would be calculating pi.
So, if you added 4 processors would you calculate pi 4x faster? No, unless you were running a multiprocessing pi calculation engine which would use more threads to work. If you did have a multiprocessing pi calculator, then yes, providing you didn't run out of memory, you should run 4x faster.
Or, if you ran 4 separate pi calculators simultaneously, then you'd probably run roughly 4x faster on a 4 processor system than on a 1 processor system (disregarding system processing time).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 10:53 PM
12-19-2007 10:53 PM
Re: CPU usage
Even if you didn't run out of memory, any memory or cache access in different processes could slow the others down some.