- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network/CPU utilization sanity check???
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-02-2006 08:38 AM
02-02-2006 08:38 AM
Just today he called and said that beginning last night at 2300 hours, he was experiencing the problem again. I began to look into what was listed in the syslog beginning then and have discovered that since 2300 hours last night, roughly 30,000 files have been deleted via a ftp connection. This roughly close to 1 file deleted per second.
Am I off base in saying that there in lies the CPU/communication problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2006 09:36 PM
02-02-2006 09:36 PM
SolutionI would say yes.
The ftp connections is causing the 75% cpu utility but thats not the problem. The problem is 30.000 delete commands trough ftp. This is causing many threads on the system and the network. But do you have some measureware data, there you can see how many threads and network probing there is.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2006 11:38 PM
02-02-2006 11:38 PM
Re: Network/CPU utilization sanity check???
You are right its not the ftp per say causing the problem.
Some things to look at:
A directory in ftp with many files in it. the cpu is involved in providing ls output to the ftp client
The application is clearly doing to many files. The cpu is waiting for i/o to update the lists afer deletes, this is a caused by a poorly designed appliction in my opinon. I'm pretty much behind your concept here.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 02:02 AM
02-03-2006 02:02 AM
Re: Network/CPU utilization sanity check???
You need to characterize "lose communication connections" a bit more clearly. Are these telnet or ssh sessions or custom ports used by other computers? If so, do the applications require very tight timing (response) requirements? Is the CPU utilization purely CPU or si there a lot of disk activity? And most important, does sar -v 1 show more than 1 digit of po (page out) activity? 2 digits (or more) indicate a severe lack of RAM so that paging (swapping) is taking place. This will drastically reduce performance for processes that are paged out.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 03:29 AM
02-03-2006 03:29 AM