- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: system performance
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
01-06-2002 09:39 PM
01-06-2002 09:39 PM
system performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2002 09:51 PM
01-06-2002 09:51 PM
Re: system performance
Do you run additional pipes or -exec's into your find?
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 12:46 AM
01-07-2002 12:46 AM
Re: system performance
How much swap do you have on your system ?
You need to have at least 2GB since you have 1GB memory.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 01:09 AM
01-07-2002 01:09 AM
Re: system performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 02:35 AM
01-07-2002 02:35 AM
Re: system performance
I can think of few things regarding the uptime and the find command.
1. Run the find command in each file system and see how the uptime is looking like. This will tell you if you have problems with any particular disk/file system.
2. Make sure you don't have bad disks or disks that have bad response times. While doing the find, take another window and run sar -d 2 100 and see the disk utilization particularly the last column avserv (average time to process the request)
3. Make sure if you don't NFS related problems on the server. Make sure your bdf doesn't hang.
4. I don't expect kernel parameters to be culprit in this case. "sar -v 2 200" will give you some of the kernel parameter utilizations.
5. Make sure you have resonably latest patches installed on the system.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 07:28 PM
01-07-2002 07:28 PM
Re: system performance
I don't think this is a disk related problem because when the system is still in HP-UX 10.20, we haven't encounter this problem and only after the upgrade to HP-UX 11, this problem arised. And also, we already installed all patches needed. That's why I'm thinking of Kernel Related problem, but don't know which of the kernel parameters, do I need to check or update.
Thanks.
Angelo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 07:40 PM
01-07-2002 07:40 PM
Re: system performance
Verify the checksum, if not, then the size of your find command. It is always possible that a malicious attacker could have compromised your "find" binary to run trojan code in the background while legitimately performing the find in the foreground.
Check out its attributes:
# file `which find`
# what `which find`
# ll `which find`
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2002 08:02 AM
01-08-2002 08:02 AM
Re: system performance
In addition to verifying the integrity of the find binary, run the same check on uptime as well (which uptime)
Also, in another telnet window run a vmstat, use something like "vmstat -S 1 1000" and then run a find at the root directory to look for a file that does not exist (e.g. "find / -name "does_not_exist" -print") and watch the vmstat output. Notice how quickly or slowly the find process climbs to the top of the process list, and what other system processes start consuming cpu, or not. The -S option on the vmstat will report swap stats.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 01:17 AM
01-09-2002 01:17 AM