A new study from pro-business think tank Institute for Policy Innovation claims that music piracy accounts for $12.5 billion in lost output to the US economy. That includes 71,060 lost jobs and $422 million in lost tax revenues... if the figures are accurate. Ars Technica's write-up points out a number of flaws in the IPI's reasoning. 'The study makes for some alarming reading, but it suffers from a few significant flaws. First and foremost, it appears to fall into the "illicit downloads = lost sales" fallacy, the view that each song obtained over a P2P network is a lost purchase.' There's more: 'The IPI study also assesses the increased demand for music if piracy didn't exist and assumes the market would remain as "intensely competitive" as it is today. The problem is that music fans are largely disenchanted with the market. By and large, music fans think that music is too expensive, and that much of what is available isn't very good.
Hardware
Benchmark
1. RAID1 - XFS
2. RAID1 - ReiserFS
3. RAID1 - EXT3
4. RAID10 - XFS
5. RAID10 - ReiserFS
6. RAID10 - EXT3
#### Write with Direct I/O $ dd oflag=direct if=/dev/zero of=data.out bs=1k count=10000 $ dd oflag=direct if=/dev/zero of=data.out bs=4k count=10000 $ dd oflag=direct if=/dev/zero of=data.out bs=512k count=10000 $ dd oflag=direct if=/dev/zero of=data.out bs=4096k count=10000 $ dd oflag=direct if=/dev/zero of=data.out bs=8192k count=10000 $ ./bonnie++ -r 16384 -s 32768 -u root -d /test/
### Write without Direct I/O $ dd if=/dev/zero of=data.out bs=1k count=10000 $ dd if=/dev/zero of=data.out bs=4k count=10000 $ dd if=/dev/zero of=data.out bs=512k count=10000 $ dd if=/dev/zero of=data.out bs=4096k count=10000 $ dd if=/dev/zero of=data.out bs=8192k count=10000 $ ./bonnie++ -r 16384 -s 32768 -u root -d /test/
### Read $ dd if=data.out of=/dev/null bs=1k $ dd if=data.out of=/dev/null bs=4k $ dd if=data.out of=/dev/null bs=512k $ dd if=data.out of=/dev/null bs=4096k $ dd if=data.out of=/dev/null bs=8192k $ ./bonnie++ -r 16384 -s 32768 -u root -d /test/
Results
Write with Direct I/O - RAID1
Write - RAID1
Read - RAID1
Bonnie++ - RAID1



« Previous 1 2



Add comment