In "Analyze", analyzing performance problem articles on operating system, hardware as well as application servers are being listed. They include common bottlenecks and various counters depending on the context to watch are also uncovered. Having the ability to analyze correctly is essential in proposing an appropriate solution to resolve performance problems.
|
|
|
|
Analyzing Oracle SGA Large Pool |
|
|
|
|
Written by TnT Admin
|
|
Tuesday, 04 November 2008 10:08 |
|
Oracle provides the ability to create a optional area in the SGA (System Global Area), called the Large Pool to provide large memory allocations for the following. By allocating session memory from the large pool for shared server, Oracle XA, or parallel query buffers, Oracle can use the shared pool primarily for caching shared SQL and avoid the performance overhead caused by shrinking the shared SQL cache.
|
|
Last Updated ( Wednesday, 15 October 2008 14:12 )
|
|
Read more...
|
|
Analyzing Oracle SGA Database Buffer Cache |
|
|
|
|
Written by TnT Admin
|
|
Wednesday, 08 October 2008 21:43 |
|
Like the Shared Pool (Library Cache and Data Dictionary Cache), the performance of the Database Buffer Cache is determine with the cache hit-ratio. Cache hits occur whenever a user process finds that a data buffer needed by their SQL statement is already cached in memory; Consequently, cache misses occur when the user process does not find the requested data to already be cached in memory - causing the data to be read form disk instead. High cache hit ratios indicate that your application users are frequently finding that the data buffers they need are already in memory thus reducing the need (and delay) to read from disk (remember that disk reads are much slower than memory).
|
|
Last Updated ( Thursday, 18 September 2008 00:49 )
|
|
Read more...
|
|
Analyzing Oracle SGA Shared Pool (Library Cache) |
|
|
|
|
Written by TnT Admin
|
|
Sunday, 28 September 2008 09:54 |
|
Starting with the Oracle System Global Area, we are going to touch on the basics of Shared Pool - Library Cache followed by Data Dictionary Cache (which will be in another article). The Shared Pools' Library Cache is the area Oracle caches the SQL and PL/SQL statements that have been recently issued by application users. PL/SQL statements can be in the form of procedures, functions, packages, triggers, anonymous PL/SQL blocks, or Java classes.
|
|
Last Updated ( Thursday, 11 September 2008 10:05 )
|
|
Read more...
|
|
Detecting network bottlenecks |
|
|
|
|
Written by TnT Admin
|
|
Saturday, 13 September 2008 10:14 |
|
At the network level, many things can affect performance. The bandwidth (the amount of data that can be carried by the network) tends to be the first culprit checked. Assuming you have determined that bad performance is attributable to the network component of an application, there is more likely cause of bad network performance than network bandwidth. The most likely cause of network performance is the application itself and how it is handling distributed data and functionality.
The overall speed of a particular network connection is limited by (a) the slowest link in the connection chain and (b) the length of the chain. Identifying the slowest link is difficult and may not even be consistent: it can vary at different times of the day or for different communication paths. A network communication path lead from an application through a TCP/IP stack (which adds various layers of headers, possibly encrypting and compressing data as well), then through the hardware interface, through a modem, over a phone line, through another modem, over to a service provider’s router, through many heavily congested data lines of various carrying capacities and multiple routers with different maximum throughputs and configurations, to a machine at the other end with its own hard interface, TCP/IP stack and application. A typical web download route is just like this. In addition, there are dropped packets, acknowledgments, retries, bus contention, and so on. |
|
Last Updated ( Monday, 08 September 2008 15:24 )
|
|
Read more...
|
|
|
|
|
<< Start < Prev 1 2 3 4 Next > End >>
|
|
Page 1 of 4 |