<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Dbench%3A_alternatif_loadfile</id>
	<title>Dbench: alternatif loadfile - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Dbench%3A_alternatif_loadfile"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Dbench:_alternatif_loadfile&amp;action=history"/>
	<updated>2026-04-20T16:45:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Dbench:_alternatif_loadfile&amp;diff=53036&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;==Contoh 1==  Edit   vi /usr/share/dbench/contoh1.txt  Isi   # Create a bunch of files  # OPEN     # Flags are the combination of these flags, ored together  #     0x01    O_R...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Dbench:_alternatif_loadfile&amp;diff=53036&amp;oldid=prev"/>
		<updated>2018-12-11T02:24:37Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Contoh 1==  Edit   vi /usr/share/dbench/contoh1.txt  Isi   # Create a bunch of files  # OPEN     # Flags are the combination of these flags, ored together  #     0x01    O_R...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Contoh 1==&lt;br /&gt;
&lt;br /&gt;
Edit&lt;br /&gt;
&lt;br /&gt;
 vi /usr/share/dbench/contoh1.txt&lt;br /&gt;
&lt;br /&gt;
Isi&lt;br /&gt;
&lt;br /&gt;
 # Create a bunch of files&lt;br /&gt;
 # OPEN   &lt;br /&gt;
 # Flags are the combination of these flags, ored together&lt;br /&gt;
 #     0x01    O_RDONLY&lt;br /&gt;
 #     0x02    O_WRONLY&lt;br /&gt;
 #     0x04    O_RDWR&lt;br /&gt;
 #&lt;br /&gt;
 #     0x08    O_CREAT create the file if it does nto exist&lt;br /&gt;
 #     0x10    O_EXCL  fail if the file already exists&lt;br /&gt;
 #     0x20    O_TRUNC if the file exists, truncate it&lt;br /&gt;
 #     0x40    O_APPEND open in append mode only&lt;br /&gt;
 OPEN &amp;quot;/file0&amp;quot; 0x1c SUCCESS&lt;br /&gt;
 WRITE &amp;quot;/file0&amp;quot; 0 32768 SUCCESS&lt;br /&gt;
 WRITE &amp;quot;/file0&amp;quot; 32768 32768 SUCCESS&lt;br /&gt;
 CLOSE &amp;quot;/file0&amp;quot; SUCCESS&lt;br /&gt;
 #&lt;br /&gt;
 OPEN &amp;quot;/file1&amp;quot; 0x1c SUCCESS&lt;br /&gt;
 WRITE &amp;quot;/file1&amp;quot; 0 32768 SUCCESS&lt;br /&gt;
 WRITE &amp;quot;/file1&amp;quot; 32768 32768 SUCCESS&lt;br /&gt;
 CLOSE &amp;quot;/file1&amp;quot; SUCCESS&lt;br /&gt;
 #&lt;br /&gt;
 OPEN &amp;quot;/file2&amp;quot; 0x1c SUCCESS&lt;br /&gt;
 WRITE &amp;quot;/file2&amp;quot; 0 32768 SUCCESS&lt;br /&gt;
 WRITE &amp;quot;/file2&amp;quot; 32768 32768 SUCCESS&lt;br /&gt;
 CLOSE &amp;quot;/file2&amp;quot; SUCCESS&lt;br /&gt;
 #&lt;br /&gt;
 OPEN &amp;quot;/file3&amp;quot; 0x1c SUCCESS&lt;br /&gt;
 WRITE &amp;quot;/file3&amp;quot; 0 32768 SUCCESS&lt;br /&gt;
 WRITE &amp;quot;/file3&amp;quot; 32768 32768 SUCCESS&lt;br /&gt;
 CLOSE &amp;quot;/file3&amp;quot; SUCCESS&lt;br /&gt;
 #&lt;br /&gt;
 OPEN &amp;quot;/file4&amp;quot; 0x1c SUCCESS&lt;br /&gt;
 WRITE &amp;quot;/file4&amp;quot; 0 32768 SUCCESS&lt;br /&gt;
 WRITE &amp;quot;/file4&amp;quot; 32768 32768 SUCCESS&lt;br /&gt;
 CLOSE &amp;quot;/file4&amp;quot; SUCCESS&lt;br /&gt;
 &lt;br /&gt;
 dbench -D /mnt/public -c /usr/share/dbench/contoh1.txt --skip-cleanup 10&lt;br /&gt;
&lt;br /&gt;
 dbench version 4.00 - Copyright Andrew Tridgell 1999-2004&lt;br /&gt;
 &lt;br /&gt;
 Running for 600 seconds with load &amp;#039;smb-writefiles.txt&amp;#039; and minimum warmup 120 secs&lt;br /&gt;
 0 of 10 processes prepared for launch   0 sec&lt;br /&gt;
 7 of 10 processes prepared for launch   0 sec&lt;br /&gt;
 10 of 10 processes prepared for launch   0 sec&lt;br /&gt;
 releasing clients&lt;br /&gt;
   10        32     2.44 MB/sec  warmup   1 sec  latency 228.466 ms&lt;br /&gt;
   10        37     2.49 MB/sec  warmup   1 sec  latency 512.282 ms&lt;br /&gt;
 &lt;br /&gt;
  Operation                Count    AvgLat    MaxLat&lt;br /&gt;
  --------------------------------------------------&lt;br /&gt;
  CLOSE                       50    95.240   221.051&lt;br /&gt;
  OPEN                        50    62.833   240.597&lt;br /&gt;
  WRITE                      100    30.972   250.154 &lt;br /&gt;
 &lt;br /&gt;
 Throughput 0 MB/sec  10 clients  10 procs  max_latency=512.282 ms&lt;br /&gt;
&lt;br /&gt;
==Contoh 2==&lt;br /&gt;
&lt;br /&gt;
 # OPEN   &lt;br /&gt;
 # Flags are the combination of these flags, ored together&lt;br /&gt;
 #     0x01    O_RDONLY&lt;br /&gt;
 #     0x02    O_WRONLY&lt;br /&gt;
 #     0x04    O_RDWR&lt;br /&gt;
 #&lt;br /&gt;
 #     0x08    O_CREAT create the file if it does nto exist&lt;br /&gt;
 #     0x10    O_EXCL  fail if the file already exists&lt;br /&gt;
 #     0x20    O_TRUNC if the file exists, truncate it&lt;br /&gt;
 #     0x40    O_APPEND open in append mode only&lt;br /&gt;
 OPEN &amp;quot;/file0&amp;quot; 0x01 SUCCESS&lt;br /&gt;
 READ &amp;quot;/file0&amp;quot; 0 32768 SUCCESS&lt;br /&gt;
 READ &amp;quot;/file0&amp;quot; 32768 32768 SUCCESS&lt;br /&gt;
 CLOSE &amp;quot;/file0&amp;quot; SUCCESS&lt;br /&gt;
 #&lt;br /&gt;
 OPEN &amp;quot;/file1&amp;quot; 0x01 SUCCESS&lt;br /&gt;
 READ &amp;quot;/file1&amp;quot; 0 32768 SUCCESS&lt;br /&gt;
 READ &amp;quot;/file1&amp;quot; 32768 32768 SUCCESS&lt;br /&gt;
 CLOSE &amp;quot;/file1&amp;quot; SUCCESS&lt;br /&gt;
 # &lt;br /&gt;
 OPEN &amp;quot;/file2&amp;quot; 0x01 SUCCESS&lt;br /&gt;
 READ &amp;quot;/file2&amp;quot; 0 32768 SUCCESS&lt;br /&gt;
 READ &amp;quot;/file2&amp;quot; 32768 32768 SUCCESS&lt;br /&gt;
 CLOSE &amp;quot;/file2&amp;quot; SUCCESS&lt;br /&gt;
 #&lt;br /&gt;
 OPEN &amp;quot;/file3&amp;quot; 0x01 SUCCESS&lt;br /&gt;
 READ &amp;quot;/file3&amp;quot; 0 32768 SUCCESS&lt;br /&gt;
 READ &amp;quot;/file3&amp;quot; 32768 32768 SUCCESS&lt;br /&gt;
 CLOSE &amp;quot;/file3&amp;quot; SUCCESS&lt;br /&gt;
 #&lt;br /&gt;
 OPEN &amp;quot;/file4&amp;quot; 0x01 SUCCESS&lt;br /&gt;
 READ &amp;quot;/file4&amp;quot; 0 32768 SUCCESS&lt;br /&gt;
 READ &amp;quot;/file4&amp;quot; 32768 32768 SUCCESS&lt;br /&gt;
 CLOSE &amp;quot;/file4&amp;quot; SUCCESS &lt;br /&gt;
&lt;br /&gt;
 ./dbench -B smb --smb-share=//10.0.0.33/data --smb-user=Administrator%password --loadfile=smb-readfiles.txt --timelimit=10 --skip-cleanup 10&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Pranala Menarik==&lt;br /&gt;
&lt;br /&gt;
* [[dbench]]&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>