Mrz 22

Unter Linux lässt sich der Datendurchsatz um auf ein Medium zu schreiben ganz einfach auf der Console ausgeben.

[code]
time dd if=/dev/zero of=/ausgabepfad/ausgabedatei bs=1024k count=100
[/code]

In diesem Beispiel schreiben wir eine eine Datei mit 100Mb an Nullen.
Der Datendurchsatz wird anschließend auf der Console ausgegeben.

Natürlich lässt sich das Ergebnis auch in eine Datei umleiten.

[code]
time dd if=/dev/zero of=/ausgabepfad/ausgabedatei bs=1024k count=100 > /dateipfad/datei.txt
[/code]

Tags: , ,

Leave a Reply

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

© 2010 » Datendurchsatz messen - [ SEO ] [ Web - Development ] by Software | Solutions | Juergens