Sponsored Content
Operating Systems AIX Application Performance on AIX Box Post 302299013 by zxmaus on Thursday 19th of March 2009 03:17:07 AM
Old 03-19-2009
Guys,

resource usage is NOT equal to performance ... you can have a system with loads of unused memory/cpu/io and its still performing badly - because the code used is bad. And you can have a system using a very high amount of resources, that is perfectly tuned and performing just fine.

When I add an application to my system, I expect the box to use more resources (what would be shown by nmon, topas and others) but I do not necessarily expect the performance to go down.

I would suggest if you really want to know something about performance, that you run a benchmark before and after applying the application - this can be a commercial tool or just a batch you're running anyway on that box frequently. We're using a stress test batch in our company that just produces a predefined amount of work onto the box and performes certain tasks. We run it a couple of times before and after and compare the average time taken - if its similar, you don't have a performance impact, if it takes recognizable longer, you do.

Nmon is a brilliant tool to identify bottlenecks as soon as they occur but since performance is something pretty much subjective, you need something that comes close to your normal workload but needs to be measurable. Oracle and Sybase eg have such functionalities per default ...

Kind regards
zxmaus
 

8 More Discussions You Might Find Interesting

1. AIX

moving AIX ver 4.2.1 to another AIX box

i want to move my AIX os ver 4.2.1 to a new version IBM system. how can i acheive this. (1 Reply)
Discussion started by: gmonix
1 Replies

2. UNIX for Dummies Questions & Answers

difference between AIX box and Sun Solaris box

Hi, I need a clarification. Is there any difference between AIX box and Sun Solaris box? The bzip command with -c option works in AIX box and the same does not work in Sun Solaris box. Can anyone please explain if there is an implementation difference in both these boxes for the shell... (1 Reply)
Discussion started by: nisha4680
1 Replies

3. AIX

Can I make application for AIX while working on Linux Box

Hi all, I had a large application created using Visual C++. I ported that application using WINE to the Linux platform (ofcourse x86). Now I have to port the same application to AIX which runs over IBM mainframe. I dont have mainframe available but it is required for me to port my application to... (1 Reply)
Discussion started by: noble_curious
1 Replies

4. Solaris

Sun T1000 application low performance

Hello All. I have Sun T1000 server with Solaris 10. On T1000 installed EMC smarts, application for monitoring network devices via SNMP + SNMP. So, Smarts has own DB (contains object - devices and relationships), file takes 30 mb, now, all queries to DB works very slow, so Smarts works too slow,... (5 Replies)
Discussion started by: hemulll
5 Replies

5. Solaris

Listing application installed on a Solaris box

I am trying to list all the applications that is installed on my sun solaris box. I have used the command pkginfo but it only give me the applications that was bundled with solaris. This machine runs oracle and pkginfo command does not list that. Any idea to get to list all the applications... (1 Reply)
Discussion started by: ibroxy
1 Replies

6. UNIX for Dummies Questions & Answers

Copying application directory from one unix box to another

Hi , if I copy an application directory (with all its subdirectories) from one unix box to another (suppose same version), will that application work in the 2nd unix box? (3 Replies)
Discussion started by: me_saby
3 Replies

7. UNIX for Dummies Questions & Answers

How to check if an application has been installed on a unix/linux box?

hi, guys, now I face a problem. I have developed an application, and when it starts, it shall check if an application has been installed on the running linux/unix. If result is positive, i do something with the application command. just as an example: I want to check if sshd has been... (3 Replies)
Discussion started by: sk1418
3 Replies

8. Shell Programming and Scripting

Help with extract application logs through shell script in performance testing

Hi Experts, I am new to shell.How to extract logs (Web,APP,Database) using shell in performance testing? Need for webserver logs,app server logs and d/b logs code. Thanks in advance Sree (3 Replies)
Discussion started by: sree vasu
3 Replies
vxfs_bc_bufhwm(5)						File Formats Manual						 vxfs_bc_bufhwm(5)

NAME
vxfs_bc_bufhwm - VxFS buffer cache high water mark(determines the VxFS buffer cache size) SYNOPSIS
VALUE
Specify an integer value. Minimum 6144 KB Maximum None Default 0 DESCRIPTION
VxFS maintains a buffer cache in the kernel for frequently accessed file system metadata in addition to the HP-UX kernel buffer cache that caches the file data. tunable parameter determines the size of the VxFS buffer cache (the maximum amount of memory that can be used to cache VxFS metadata). The default value computed based on the amount of system memory ensures good system performance across a wide range of applications. The value of is specified in kilobytes. To improve performance during application loads that cause frequent file system metadata changes on the system (for example, a high rate of file creation or deletion, or accessing large directories), change the value of Notes Use the command to monitor buffer cache statistics and inode cache usage. EXAMPLES
Set the maximum of size of buffer cache at 300000: WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or its meaning may change in the future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at SEE ALSO
kctune(1M), vxfsstat(1M), vx_maxlink(5), vx_ninode(5), vxfs_ifree_timelag(5). Tunable Kernel Parameters vxfs_bc_bufhwm(5)
All times are GMT -4. The time now is 11:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy