Cubs win! Baseball club gets better performance through a better server defrag

Monday, August 30, 2010 by Joe Abusamra

Sometimes it's fun to take a step back from all the file system, slow PC tips, and Hyper-V performance counters talk and see how the best defrag software tool plays out in the real world. On its own, a server defrag may seem a little drab. But if you see how it's helping a baseball team, well...that can make it a little more interesting.

                                                    

The Greater Des Moines Baseball Company is the umbrella company for the Iowa Cubs minor league baseball team of the Pacific Coast League. Recently, the Cubs selected PerfectDisk 11 Server to boost its servers’ performance through disk defragmentation. The Cubs, with several hundred employees serving an annual attendance of over 500,000, use its servers for ticketing, merchandise sales, food and beverage sales, video boards and score boards, video production, financial and back office functions, and database management. The team's servers have several physical and virtual servers on Windows Server 2003 and Windows Server 2008 to run the business. Prior to selecting PerfectDisk over a competitive product, the Cubs used the Windows built-in disk defrag utility, but it was not up to the task. “Microsoft’s built-in defragmenter did not really accomplish much in terms of improved performance for our server, plus it was very slow,” said Larry Schunk, Chief Technology Officer at Greater Des Moines Baseball. “With PerfectDisk, our servers are running faster than ever, which means all our employees are more productive; in addition, its automation and powerful reporting tools provide a great value.”
                                         See full size image

You can see the complete press release of the Cubs server defrag selection here. 

Play ball. Win. Give your servers a good server defrag with the best defrag software.

The Cubs are in first place. Coincidence? That's crazy talk.

Defrag with service -- another way to find the best defrag software

Wednesday, August 18, 2010 by Joe Abusamra

When trying to figure out how to make your PC run faster, many people turn to look for the best defrag tool and best PC optimizer. Look at reviews, head to the user forums, ask their colleagues and friends to see what the options are. Free or paid for. Automatic or manual. Lots of options or few. Enterprise defrag or for personal use only. It's all well and good, and what drives us here at Raxco to deliver the market's best defrag software year after year.

                                                Best defrag software -- plus service with defrag

But we also like to differentiate ourselves in a different way, through our technical support and customer service. So while we truly believe PerfectDisk is the best defrag software available, we also think our service and support are superior as well. That attitude is epitomized by Wendy Clontz, who heads up our customer service department and whom we are proud to have with us.

Dan Baldry is a 20--year IT professional in Sydney, Australia, managing a team of people who sell maintenance and professional services for one of the world's largest networking companies. Dan wrote to me directly recently about what he described as our "excellent service," which he argues is hard to find these days. Here are some of Dan's words: 

                                                Best defrag utility and best defrag service

"I purchased Perfect Disk a few years ago mainly on the basis of an article I came across in a local PC magazine that I thought gave a good impartial review and sold me on the merits of the product. With a computing background, to me disk defragmentation is what I would describe as a routine housekeeping item that I would consider baseline for a healthy PC. In a perfect world this would be delivered as a native part of the operating system. You might argue that it is, but I'm suspicious of the standard utility  and a bit wary of the available freeware (though I know they are reasonably good). With my hard disk capacity getting bigger, I was on the hunt for a good utility that would just do the job and I could be confident in (no doubts), so that was why I decided to stump up the dollars and go for Perfect Disk. In short, I wanted to be sure my system was at optimum health and running with maximum performance all the time. You might ask why? Well, I use my PC  for a mix of work and play and it became a bit of a mission to drive the best performance without resorting to a massive/expensive upgrade as time went on. A few dollars on PD seemed like a good option. Eventually I did upgrade but I still use PD as part of the same housekeeping approach.

However, over the past couple of years, with reinstalls, losing keys, lost downloads etc... and needing to call on support more than once came to realise that the Raxco company offered me an extension of the confidence that I had in the product, and that was the confidence that if I had an issue I would get a reasonably quick, no nonsense, response. Even though it was probably only a few interactions over something like 24 months, I realised it was the same people assisting me throughout, which made me feel the company must have something going for it to be able to retain people like that. The consistent message I hear back is that while customers choose our physical products to drive their business based on value and the vision of our company, it's the Services we offer that keeps them coming back. Not only that, but our partners value our Services above all for the profitable revenue it drives - and customers are willing to pay as they have confidence that they are getting a total package. I think it's how we treat our customers after the sale that creates real business, and I think that's something Raxco has understood from the get go."

So there you have it, directly from a professional in the IT field. It's not enough for us to deliver the best defrag software or to simply fix a slow PC startup. We need to go the extra mile.

Service -- before and after the sale -- for life.

                                            Best defrag software, best defrag utility -- with defrag service

Maximizing VMware ESX Performance through Windows Guest Defragmentation

Thursday, July 29, 2010 by Bob Nolan

Raxco has been working with VMware the past several months to assess the impact of Windows guest defragmentation on VMware performance.  The most recent testing used VMware's vscsiStats utility to capture metrics. The vscsiStats utility sits between the VMware kernel and the Monitor. It captures every IO request through the storage stack and sorts them into various buckets that can be used for performance analysis. We ran our test concurrently using five virtual machines on an ESX 4.0 cluster.

The goal of the test was to determine if Windows guest defragmentation improves virtualization performance. The test was fairly simple; we created a fragmented disk with ISO images and other files and made a copy for each of the five virtual machines. We installed MS Office and MS SQL on each of the VMDKs and measured the results with vscsiStats. After the data collection was done on the fragmented disks, we used PerfectDisk to defragment the files and free space on all of the disks and repeated the tests using the defragmented disks.

The results were pretty impressive on several fronts. First of all, one of the main sources of virtualization overhead occurs when IO have to traverse the virtual storage stack. Our testing showed that when the Windows guests were defragmented with PerfectDisk the total number of IO was reduced by 36.5% and write IO was reduced by 44.6% after the MS SQL installation. This means defragmentation was able to reduce the total IO load by over 1/3 for all IO and it reduced write IO by almost half. How was defragmentation able to do this?

The answer is that while file defragmentation improves file read time, free space consolidation improves file write time by reducing the number of physical accesses needed to write the file. If the guest file system can find sufficient contiguous free space, the likelihood of the file being written in one piece improves. Contiguous free space also means you do bigger writes. The vscsiStats bear this out. The PerfectDisk disk created 11.9 times as many IO greater than 524K, which is the largest vscsiStats bucket size. The vscsiStats histogram illustrates this difference on the far right column.



Disk IO latency was also affected by the file defragmentation and free space consolidation of the Windows guests. As noted above, the Windows file system was able to perform fewer and larger IO when the disk is defragmented and the free space is aggregated in a large chunk. It logically follows that these IO will complete in less time and the vscsiStats again support this assumption. The utility sorts IO into buckets ranging from .001ms to >100ms. Since the average disk drive access time is about 15ms, we viewed all IO taking more than 15ms as a slow IO. The vscsiStats show the defragmented disk reduced the total number of IO taking longer than 15ms by 48.7%.





The final metric that showed improvement due to guest system defragmentation was sequential IO. The vscsiStats utility measures the distance in logical blocks between seeks. This histogram shows that the defragmented disk increased the number of IO that were only one block away (center columns) and decreased the number of IO that were 1000 to 500,000 logical blocks away (left and rightmost columns).



 
 
In summary, it appears Windows guest file defragmentation and free space consolidation will:
  • Reduce VMware overhead by reducing the total number of IO that traverse the virtual storage stack
     
  • Improve system throughput by producing larger IO
     
  • Reduce system latency by reducing total IO and generating larger IO
     
  • Improve virtualization performance by increasing sequential IO
     
  • Reduce the demand for host CPU, memory and IO resources
     
  • Potentially create a situation where the host can support one or more additional guests due to the resources conserved

To access a complete copy of the white paper detailing the test procedures and results go to www.perfectdisk.com/user_data/white_papers/vmware_multi_test_new.pdf




 

Big, bad and ugly drives -- what's the best defrag software?

Thursday, July 22, 2010 by Joe Abusamra
                                                             Best defrag software is not free

The debate about whether or not free is good enough for a defrag of the data on your disk drives will likely go on as long as Windows and NTFS are around. I've discussed the merits of third-party defrag software that is not free here before, but I'm not doing that today. However, there are some instances and conditions that lend themselves to a much easier conclusion and a clearer delineation between free and "not free". And I do want to share an interesting user experience with you.

Like the case of the CNN newsroom that was brought to a halt because its servers were so severely fragmented. And a recent story that was brought to my attention by Andrew Hart of Australia. Andrew is a heavy Photoshop user and has 5 1TB hard drives that he gives quite a workout with all he does. And he needed to defrag Windows 7. He gave a couple of freeware defrag tools a try. For his environment, they didn't cut it.

                                                Best defrag software for large drives

This is how Andy describes his situation:

"After only 3 days of trialing it, albeit to the point of having tried, almost exhaustively, all the available defrag options on very large, heavily fragmented data drives,  I have concluded that PerfectDisk 11 PRO is a very competent and comprehensive defragging program. I am very pleased to have it looking after my 5 x 1 Terabyte HDDs in a  64-bit Win 7 computer. On days when I am working in Photoshop CS5, which is quite often, I can generate and delete several gigabytes of image data in a single session, and this makes it virtually mandatory to have a defrag program with robust strength, speed and intelligence to keep my system from becoming bogged down and unresponsive. I have tried the defrag utility built into Win 7 64-bit, as well as another free 64-bit program, but unfortunately neither are quite up to the task of both completely defragging and simultaneously compacting all free space quickly in a single pass. For those requirements I have to look to PerfectDisk."

How to make your PC run faster? There are various things that can help, defragmentation being one. When people look at a defrag utility to defrag Windows 7 or auto defrag XP, at the individual user level, freeware may be considered. But they might not be good enough for the biggest, baddest and ugliest of your drives - the ones with large files that are edited, created and deleted frequently. And when you add things like the ability to find and remove duplicate files, the decision becomes easier still.

                                                   Large drives and best defrag software

Sometimes the best things in life are free. Sometimes, however, as in the case of the best defrag software, free just doesn't cut it.

Building network infrastructures for SMBs with PC optimization software and more

Tuesday, July 20, 2010 by Joe Abusamra
                                            

One of the great IT challenges in my opinion is helping SMBs (small- and medium-size businesses) maximize their use of technology to achieve their business goals. The reason it is such a big challenge is that there is often minimal expertise in-house, and even less time to devote to thinking about ways in which technology can help. If a business is devoting the majority of its resources to figuring out how to find that next customer, maintain its existing customers, or just keep afloat in these challenging times, there's usually not much time, if any, to spend thinking about how to take advantage of new technology, or planning strategically. Sure, when something goes bad and a problem arises, technology moves to the forefront of the business concerns. But once the fire is put out, it's back to the day-to-day.

PC optimization software for SMB

But there are SMBs that have figured out that there is true benefit to taking advantage of technology to make their businesses better or smarter. There's a proactive way that not only can stop (or minimize) problems from occurring, but make the business better. Through greater efficiency, more productive employees, better service, etc.

This is where a company called ProsLink comes in. ProsLink is an IT solutions firm headquartered in Bloomington, Indiana that has carved out a niche for itself focusing on helping SMBs run their businesses better. Officially, it "specializes in building and supporting IT network infrastructures for small and medium businesses." What's that mean? Well, it can be anything from helping businesses do a better job of handling their email to helping a company deploy an anti-virus solution so the company can cross that off the list of things to worry about. Things as relatively simple as figuring out the best PCs for a company's workers, to as complex as implementing server virtualization to reduce costs, or vSphere and virtualization performance tuning. The list of services ProsLink provides is long. But the benefits are focused.

                                                                             PC optimization software for SMB

ProsLink has even been singled out by Cisco for its work. ProsLink's SmartCare Service works in conjunction with Cisco Services to proactively verify that a network is secure, reliable, and functioning optimally to help improve employee productivity and customer responsiveness to get the most from technology investments. The people at ProsLink know their stuff, and this is all real stuff that helps a business run better.

In looking at server and desktop performance, one area where ProsLink has researched heavily is disk defragmentation. It's looked at all the options and possible solutions out there. It's done its homework, and we're happy that it has found PerfectDisk to meet all its needs and those of its clients, from virtualization performance and vSphere performance to auto defrag, from server defrag to faster PC performance.

As Craig Hickman of ProsLink told me recently, his company "utilizes PerfectDisk solutions for clients who are looking to receive peak performance from their servers and desktops.  PerfectDisk is a great solution for those looking to keep older and newer hardware optimized on a continuous basis."

                                            SMB and best defrag software

A business that gets it. For SMBs that get it.

 


Hybrid drives and do I need a hybrid drive defrag

Tuesday, July 13, 2010 by Joe Abusamra
                                              

Hybrid drives use the fundamentals of a hard drive, but add additional capability with RAM or an SSD for increased performance. Wikipedia gives the following definition:

A hybrid drive, hybrid hard drive (HHD), or hybrid hard disk drive (H-HDD) is a type of large-buffer computer hard disk drive. It is different from standard hard drives in that it integrates a cache using non-volatile memory or even a small solid-state drive (SSD). Although the cache typically uses non-volatile flash memory, some drives use battery-backed volatile RAM (a hybrid RAM disk). The flash memory buffer can speed up repeated reads to the same location; a RAM buffer speeds both reads and writes, but must be written to backup storage when power is lost.

Benefits of hybrid drives can include decreased power consumption and heat generation, the ability to boot quicker via faster boot times and faster PC startup, decreased noise, improved reliability, and improved performance.

But there are drawbacks too. Such as lower performance for non-cached data and small disk writes. They are more expensive than regular hard drives and don't last as long. There may actually be more noise and power usage in some cases. And importantly, recover-ability of data can be problematic.

                                             Hybrid drive, hybrid drive defrag or SSD defrag

Well, once you've look at all the considerations and do your research, if you do end up with a hybrid, what about defragmentation - do you need a defrag program for your hybrid drive? The short answer is -- yes.

As for the why, it's due to the fact that at the core of a hybrid drive is a good ol' fashion hard disk drive. So just think - if you need to a defrag utility to defrag hard drive, defrag metadata and defrag, you'll need to defrag a hybrid drive -- because a good portion of it is a hard drive. The reading and writing - and therefore the modifying, adding and deleting that causes fragmentation -- ultimately occurs on the hard drive itself. And that had drive is where the NTFS file system resides, along with all its peculiarities and problems.

A lot of activity may occur in a RAM drive (or now, SSD), but when this happens, periodically the data is moved to the hard drive. This periodic flushing of the data occurs within the controller and is determined by the drive manufacturer. But once it ends up on the hard drive, it's prone to fragmentation just like a non-hybrid drive.

Hybrid drive defrag? Yes, and use your best defrag software, as always. 

Related Posts:

SSD overview and do I need an SSD defrag -- Part 1
SSD overview and do I need an SSD defrag -- Part 2

Windows 7, video performance and the defrag connection

Monday, July 12, 2010 by Joe Abusamra

                                          

Redmond Magazine recently reported a problem with Windows 7 and video performance, where the VC-1 video codec does not use all of the cores in three-core and six-core machines. What does this mean? Well, if you've purchased a new computer with Windows 7 for better graphics and video support, you may not be getting all you signed up for. For example, Blu-ray disc players aren't leveraging the power of some multicore machines running Windows 7.

The issue may also affect Xbox 360 game consoles, which also use VC-1, as well as a few other video codecs. Codecs compress and decompress media files. Most computer users probably don't care about them, as long as the video frames run smoothly. But many do.

As Redmond reports, there's no word from Microsoft on when the problem with the VC-1 video codec in Windows 7 will be resolved.                                            xbox 360 game console image

In the meantime (and afterward), thousands of videographers, graphic designers and the like turn to thorough disk defragmentation to boost their video performance. Particularly when you're doing lots of editing, with large files changing and being deleted, video performance can take a big hit. That's why so many of them turn to defragmentation utilities like PerfectDisk to keep video performance humming along.

Fast defrag. Faster defrag performance. All leading to better video performance.

Network World on Google Voice and duplicate file software (and a little defrag)

Thursday, June 24, 2010 by Joe Abusamra

                                      https://www.kangaroomstorage.com/content/Networkworld_logo.jpg

It's not often that PerfectDisk and disk defragmentation software get into an article on a hot topic like Google Voice in publications like Network World and ComputerWorld. But yesterday was such a day. Okay, you have to read the entire article and it's not the focus of the article, but hey, I'll take it (and for a ComputerWorld, Network World, PC World article all about PerfectDisk, see this).

                                              

Mark Gibbs, writing in Network World in an article picked up by ComputerWorld and others, penned Google Voice turned loose and finding duplicated files in an article stating that Google Voice is now available to the public. And not being a Google Voice user right now, I will be soon. After reading Gibbs article, there seem to be many reasons to follow his advice -- "...you should really check it out...."

Besides giving a brief overview of Google Voice, Gibbs turns his focus to duplicate file removal and duplicate file software. It's a key part of a cleaning and streamlining effort he undertakes, writing:

"...what could need cleaning out? The answer: Duplicate files.

On my storage systems I have literally hundreds of projects along with various resources that simply exist for our entertainment (such as iTunes) that I know contain in many cases many duplicate copies of files.

So, in an attempt to streamline my stuff, I decided to try out three de-duplication products..."

I agree wholeheartedly with Mark that duplicate file removal is important and a great way to clean your PC. What Mark didn't mention was that PerfectDisk includes a duplicate file manager for duplicate file removal. However, he does mention that PerfecDisk is handling his disk defragmentation needs on his servers and PCs.

So check out Google Voice, whether or not you need duplicate file software or a defrag utility. And check out Mark Gibbs article in Network World and ComputerWorld here. Mark knows his stuff - he's done just about everything in the networking business, from serving as an executive in various companies to creating companies; and as an author he has written four books and numerous articles about networking and computer technology.

Apparently, he can't be dupped.

                                         Duplicate file removal with duplicate file software
 

Defrag Exchange database with 110% space -- and 10% of the time

Friday, June 18, 2010 by Joe Abusamra

                                                         

As another weekend approaches, so does that time when many Exchange administrators think about the need to defrag Exchange database, and if they're smart, some good Exchange defrag software.

Now, Exchange performs, on its own, some basic defragmentation. But here I'm referring to Exchange offline defragmentation. Offline defragmentation and subsequent compaction of your Exchange Server data stores allow the operating system to reclaim disk space occupied by deleted data. How does this happen?

As users delete e-mails, the Exchange Server software frees up the space within the data stores where those e-mails reside, but never returns actual on-disk storage space to the operating system. The resulting data store never shrinks in size, whereas smaller data stores equate with expedient backups and more efficient disk utilization. If an Exchange data store starts to consume increasingly large quantities of disk space, the only way to reclaim those resources is to perform an offline defragmentation and compaction pass.

Now, an Exchange administrator can do this via the ESEUTIL utility, but it's a cumbersome and time-consuming task. There's a lot of manual commands and entering of data that is prone to user error. Which is why we developed PerfectDisk Exchange to automate the process and save Exchange administrators time -- lots of time. PerfectDisk Exchange enables you to automatically shut down an Exchange Server, then copies selected data stores to local or remote volumes, and compacts and optimizes volumes. You can also return data stores to their applicable Exchange directories and restart Exchange Server either through the user interface or via a scheduled event. On Exchange 2000, 2003, 2007 and 2010, selected data stores are dismounted and no services need be stopped. This leaves your mail server available to other data stores it may manage.

A question we often hear is "how much free space is needed to perform an Exchange defrag?" The answer is 110%.

When your data store is being defragmented, a copy is made and defragmented, then copied back to the location of the active information store. In order to create this temporary working copy of the data store, there needs to be sufficient space on your hard drive. The process requires free space equal to 110% of the size of the data store. By default, the boot drive (i.e., the drive containing the WinSystem folder) will be used.

There's a way to defrag Exchange without all the aggravation and without all the time - with the proper Exchange defrag software. 
 
                                                     Exchange defrag software with best defrag software

Nature photographers, NatureScapes, and video performance and defrag

Wednesday, June 9, 2010 by Joe Abusamra
                                        Video performance and best disk defrag program

The NatureScapes web site labels itself The Resource for Nature Photographers. Its goal is to be an invaluable resource for nature photographers by offering relevant content and nourishing a growing community of photographers. I have not verified this, but NatureScapes claims to "offer more content in one place than any other website targeted to nature and outdoor photo enthusiasts." The site offers a wealth of editorial content that includes tips and techniques, reviews of equipment, an online store for photo gear, and photo galleries for members. It also hosts several community forums for member to share information and ask and answer questions.

Now, we know there are thousands of photographers and videographers that use PerfectDisk as their defragmentation program of choice, whether they are professional photographers or casual hobbyists. They simply want the best disk defrag software. Many of them write to us telling us why they use PerfectDisk and also how they came to learn about this defrag utility.

                                                

Many of them mention NatureScapes. Turns out there are a lot of recommendations for PerfectDisk in the NatureScapes forums from the real photographers who use it every day for the best PC optimizer and for superior PC tuneup. Comments like:
  • "I used to have problems defragging some drives. A few years ago I purchased PerfectDisk and haven't had a problem since."
  • "PerfectDisk is the industry standard for serious defragmentation."
  • "For defragmenting, you'd be hard pressed to find anything better than PerfectDisk."
  • "PerfectDisk and it works like a charm. Not a hitch!"
  • "I run PerfectDisk every night which defrags my drives. (A great tip I got on this forum."
For top video performance, look to what other photographers and videographers see as the best disk defrag software.        
                                           Video performance and best disk defrag software                               

Is your defrag tool smart enough? 12 ways to tell

Tuesday, June 8, 2010 by Joe Abusamra
                                                 Is your defrag smart enough to be the best defrag software

Information Week had a recent cover story entitled Are Your Apps Smart Enough? This got me thinking, like most things do, of defrag programs and the "smarts" that are required to make the best defrag software. After all, any decent defrag utility, even freeware, is going to do a bare minimum (hopefully), to at least attempt to put fragmented files into a single piece and get you faster PC performance.

But how do you know if your defrag program is smart enough to be the best defrag software? Here are 12 to get you started:
  1. The developers of your defrag utility meet regularly with Microsoft development teams, including file system experts, for a true understanding of file system behaviors, strategies and plans.
  2. The defrag utility employs disk and file optimization strategies for the best possible drive optimization, rather than simply defragments files, so it is a true PC performance optimizer, beyond just a simple defrag utility.
  3. It performs robust free space consolidation to significantly prevent fragmentation, reduce the rate of future fragmentation and improve write performance.
  4.  It's smart enough to just defrag a file -- a single file or a few selected files -- rather than the entire drive, if that's all that is fragmented and that's all you need done at a particular time.
  5. It doesn't force you into a single way to defrag - it provides flexible scheduling options that are accommodating to your activity and requirements, whether you need or want automatic background defragmentation during idle time, screen saver defrag, or daily or weekly schedules.
  6. It optimizes boot files to improve boot time by 20% or more.
  7. It provides a free, Microsoft-certified duplicate file remover and file recycler to further assist disk cleanup and optimization efforts.
  8. It's simple enough for the novice user but with free, optional advanced features for power users.
  9. It's smart enough to be the choice for tens of thousands of World of Warcraft users around the world to improve World of Warcraft performance and used by millions of gamers around the world to improve the performance of other PC games.
  10.   It's intelligent enough to contain patent-pending technology that ensures no resource contention in virtual environments and can boost virtualization performance with specific solutions for vSphere and Hyper-V.
  11.   It's passed the internal tests, pilot programs and RFPs of many of the world's largest companies and government agencies, and is deployed in and helping those enterprises today.
  12.   It is certified by Microsoft for Windows 7.
Make sure your defrag tool is smart enough to be the best defrag software possible.

                                                      Smart defrag tool is best defrag software

The best defrag tool for video performance - and more

Monday, May 24, 2010 by Joe Abusamra

                                          Best defrag tool for video performance

Just about every Windows user can benefit from a defrag utility, and the best results come from the best defrag tool. Certain applications and certain uses of the computer can benefit even more, and the area of video performance is one such particular subject. We're happy to count some of the world's best photographers and videographers as PerfectDisk users, but we're just as happy to have recreational and even novice users benefit from improved video performance with PerfectDisk. 

                                               Pastor C. P. Hanson

I know better than to talk about religion in a blog about technology and disk defragmentation. However, I'm happy to to write about a particular church's use of what it perceives as the best defrag tool for video performance. And that's where the Fundamentalist Baptist Church comes in. Located in in Santa Ana, California, in the heart of Orange County and just a few minutes from Disneyland, is where this defrag and video performance story starts. The chuirch records videos of its sermons and more. I'll let the pastor's words tell the story:

"The main reasons for my choosing PerfectDisk are:

     (1) Consolidation of files on hard drive
     (2) Defrag/consolidation of system files upon reboot

I do processing of video. I had used Diskeeper, but that software does not do consolidation of files on the hard drive. When you "capture" video on a hard drive, drive consolidation is very, very important. The reason is that, when a file splits due to running into another file ahead of it on the hard drive, it must fragment at the point. This stopping of the file and continuing it at another place on the hard drive can result in lost frames during a video capture. Lost frames are a "no no" for professional quality video capture, because it causes a momentary jump (because of a lost of frames) in movement when played back later. HDV capture from a Canon HV20 HDV video camera using Cineform was the specific application used.

I heard about your software on a Video production blog, from another guy who had the same problem (the need to consolidate files) and he recommended your product."

No matter what religion, there's only one best defrag tool for video performance.


Is software discovery broken? Not for the best defrag software

Wednesday, March 31, 2010 by Joe Abusamra

                                                

Writing in that old industry stalwart PC Magazine, columnist John C. Dvorak declares that "software discovery is broken." In particular, he observes:

"A combination of SEO (search engine optimization) tricks, product duplication, fake companies, and bogus product reviews have muddied the water for software. No wonder app stores have begun taking over—it's almost impossible to find good software on the Internet. It's hard to find anything beyond big names like Microsoft Office and Adobe Photoshop, because little sleazeball companies have taken over the space.

"You see them all the time. If you're looking for any sort of utility on Google, you'll come across a ton of crappy and often useless (if not outright fraudulent) garbage that has risen to the top, thanks to what I like to call "active" SEO trickery."

                                                  Trickery or best defrag software?

Well, I do know there's a lot of junk out there. Hey, there are 5 billion people in the world, and there are a lot of bad ones too - but that doesn't make everyone bad. As one of only 2 real  enterprise defrag software companies in the world, we know there are a lot of weeds out there. No matter what you do on the Internet - work, play, research - you know you have to be smart about it and put your filters on. It's only natural, given the freedom of expression that the Internet has provided the world. 

So everything is not so easy. But day after day, month after month, the largest enterprises in the world, thousands of small businesses, and millions of consumers do what they are paid to do -- or desire to do -- and look for the best defrag software. And while I'm sure many end up with 'crap" (hey, Dvorak's words :)) for a defragger, we know that the majority end up with PerfectDisk or Diskeeper. They do their homework, they find real, valid reviews, and make the determination that the best disk defrag or the best enterprise defrag really leads to very few options.

You want the best recipe for making pizza? You know how to find options and filter through until you get the ones that you can trust. Want the best defrag software? Same process. It's life in 2010.

What do you think - is software discovery broken? 

The PC Magazine article is here.

                                          Is software discovery broken?


Softpedia Defragmentation Utilities review - PerfectDisk 11

Monday, March 15, 2010 by Joe Abusamra

                                        Final verdict: Excellent

Softpedia provides news, reviews and information on everything from defragmentation utilities to security software, games, and a lot more. Windows, Mac, Linux, Mobil and gadgets are just a few of the categories it tracks. Softpedia's team of editors and reviewers is usually quick to hop on new releases, and the launch of PerfectDisk 11 proved no different.

Softpedia has issued its PerfectDisk 11 review, with some of the highlights listed as BlockViewer, enhanced SSD defrag support, and the new Advanced SMARTPlacement, which seems to be getting everyone's attention. As always with Softpedia, there's a thorough overview, screen shots, and a final section on The Good, The Bad and The Truth, with The Truth summing it all up.

The review points out that the new Advanced SMARTPlacement optimization technology "is now customizable in terms of the file types that should benefit from faster access times. As top defragmenting professional solution, PerfectDisk Professional does not miss anything."

                                             EDITOR'S RATINGS: 

                                             User Interface:  (5/5) 
                                             Features:  (5/5) 
                                             Ease of use:  (5/5) 
                                             Pricing/Value:  (5/5) 
                                             Overall:  (5/5) 
                                        

Softpedia's review looks at the entire product, which for users familiar with PerfectDisk, know it's a big part of the product: "As Raxco accustomed its users, besides defragmentation power, PerfectDisk also includes space management features that are not at all negligible. The module provides an interesting set of instruments designed to provide accurate reports on the available free space on the drives and the data that takes most of it...comes in handy especially as today's market continually lowers the cost for storage devices, allowing users to keep more an more data on the hard disk(s)."

The Truth

Here's "The Truth" on PerfectDisk 11 according to Softpedia, a summary of its findings:

"The latest release of PerfectDisk does not bring spectacular features to the table and does not clutter the suite with useless functionality turning it into a bloated bundle. Instead, it thrives because Raxco perfects the existent features and matures them to the point they become flawless.

"Flexibility, versatility and ease of use remain the attributes of PerfectDisk Professional although these have been pushed to new limits. It can reduce fragmentation even given some of the most precarious conditions, such as less than 1% of free space and excessive fragments scattered randomly. It simply does its best to gather the files together and stops only when it cannot continue, giving you the reason for its halt.

"The few mischieves present in the application are of little importance compared to the benefits of the product, just like the price. Moreover, the application can be purchased at a lower price than it is regularly available ($39.99) through the constant promotions from Raxco."

You can see the entire review here.

                                            

 

Enterprise defragmentation evolved -- Remote Free Space Management

Thursday, February 4, 2010 by Joe Abusamra
                                          Photgraph of Muhammad Ali standing over a prostrate Sonny Liston
While reasonable people can argue the merits of using freeware to defrag a computer or to defrag a file, if that capability exists in the particular defragmentation software, no such arguments exist when it comes to enterprise defragmentation. The choice becomes greatly limited. The freeware utilities, the built-in Windows defragmenter, and even most of the chargeable ones are simply not designed for enterprise defragmentation.

Putting aside for a moment the actual quality, flexibility and customization capabilities of the defrag program to improve PC performance, a large enterprise or even relatively small business has a lot more to worry about to ensure successful enterprise defragmentation. Installation and deployment across the organization to the required PCs and servers. Configuration and management. And reporting. Any good administrator requires full reporting capabilities to have a handle on the status of his or her enterprise. And better yet, be able to be proactive. Which is why PerfectDisk provides an elaborate alerting and warning system for administrators within the PerfectDisk Enterprise Console.

                                            Enterprise defragmentation reports

And now comes Remote Free Space Management, a shot in the arm to IT administrators responsible for enterprise defrag. It allows IT administrators to generate detailed reports on disk use, including graphical representations of storage usage. This new functionality provides significant improvements over Windows Storage Server Reports, providing not just data, but actionable reports. For instance, you can run a Duplicate File Report in Storage Server, but it does not allow you to remotely identify and execute duplicate file removals across the enterprise. PerfectDisk does.

Enterprise defragmentation evolved. March 2010.

                                            Enterprise defrag evolved

Related Posts:

x64 defrag — do it right or just skip it

Tuesday, February 2, 2010 by Joe Abusamra

                                                

As more and more PCs come to market with x64 architecture, users need to be assured that the applications and software they use on their computers handle the 64-bit architecture corectly. That includes a top defrag utility. There are certain features of the x64 platform that need to be taken into account when designing and building a program for this environment. Microsoft provides a guide for the development, migration and porting to the 64-bit platform, and our development team has had the opportunity to meet directly with Microsoft on this issue. The result is that PerfectDisk’s operation in a 64-bit environement is completely transparent to the user and it runs flawlessly.

                                            Making up the Solution (1)

Here are some of the issues we’ve dealt with for PerfectDisk on x64 defrag:

  • The pointer size on 64 bit is 8 bytes; therefore all the code that contains pointer math needed to be reviewed and modified as necessary to avoid possible truncation.
  • Changes needed to be made with regards to registry reflection and redirection for WOW64 (Windows-on-Windows 64-bit).
  • There are very strict rules on digital signatures for kernel modules for Vista and Windows 7 x64 editions which had to be adhered to.
  • When compiling code under x32 platforms, compilers issue warnings for compatibility issues with x64. All this code and all of the warnings needed to be reviewed in order to ensure compelte transparency under x64.
  • Finally, our development team needed to clearly understand the differences between 64 bit and 32 bit in order to confirm that any other applications they worked with handled the differences properly. And since sometimes they did not, they would then need to work with other vendors to make sure things worked just right.

The result? As PerfectDisk user Brian Dohery told us: “I just switched to a new machine with the Vista 64-bit operating system on it. (Product name removed) was extremely buggy on the 64-bit architecture and PerfectDisk was not…ran like a dream and so I switched.” What the top defrag software should do.

For most people, switching to x64 is inevitable. That new computer you get is likely going to be 64 bit. It is very common now to have 4 BG of RAM or more, even on consumer desktop computers. Theoretically, the 32-bit architecture has a limit on the memory size it can address - and that limit is 4 GB. Given the fact that about 1 GB is reserved address space to be used by the motherboard, the maximum amount of RAM that a 32-bit XP or Vista system can use is even less, more like 3 GB.

No need to pinch yourself, it’s not a dream. We did the work, so PerfectDisk just works on x64.

                                            coupleclouds

Recapture a weekend -- defrag Exchange database automatically

Tuesday, January 12, 2010 by Joe Abusamra
                                                           

Matt Genereux, IT Specialist for Freedom Reporting in Birmingham, Alabama, is not atypical when it comes to Microsoft Exchange and what is required to defrag Exchange database. In many cases, when the time comes, it's a lost weekend, fighting with the Eseutil utility to manually defragment and compact his company's Exchange data stores.

No more. Matt picked up a copy of PerfectDisk 10 Exchange and where before "I spent all weekend defragging Exchange, PerfectDisk Exchange has saved him several days already."

Now, to defrag Exchange is a "no brainer" for Matt....weekends reclaimed.

                                                Defrag Exchange

Real world, real company -- Vigilante Security cuts costs and boosts productivity with defrag

Monday, January 11, 2010 by Joe Abusamra
                                                   

Sometimes we get so far down in the weeds of our disk defrag utility that it's easy to lose sight of what can be gained from a top disk defragment program. Today I wanted to touch on the success achieved via PerfectDisk's auto defrag and console management system by Vigilante Security, a Michigan-based alarm system company serving the residential and large industrial markets that uses PerfectDisk for its disk defragmentation and storage optimization needs. Vigilante services over 60,000 subscribers in 43 states.

                                                                  
 
Vigilante Security maintains 17 servers, 15 laptops and over 50 workstations, with employees working on a range of applications from Microsoft Office to Vigilante Security’s own proprietary alarm monitoring system. There are also dedicated CAD workstations and several PCs dedicated to remote access of Alarm control systems. The company also provides central station monitoring to other alarm dealers throughout the industry. Vigilante performs server defrag as well as desktop and laptop defrags with PerfectDisk.

Ron Ross, president of Vigilante Security, had this to say: “The ROI for PerfectDisk was quickly established, as we’ve saved a huge amount of time using the PerfectDisk Enterprise Console to administer the entire disk management operation from one location. Manual defragmentation with the Windows built-in defragmenter took too much time and also resulted in lost employee productivity while employees waited for defrag completion. PerfectDisk Server and PerfectDisk Professional have eliminated all those wasted resources, and the Enterprise Console allows us to manage the entire process effortlessly.”

Behind all the noise, real benefits. 

                                                      Defrag and save money
 



 

Computerworld -- Ready to roll; PerfectDisk 11 Beta -- same

Wednesday, January 6, 2010 by Joe Abusamra
                                                    

Computerworld's first issue of 2010 is out with its Forecast 2010 Special Report, along with the headline Ready to Roll. The premise? "IT budgets will be flat in 2010, but savvy IT execs are betting on new projects that have a big ROI and tap the best consumer technologies." Are ho hum topics such as defragmentation utilities, boot time defrag, and disk cleanup tools specifically in the report? No, but a lot that directly ties to defragmenting PCs is. Virtualization defrag, Windows 7 defrag, Windows Server 2008 defrag and a lot more are all connected. I'll be writing about some of these Computerworld topics and their relation to PerfectDisk and disk defrag software in coming posts.

                                          

And speaking of being ready to roll...the PerfectDisk 11 beta is too. We're anticipating our largest field test ever and are excited along with our testers to get it going. Because of the large number of testers at both the enterprise and consumer level, the test will be staggered a bit. So some of you may get access to the software before or after others. Please don't worry, you will be able to have at it soon. And I'll also be sharing bits about PerfectDisk 11 here from time to time and on up-to-the-minute news on Twitter.

We appreciate your patience. As always, we're excited and looking forward to it all. 

Here we go... 

                                                              
Related Post:

PerfectDisk 11 defrag -- on the horizon                                                

Fragmentation prevention with IntelliWrite -- say hello to reality

Monday, January 4, 2010 by Joe Abusamra

                                                

You may have read recently about our favorite competitor's (Diskeeper's) latest release and its introduction of a file system filter for defragmentation called IntelliWrite.

As a major developer of enterprise and consumer software for defragmenting computers, many inquiring minds in the industry have begun to ask us what our opinion of IntelliWrite is. It's the kind of inquiry we expect, and eagerly answer. Erwin Solis, PerfectDisk product manager, went about directing our lab tests on the issue. Rather than give you just opinion, we attempt to provide solid numbers and easily reproducible proof.

So what is IntelliWrite and why does it create free space fragmentation?

The good folks at Diskeeper questioned the importance of total free space consolidation -- getting the biggest possible piece of free space -- in a recent blog post. The argument Diskeeper appears to be making is that free space consolidation can be ignored in favor of using a file system filter to eliminate file fragmentation on the fly. There are three key issues with this theory. First, if you intentionally (or unintentionally) cause free space fragmentation to build up, you'll quickly leave a volume in state where files will be forced to fragment. Secondly, in order to prevent such an issue from happening, you'll have to consolidate free space anyway and therefore consume even more resources. Lastly, by using a file system filter, if not done properly, additional overhead is introduced to accomplish something that NTFS already does on its own.

At the heart of this issue is the apparent insistence that the NTFS file system is incapable of preventing file system fragmentation on its own. Actually, NTFS does an excellent job all on its own, and does an even better job when free space is effectively consolidated.

So - how about a reproducable demonstration?

For the following test, feel free to use any sized volume, large or small. The key is to have plenty of consolidated free space. In order to be completely fair, we've used a freshly formatted 100GB volume so that neither NTFS nor Diskeeper's IntelliWrite will have an excuse for their behavior.

This is what we did:

1) Turned IntelliWrite off
2) Completed a Full Install of Office 2007 on a freshly formatted 100GB volume.
3) Analyzed the volume with Diskeeper and noted the statistics provided.

As you can imagine, we then ran the same test over again, this time with IntelliWrite turned on. Here are the results:

Using a 100GB NTFS volume, we can see a dramatic difference in how free space is consolidated:

 

 

NTFS

IntelliWrite

Free Space Fragmentation

 

 

Percent low performing free space

0%

0%

Total free space extents

2

3,995

Largest free space extent

97 GB

94 GB

Average free space extent size

49GB

25 MB

 

 

 

 

 

 

Low-Performing files percentage

 

 

% of entire volume

0%

0%

% of used space

0%

0%

 

 

 

Directory fragmentation

 

 

Total directories

182

182

Fragmented directories

28

21

Excess directory fragments

103

46

 

 

 

File fragmentation

 

 

Total files

4,486

4,494

Average file size

267 KB

267 KB

Total fragmented files

0

0

Total excess fragments

0

0

Average fragments per file

1.00

1.00

Files with performance loss

0

0

 

The data shows that, for the area of the disk where data was written, the average free space gap dropped from 49GB to just 25MB. Instead of free space being broken into just 2 fragments, Intelliwrite splits it into nearly 4,000 pieces. Notice how in this example that NTFS managed to prevent all file fragmentation on its own, without the additional resource impact associated with a 3rd-party file system filter. In this case, IntelliWrite provides ZERO benefit and instead proves to be the exact opposite of what you would consider a "green" technology. Try adding the I/O Other Bytes column to the Processes tab under Task Manager to see just how much I/O activity Diskeeper generates over time; we believe you'll find Diskeeper's resource usage to be a real eye opener. These are the results that IntelliWrite provides during the installation of a common office application; the impact for servers is even greater. Recently, a Diskeeper customer contacted us about a problem that IntelliWrite caused for them on one of their file servers; we saved a snapshot of the summary statistics provided by PerfectDisk Server:

 


As you can see, IntelliWrite was effectively addressing the file fragmentation on the volume - but at the cost of creating other performance issues. By eliminating the resource overhead associated with IntelliWrite and applying SMARTPlacement with PerfectDisk Server, performance was restored just 24 minutes later. Here's an analysis of the results:



As many users know, the PerfectDisk solution to this problem is to combine the intelligent placement of files, with the best possible consolidation of free space - so that NTFS can do the best job possible without additional resource overhead. After all, it's not just whether or not files are fragmented, but how and where they are written that also matters.

Our impression is clear. We suggest that users simply ignore the currently available file system filter - just turn it off. Even if Diskeeper is your preferred disk defrag utility, don't create free space fragmentation to the detriment of your system performance. 

Finally, regarding the issue of IntelliWrite being a "green" solution...because it creates a situation where resources are consumed in order to prevent file fragmentation - but which results in the need to consume yet more resources to clean up the free space fragmentation issues it leaves behind...there might be another color I'd use to describe it.

The bigger point here -- make sure you do your own testing and verification. As with just about all software, results may vary. But do your own checking -- just because someone says something is so, doesn't necessarily mean that something is so, right? I think we learned that lesson time after time in 2009.

                                                      
 
Note: Diskeeper is a registered trademark and IntelliWrite is a trademark of Diskeeper Corporation.