Category 'uncategorized'

Review: Running Xen a Hands-On guide to the Art of Virtualization

A few days ago I finally got my copy of Running Xen. I was anxious to see how the information would be presented. I can tell you I was not disappointed. Continue reading

SyntaxHighlighter Plus Patch

Disclaimer: I did not write the bash support for syntaxhighlighter bboy.mr.freeze did and it can also be found here . All I did was take that, and modify SyntaxHighlighter Plus to take advantage of it. Continue reading

A note about content.

I am pulling in a few articles from my other site which are better suited here.

Launched!

Well, I have been planning to launch this site for a while now. A place to pay homage to the all mighty terminal in all of its glory. Actually I’m sure some non-terminal things will get in here but really thats fine. Ultimately I hope this will be a place for people to waste a few minutes and maybe pick up a new tip.

Disk Performance

So what kind of performance should people expect from a disk or raid?

How long should it take to create 100G file?

time dd if=/dev/zero of=mako1 bs=65536 count=163840

A customer of ours is using this to create a 10G file and its taking about 20 minutes to create the file on a 12 drive raid 5 with 3ware. After setting ra again (in case the customer did not) and I got about 18 minutes on the same command.

The customer says we should be able to create that file in about 10-20 seconds. ref (http://t2.unl.edu/ce-changelog/dcache04-performance)

[backdated article from old website]