{"id":59,"date":"2021-06-12T13:14:34","date_gmt":"2021-06-12T12:14:34","guid":{"rendered":"https:\/\/www.simons.tools\/de\/?p=59"},"modified":"2021-06-12T13:31:27","modified_gmt":"2021-06-12T12:31:27","slug":"measure-drive-speed-windows","status":"publish","type":"post","link":"https:\/\/www.simons.tools\/en\/measure-drive-speed-windows\/","title":{"rendered":"Measure drive speed windows"},"content":{"rendered":"\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;file&quot;,&quot;fullScreenButton&quot;:false,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;CMD (ADMINISTRATOR)&quot;,&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">winsat disk &lt;-seq\/-ran&gt; &lt;-read\/-write&gt; -drive &lt;drive letter&gt;<\/pre><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_en_post_content":"<!-- wp:codemirror-blocks\/code-block {\"fileName\":\"CMD (ADMINISTRATOR)\",\"mode\":\"shell\",\"mime\":\"text\/x-sh\"} -->\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>winsat disk &lt;-seq\/-ran&gt; &lt;-read\/-write&gt; -drive &lt;drive letter&gt;<\/pre><\/div>\n<!-- \/wp:codemirror-blocks\/code-block -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->","_en_post_name":"measure-drive-speed-windows","_en_post_excerpt":"","_en_post_title":"Measure drive speed windows","_de_post_content":"<!-- wp:paragraph -->\n<p>Mitgeliefertes Windows-Tool, keine Notwendigkeit f\u00fcr Drittanbieter-Software<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:codemirror-blocks\/code-block {\"fileName\":\"CMD (ADMINISTRATOR)\",\"mode\":\"shell\",\"mime\":\"text\/x-sh\"} -->\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>winsat disk &lt;-seq\/-ran&gt; &lt;-read\/-write&gt; -drive &lt;Laufwerksbuchstabe&gt;<\/pre><\/div>\n<!-- \/wp:codemirror-blocks\/code-block -->\n\n<!-- wp:paragraph -->\n<p><code>-seq<\/code>: Sequentielles (in hintereinanderliegende Speicherzeillen) Schreiben: Schneller dank Cache<br><code>-ran<\/code>: Schreiben an zuf\u00e4lligen Positionen, hier bringt ein guter Cache leider nicht viel<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><code>-read<\/code>: Testet Lesegeschwindigkeit<br><code><code>-write<\/code><\/code>: Testet Schreibgeschwindigkeit<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Laufwerksbuchstabe ohne Doppelpunkt<\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Beispiele Lesegeschwindigkeit<\/h2>\n<!-- \/wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Geschwindigkeit bei sequenziellen Lesen von C: testen<\/h3>\n<!-- \/wp:heading -->\n\n<!-- wp:codemirror-blocks\/code-block {\"fileName\":\"CMD (ADMINISTRATOR)\",\"mode\":\"shell\",\"mime\":\"text\/x-sh\"} -->\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>winsat disk -seq -read -drive C<\/pre><\/div>\n<!-- \/wp:codemirror-blocks\/code-block -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Geschwindigkeit bei zuf\u00e4lligem Lesen von C: testen<\/h3>\n<!-- \/wp:heading -->\n\n<!-- wp:codemirror-blocks\/code-block {\"fileName\":\"CMD (ADMINISTRATOR)\",\"mode\":\"shell\",\"mime\":\"text\/x-sh\"} -->\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>winsat disk -ran -read -drive C<\/pre><\/div>\n<!-- \/wp:codemirror-blocks\/code-block -->\n\n<!-- wp:heading -->\n<h2>Beispiele Schreibgeschwindigkeit<\/h2>\n<!-- \/wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Geschwindigkeit bei sequenziellen Schreiben von C: testen<\/h3>\n<!-- \/wp:heading -->\n\n<!-- wp:codemirror-blocks\/code-block {\"fileName\":\"CMD (ADMINISTRATOR)\",\"mode\":\"shell\",\"mime\":\"text\/x-sh\"} -->\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>winsat disk -seq -write -drive C<\/pre><\/div>\n<!-- \/wp:codemirror-blocks\/code-block -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Geschwindigkeit bei zuf\u00e4lligem Schreiben von C: testen<\/h3>\n<!-- \/wp:heading -->\n\n<!-- wp:codemirror-blocks\/code-block {\"fileName\":\"CMD (ADMINISTRATOR)\",\"mode\":\"shell\",\"mime\":\"text\/x-sh\"} -->\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>winsat disk -ran -write -drive C<\/pre><\/div>\n<!-- \/wp:codemirror-blocks\/code-block -->\n\n<!-- wp:heading -->\n<h2>Mehr Informationen zum Befehl<\/h2>\n<!-- \/wp:heading -->\n\n<!-- wp:codemirror-blocks\/code-block {\"fileName\":\"CMD (ADMINISTRATOR)\",\"mode\":\"shell\",\"mime\":\"text\/x-sh\"} -->\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>winsat -?<\/pre><\/div>\n<!-- \/wp:codemirror-blocks\/code-block -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->","_de_post_name":"festplattengeschwindigkeit-windows-testen","_de_post_excerpt":"","_de_post_title":"SSD- oder Festplattengeschwindigkeit unter Windows testen","edit_language":"en","footnotes":""},"categories":[12],"tags":[4,18,26],"class_list":["post-59","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-cmd","tag-drive","tag-speedtest","entry"],"_links":{"self":[{"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/posts\/59","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/comments?post=59"}],"version-history":[{"count":4,"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/posts\/59\/revisions"}],"predecessor-version":[{"id":194,"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/posts\/59\/revisions\/194"}],"wp:attachment":[{"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/media?parent=59"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/categories?post=59"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.simons.tools\/en\/wp-json\/wp\/v2\/tags?post=59"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}