Optimizing PostgreSQL Application Performance with Solaris Dynamic Tracing (pdf)


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS Optimizing PostgreSQL Application Performance with Solaris Dynamic Tracing (pdf)
# 1  
Old 08-20-2009
Optimizing PostgreSQL Application Performance with Solaris Dynamic Tracing (pdf)

This Sun BluePrints article describes how Solaris DTrace functionality can help with PostgreSQL database application tuning, with examples showing aspects of database server operation that can be observed using probes. Registration required.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Debian

Optimizing exim performance

Hi, Recently, I experienced that exim was slow in sending outgoing mail, it was spending a lot of time in the queue, resulting in customer complains. I came across an article in the internet to optimize the performance of exim in the server. However, the location of the exim.conf is not in... (0 Replies)
Discussion started by: anaigini45
0 Replies

2. Windows & DOS: Issues & Discussions

Convert the barcode image from web application to pdf

I hope someone could help me. I tried to create a barcode image using Visual Studio and then want to convert this barcode images to PDF files. When I preview this in VS, the barcode image exists, however when converted it to pdf, it disappeared. Did I do anything wrong? :confused: (4 Replies)
Discussion started by: aspbarcode
4 Replies

3. Solaris

Tracing node to a particular HBA in Solaris 9

I have one disk that is reporting I/O errors but the same LUN mounted on a different node is able to access it without issue, is there a way to identify which HBA is being used for the LUN without swapping each out at a time? (4 Replies)
Discussion started by: thmnetwork
4 Replies

4. Filesystems, Disks and Memory

optimizing disk performance

I have some questions regarding disk perfomance, and what I can do to make it just a little (or much :)) more faster. From what I've heard the first partitions will be faster than the later ones because tracks at the outer edges of a hard drive platter simply moves faster. But I've also read in... (4 Replies)
Discussion started by: J.P
4 Replies

5. News, Links, Events and Announcements

Optimizing Apache Server Performance

I found this link useful in a discussion about Apache performance tuning: http://www.serverwatch.com/tutorials/article.php/3436911 (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question
fbt(7D) 							      Devices								   fbt(7D)

NAME
fbt - DTrace function boundary tracing provider DESCRIPTION
The fbt driver is a DTrace dynamic tracing provider that performs dynamic instrumentation at function boundaries in the Solaris kernel. The function is the fundamental unit of program text. In a well-designed system, the function performs a discrete and well-defined opera- tion on a specified object or series of like objects. Most functions are implemented by themselves calling functions on encapsulated objects, but some functions --so-called "leaf functions" -- are implemented without making further function calls. The Function Boundary Tracing fbt provider contains a mechanism for instrumenting the vast majority of functions in the kernel and offering the instrumentation as a set of DTrace probes. The fbt driver is not a public interface and you access the instrumentation offered by this provider through DTrace. Refer to the Solaris Dynamic Tracing Guide for a description of the public documented interfaces available for the DTrace facility and the probes offered by the fbt provider. ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWdtrp | +-----------------------------+-----------------------------+ |Interface Stability |Private | +-----------------------------+-----------------------------+ SEE ALSO
dtrace(1M), attributes(5), dtrace(7D) Solaris Dynamic Tracing Guide SunOS 5.11 4 Sep 2003 fbt(7D)