- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance Tuning
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
10-14-2008 10:43 AM
10-14-2008 10:43 AM
Where can I find the performance Tuning commands...
The first thing I have checked was iostat but could not get anything from it
# iostat
device bps sps msps
c0t0d0 0 0.0 1.0
then
#netstat ----> I have noticed some TIME_WAIT
Do I have any specific options to use with these commands
What are the other Perf. Tuning commands and what do I have to check in them...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 10:45 AM
10-14-2008 10:45 AM
Re: Performance Tuning
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 10:48 AM
10-14-2008 10:48 AM
Re: Performance Tuning
What exactly are you looking for? There are tons of things to use, glance, top, iostat, netstat, sam (not reccommended, swapinfo......the list goes on and on. What exactly are you looking to check for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 10:49 AM
10-14-2008 10:49 AM
Re: Performance Tuning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 10:54 AM
10-14-2008 10:54 AM
Re: Performance Tuning
In a general senerio if a command is taking too long to run or if the performance of the server is very slow..
what are the things I should look from the OS side and what are the things I should look in from the network side...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 10:58 AM
10-14-2008 10:58 AM
Re: Performance Tuning
the problem is there aren't "general" solutions. I would look at different things for a problem with a "long-running database query" then for "slow to login" issues for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 11:00 AM
10-14-2008 11:00 AM
SolutionStatistics MUST be reviewd over time, a single point in time knee jerk reaction may cause changes to be made that are not in the best interest overall.
There are no performance tuning commands, there are system configuration commands, each relating to an area of concern, CPU, MEM, or DISK.
Some tuning, but not all, is done with kernel parameters. kmtune/kctune to list them all. There are very few commands that say "go faster". Misconfigured parameters, storage or too little RAM are typically to blame. Patches too are important, keep your system up to date.
Most applications provide guidelines of recommended system configurations/patches.
A proper system setup with approprite sizing for the applications you intend on running as well as an intelligent scheduling of workload is the key to success.
-Directly in response to the iostat output. At the milisecond this was run, nothing was happinging on your one disk.
-Directly in response to TIME_WAIT in netstat. This is a connection that was but no longer exists. Has absolutely no effect on performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 11:06 AM
10-14-2008 11:06 AM
Re: Performance Tuning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 04:52 PM
10-14-2008 04:52 PM
Re: Performance Tuning
WRT other networking things, that too is a very broad area. Personally I start by looking for retransmissions over intervals - snapshot netstat -s -p tcp over an interval and subtract one from the other with beforeafter:
ftp://ftp.cup.hp.com/dist/networking/tools/
Of course that does raise the question "what is an acceptable retransmission rate" and that is another "it depends things"
I also check for lost frames and errors in lanadmin statistics and go from there to consider latency to remote destinations and window sizes and such...