- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CPU load spike
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
02-12-2003 03:50 PM
02-12-2003 03:50 PM
CPU load spike
My Unix box has just reached a CPU average workload to 3.xx and then back to 1.xx as normal.
In the back of ps -ef, I find there are 50 prcesses as below:
root 61 0 0 Feb 10 ? 0:00 vx_inactive_thread
any ideas about what is happening?
Yan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 04:47 PM
02-12-2003 04:47 PM
Re: CPU load spike
The vx_inactive_thread processes are a result of VxFS (JFS) file systems. If you have VxFS file systems configured, then there is nothing you can do about those processes. Don't worry too much about them. They shouldn't use much, if any, CPU.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 05:00 PM
02-12-2003 05:00 PM
Re: CPU load spike
These are system process created by vxfs(JFS) filesystem you should not worry about. The spikes in the CPU load are normal as long as they dont last for a while. If the load remains high for some time then its a concern which then can be checked by top command.
Cheers
rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 05:32 PM
02-12-2003 05:32 PM
Re: CPU load spike
The best way to monitor these fluctuations is to monitor the performance of your systems. There are a couple of ways. You can implement 'sar' so that it collects information daily into data files, or have the measureware agent of the glance product collecting data. (glance is not free, but their is a 60 day trial licensed copy on your Application CD set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 05:36 PM
02-12-2003 05:36 PM
Re: CPU load spike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 05:47 PM
02-12-2003 05:47 PM
Re: CPU load spike
As I said previously, there is nothing to worry about from these processes on your 10.20 box.