<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to create a 50MB &amp;amp; 100MB files in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521659#M16978</link>
    <description>Hi Rosli Ahmad ,&lt;BR /&gt;&lt;BR /&gt;    just press "Ctrl+C" to stop it.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
    <pubDate>Mon, 11 Apr 2005 00:57:33 GMT</pubDate>
    <dc:creator>NiCK_76</dc:creator>
    <dc:date>2005-04-11T00:57:33Z</dc:date>
    <item>
      <title>How to create a 50MB &amp; 100MB files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521656#M16975</link>
      <description>Hi,&lt;BR /&gt;I'm wondering if there's a quick and dirty way to create a sample 50MB &amp;amp; 100MB files for testing purposes. I'm in the midst of a throughput testing and need to sample files for comparison.&lt;BR /&gt;&lt;BR /&gt;Also, what's the command to use to capture/ measure execution time? Is it 'time' command?</description>
      <pubDate>Sun, 10 Apr 2005 20:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521656#M16975</guid>
      <dc:creator>Rosli Ahmad</dc:creator>
      <dc:date>2005-04-10T20:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a 50MB &amp; 100MB files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521657#M16976</link>
      <description>hi Rosli Ahmad ,&lt;BR /&gt;&lt;BR /&gt;dd bs=50M if=/dev/zero of=aaa count=1&lt;BR /&gt;dd bs=100M if=/dev/zero of=aaa count=1&lt;BR /&gt;NiCK</description>
      <pubDate>Sun, 10 Apr 2005 22:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521657#M16976</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-04-10T22:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a 50MB &amp; 100MB files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521658#M16977</link>
      <description>Thanks NiCK, any idea how to intepret time output?</description>
      <pubDate>Sun, 10 Apr 2005 23:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521658#M16977</guid>
      <dc:creator>Rosli Ahmad</dc:creator>
      <dc:date>2005-04-10T23:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a 50MB &amp; 100MB files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521659#M16978</link>
      <description>Hi Rosli Ahmad ,&lt;BR /&gt;&lt;BR /&gt;    just press "Ctrl+C" to stop it.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Mon, 11 Apr 2005 00:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521659#M16978</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-04-11T00:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a 50MB &amp; 100MB files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521660#M16979</link>
      <description>I am not sure but maybe this is what you ask for ?&lt;BR /&gt;&lt;BR /&gt;#time -E dd bs=50M if=/dev/zero of=aaa count=1&lt;BR /&gt;&lt;BR /&gt;notice the -E there are many options this one is for Hour, Min, sec more discriptions are to be found in &lt;BR /&gt;&lt;BR /&gt;# man 2 time&lt;BR /&gt;&lt;BR /&gt;Hope this is what you required?&lt;BR /&gt;&lt;BR /&gt;J-P Huc&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 05:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521660#M16979</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-04-11T05:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a 50MB &amp; 100MB files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521661#M16980</link>
      <description>Zero points for my previous reply please It is wrong ! &lt;BR /&gt;&lt;BR /&gt;this should read &lt;BR /&gt;&lt;BR /&gt;# time Â´ a command Â´ &lt;BR /&gt;&lt;BR /&gt;You will find more explainations about the output format in following man page  &lt;BR /&gt;&lt;BR /&gt;man 2 times &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Mon, 11 Apr 2005 06:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-50mb-amp-100mb-files/m-p/3521661#M16980</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-04-11T06:15:24Z</dc:date>
    </item>
  </channel>
</rss>

