Tag

#Performance

Performance Tuning OwnCloud 6.02

April 21, 2014

I am using OwnCloud for some personal file storage and synchronizing of Contacts on my Linux server. The web interface is horribly slow with a default install. Here…

MySQL Check For Fragmentation

February 14, 2013

I was working with a mail archive MySQL database today and was twiddling my thumbs waiting for simple queries to complete.  The database has about 12 million rows…

Monitor SQL Performance

February 4, 2013

Here is a list of Windows' performance counters to use in monitoring performance of an SQL server. Create Performance Collection rules targeted to a SQL Server computer group…

View Multiple esxtop Outputs Side-by-Side

December 14, 2012

The Problem I often use esxtop to review realtime performance metrics of various aspects of my virtual infrastructure.  One annoying thing is that I cannot view multiple ESX…

How Do I Determine Application IOPS?

December 6, 2012

This is just a note for myself since I often find myself trying to analyze an application to performance tune a server/system. Using Windows Performance Monitoring I use…

Testing Disk in Linux using fio

July 24, 2012

I recently discovered a utility called fio that allows you to benchmark disk subsystem in Linux. Here are the results for this test. What is fio? fio is…

IBM Turbo Performance License Explained

June 29, 2012

An optional premium feature, that when enabled, boosts the performance of a storage system across both throughput and IOPs workloads. This implementation is based on a firmware algorithm…

SQL Server Optimization Rules of Thumb

May 24, 2012

This helped me today in troubleshooting and understanding some issues. The performance counter SQL Server Access Methods: Full Scans/sec is very helpful in determining if you have a…

Server 2008 R2 Performance Tuning

May 18, 2012

Here's some of the things I do to a new Server 2008 R2 install (physical and/or virtual settings are mixed in; (VIRTUAL ONLY) specifies I only do configuration…

MySQL Performance Analysis and Tuning Resources

May 17, 2012

Came across a few useful websites with miscellaneous MySQL performance/configuration analysis/testing tools. http://www.day32.com/MySQL/ http://hackmysql.com/mysqlsla http://www.maatkit.org/doc/ http://blog.mysqltuner.com/ Continue reading

SQL Performance Monitoring

January 26, 2012

I have read numerous articles all over the 'net regarding performance counters to monitor, etc. This is a snapshot of a typical performance monitoring session I use to…