: December-2013

Home » Posts tagged : Performance

  Want to do some performance testing on your Centos 6.4 Server.   Try UnixBench   OK, lets login to your server and install all the need application etc. # yum install gcc gcc-c++ make libXext-devel mesa-libGL-devel perl-Time-HiRes   # wget -c http://byte-unixbench.googlecode.com/files/unixbench-5.1.2.tar.gz   # tar xvzf unixbench-5.1.2.tar.gz   # cd unixbench-5.1.2   # make # ./Run Let ..

Read more

Trying to find better performance on my WordPress websites.   WordPress 3.6.1   Login to Amazon Web Services. Click on CloudFront Click on Create Distribution Go with Download and click on Continue Enter in the domain name you want to use with CloudFront, leave the rest at their defaults. Then click on Create Distribution..   ..

Read more

Want to get some more performance from Firefox Start up Firefox Type in  about:config where your URL would normally go. Click on I'll be careful, I promise! In filter type, type in pipelining Double click on network.http.pipelining which turns the entry to True. Double click on network.http.pipelining.maxrequests change the entry to 8. Double click on network.http.pipelining.ssl which turns the entry ..

Read more

Wanted to have more performance with my Mac Mini 2011, Still think Solid State drives are expensive and also I had another spare 500Gb hard drive that was almost a perfect match to the installed hard drive.   You can see my performance now:   So these are the steps it took to get My ..

Read more

I like to see if I can get more out of my Operating Systems. So I always seem to be tweaking them. Here are some things I like to do on Windows 7.  As I found more I like I will add them here.     Network Tweaks   Disable Autotuning Disabling autotuning will help ..

Read more

IScsi installation on CentOS 6 This server has a Intel i5 processor with 8G memory. 3ware data raid adapter with 14 - 1TB sata hard drives. The Iscsi server is running VMware Virtual Windows 2008 r2 and it is performing well. Do a minimal Centos 6 server installation. Do all updates on Server # yum ..

Read more

I like to tweak OS's so this is a network performance tweaks I do to Mac OS X 10.7.   Website I found some information. http://xgu.ru/wiki/TCP_tuning http://support.apple.com/downloads/Broadband_Tuner_1_0 http://slaptijack.com/system-administration/mac-os-x-tcp-performance-tuning/   Start up a Terminal window and type information below. $ sudo pico /etc/sysctl.conf and add information below. net.inet.tcp.rfc1323=1 #kern.ipc.maxsockbuf=16777216 Max size seems to be 6291456 which is ..

Read more

This was setup so I could easy get to all the tweaks I need for Ubuntu systems. Got most of the information from this http://blog.lxpages.com/2007/04/24/ubuntu-performance-guides/ From This Webite http://hubpages.com/hub/Optimizing-Firefox-3-Hacks-And-Tweaks Firefox 3 Hacks And Tweaks The following tweaks are obtained by typing ab0ut:config and then modifying the page. Make sure you take a back up copy just ..

Read more