--- /dev/null
+Workload generator: c09-44
+File serve: c09-45
+
+Reads/writes are to the faster 1.5 TB drive
+
+smallcache: proxy has a 1 GB target cache size
+bigcache: proxy has a 64 GB target cache size
+native: Linux knsfd
--- /dev/null
+##############################################################################
+#
+# @(#)sfs_nfs_rc $Revision: 1.13 $
+#
+# Specify SFS parameters for sfs runs in this file.
+#
+# The following parameters are configurable within the SFS run and
+# reporting rules.
+#
+# See below for details.
+#
+# Example shows an NFS V3 run of 100 to 1000 ops/sec
+#
+LOAD="40"
+INCR_LOAD=40
+NUM_RUNS=20
+PROCS=4
+CLIENTS="c09-44.sysnet.ucsd.edu"
+MNT_POINTS="c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export"
+BIOD_MAX_WRITES=2
+BIOD_MAX_READS=2
+IPV6_ENABLE="off"
+FS_PROTOCOL="nfs"
+SFS_DIR="bin"
+SUFFIX=""
+WORK_DIR="result"
+PRIME_MON_SCRIPT=""
+PRIME_MON_ARGS=""
+INIT_TIMEOUT=8000
+# Leaving BLOCK_SIZE un-set is the default. This will permit auto-negotiation.
+# If you over-ride this and set it to a particular value, you must
+# add the value that you used to the Other Notes section of the
+# submission/disclosure.
+BLOCK_SIZE=
+# SFS_NFS_USER_ID only needed if running NFS load on Windows client
+# It's value should match the UID, of the user's account, on the NFS server.
+SFS_NFS_USER_ID=500
+# SFS_NFS_GROUP_ID only needed if running NFS load on Windows client
+# It's value should match the GID, of the user's account, on the NFS server.
+SFS_NFS_GROUP_ID=500
+#
+# The following parameters are strictly defined within the SFS
+# run and reporting rules and may not be changed.
+#
+RUNTIME=300
+WARMUP_TIME=300
+MIXFILE=""
+ACCESS_PCNT=30
+APPEND_PCNT=70
+BLOCK_FILE=""
+DIR_COUNT=30
+FILE_COUNT=
+#FILE_COUNT=20000
+SYMLINK_COUNT=20
+TCP="on"
+#
+# The following parameters are useful for debugging or general system
+# tuning. They may not be used during during a reportable SFS run.
+#
+DEBUG=""
+DUMP=
+POPULATE=
+LAT_GRAPH=
+PRIME_SLEEP=0
+PRIME_TIMEOUT=0
+#
+# The default SFS options are implied if no values are assigned to
+# the variables. The variables and their meaning are as follows.
+#
+# The following parameters are configurable within the SFS run and
+# reporting rules.
+#
+# LOAD - array of numbers specifying the NFS loads
+# (NFS calls per second) to be generated by all clients
+# combined. The number of consecutive runs equals the size
+# of the array and the peak load equals the largest value
+# in the array. (DEFAULT = 60)
+# PROCS - number of SFS sub-processes to generate NFS
+# calls (DEFAULT PROCS = 4).
+# MNT_POINTS - string containing the mount points of NFS-mounted
+# filesystems on the client which will be used in the test or
+# it can be set to the name of a file containing a list of
+# mount points. The file should be located in WORK_DIR. The
+# file should have the following format:
+# client1 svr:/mnt1 ... svr:/mntM
+# ...
+# clientN svr:/mntL ... svr:/mntL+M
+#
+# BIOD_MAX_WRITES - maximum number of outstanding async (biod) writes
+# (DEFAULT BIOD_MAX_WRITES = 2).
+# BIOD_MAX_READS - maximum number of outstanding async (biod) reads
+# (DEFAULT BIOD_MAX_READS = 2).
+# IPV6_ENABLE - If set ("on") then use IP V6 otherwise use IP V4.
+# (DEFAULT IPV6_ENABLE = "off").
+# FS_PROTOCOL - File server protocol used "cifs" or "nfs"
+# (DEFAULT FS_PROTOCOL = "nfs")
+# NUM_RUNS - number indicating the number of multi-client runs. NUM_RUNS
+# should only be used if the size of the LOAD array <= 1;
+# INCR_LOAD - number indicating the load increment factor in NFS call/sec.
+# The first run generates LOAD calls/sec,
+# subsequent runs are made with LOAD + (N * INCR_LOAD)
+# calls/sec; where initial N = 0. INCR_LOAD should
+# only be used if the size of the LOAD array <= 1.
+# CLIENTS - string containing client's host names; include the Prime-
+# Client's host name if you will be using the Prime-Client to
+# generate NFS loads.
+# SFS_NFS_USER_ID - ID number to use as the User ID (UID) on the NFS server.
+# SFS_NFS_GROUP_ID - ID number to use as the Group ID (GID) on the NFS server.
+# for NFS requests to the server.
+# SFS_DIR - string containing the directory path where the SFS
+# executables are stored; should be the same for all systems
+# This location is used first, if the binaries are not found
+# there then it looks in the "binaries" directory.
+# (DEFAULT SFS_DIR = "bin")
+# SUFFIX - Suffix for the log files.
+# WORK_DIR - string containing directory path where the SFS output
+# files are stored, this should be the same for all systems.
+# PRIME_MON_SCRIPT - string containing the name of a script used to
+# control the start and stop of any external SFS processes
+# like external performance monitors. The sample script
+# 'sfs_ext_mon' shows the expected semantics of the program.
+# This variable must refer to an executable on a Windows
+# client.
+# PRIME_MON_ARGS - string containing optional arguments that are passed
+# to the PRIME_MON_SCRIPT.
+#
+# The following parameters are strictly defined within the SFS
+# run and reporting rules and may not be changed.
+#
+# RUNTIME - number of seconds to generate load
+# (DEFAULT RUNTIME = 300).
+# TCP - If set ("on") then use NFS/TCP behaviour rather than UDP.
+# WARMUP_TIME - number of seconds to warmup
+# (DEFAULT WARMUP_TIME = 300).
+# MIXFILE - string containing the NFS call distribution filename;
+# a copy of $MIXFILE must be placed in the $WORK_DIR
+# directory on the Prime_Client. The Prime-Client will
+# propagate a copy to all the other clients in the test.
+# ACCESS_PCNT - percent of total file set available for use by i/o
+# operations that will be accessed.
+# (DEFAULT ACCESS_PCNT = 20).
+# APPEND_PCNT - percent of writes that append rather than overwrite
+# (DEFAULT APPEND_PCNT = 70).
+# BLOCK_SIZE - number of KB in a block, up to 4 Meg.
+# (Value is automatically negoitated with the server)
+# BLOCK_FILE - string containing the block transfer sizes filename.
+# A copy of $BLOCK_FILE must be placed in the $WORK_DIR
+# directory on the Prime_Client. The Prime-Client will
+# propagate a copy to all the other clients in the test.
+# DIR_COUNT - number of files per directory to use for directory
+# operations (DEFAULT DIR_COUNT = 30).
+# FILE_COUNT - number of files to use for read and write
+# operations. By default, number of files is
+# calculated from the specified LOAD and ACCESS_PCNT.
+# SYMLINK_COUNT - number of symbolic links to use for symlink
+# operations (DEFAULT SYMLINK_COUNT = 20).
+#
+# The following parameters are useful for debugging or general system
+# tuning. They may not be used during during a reportable SFS run.
+#
+# DUMP - If set to a non-zero value, dump raw data points at end of
+# run. (DEFAULT DUMP = 0 ).
+# LAT_GRAPH - Debug option that enable per op latency graph data.
+# May invalidate the results due to overhead of logging.
+# If set ("on") will enable logging. Default is ""
+# POPULATE - If set ("on") then only populate the file set but do not
+# run the test.
+# PRIME_SLEEP - number of seconds Prime-Client should sleep after starting
+# and stopping the SFS external monitoring facility and
+# before sending synchronization message to clients. This is a
+# provision to allow sufficient time for starting and stopping
+# other performance monitoring utilities that could be used
+# during SFS execution.
+# PRIME_TIMEOUT - number of seconds Prime-Client should wait for a
+# response from all the clients. Zero indicates the
+# default should be used.
+# INIT_TIMEOUT - number of seconds Prime-Client should wait for a
+# response from all the clients during the INIT phase.
+# May be changed if needed and will not invalidate the
+# run.
--- /dev/null
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 100 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 14:54:44 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 14:54:44 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 14:54:55 2011 Completed.
+Fri Feb 25 14:54:55 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 14:54:55 2011 Completed.
+Fri Feb 25 14:54:55 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 14:55:00 2011 Received.
+
+Fri Feb 25 14:55:00 2011 Initializing test directories.
+Fri Feb 25 14:55:00 2011 Child 3 will create 182 directories.
+Fri Feb 25 14:55:00 2011 Child 2 will create 182 directories.
+Fri Feb 25 14:55:00 2011 Child 0 will create 182 directories.
+Fri Feb 25 14:55:00 2011 Child 1 will create 182 directories.
+Fri Feb 25 14:55:01 2011 Child 3 finished creating 182 directories.
+Fri Feb 25 14:55:01 2011 Child 3 will create 5541 files.
+Fri Feb 25 14:55:01 2011 Child 0 finished creating 182 directories.
+Fri Feb 25 14:55:01 2011 Child 0 will create 5541 files.
+Fri Feb 25 14:55:01 2011 Child 2 finished creating 182 directories.
+Fri Feb 25 14:55:01 2011 Child 2 will create 5541 files.
+Fri Feb 25 14:55:02 2011 Child 1 finished creating 182 directories.
+Fri Feb 25 14:55:02 2011 Child 1 will create 5541 files.
+Fri Feb 25 15:00:02 2011 Child 0 verified 4595 files (4595 creates).
+Fri Feb 25 15:00:02 2011 Child 2 verified 4721 files (4721 creates).
+Fri Feb 25 15:00:03 2011 Child 3 verified 4777 files (4777 creates).
+Fri Feb 25 15:00:03 2011 Child 1 verified 4777 files (4777 creates).
+Fri Feb 25 15:00:43 2011 Child 1 verified 5541 files, created 5487
+Fri Feb 25 15:00:43 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 15:00:43 2011 Child 3 verified 5541 files, created 5487
+Fri Feb 25 15:00:43 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 15:00:43 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 15:00:43 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 15:00:48 2011 Child 2 verified 5541 files, created 5487
+Fri Feb 25 15:00:48 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 15:00:48 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 15:00:50 2011 Child 0 verified 5541 files, created 5487
+Fri Feb 25 15:00:50 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 15:00:50 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 15:00:51 2011 Completed.
+Fri Feb 25 15:00:51 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:00:51 2011 Completed.
+Fri Feb 25 15:00:51 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:00:51 2011 Received.
+Fri Feb 25 15:00:51 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 15:05:51 2011 Completed.
+Fri Feb 25 15:05:51 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:05:51 2011 Completed.
+Fri Feb 25 15:05:51 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:05:52 2011 Received.
+Fri Feb 25 15:05:52 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 15:11:02 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.7% 7717 7717 0 0.14 0.01 0.00 1.1%
+setattr 4.0% 4.0% 1198 1198 0 13.14 83.75 0.52 16.9%
+lookup 24.0% 24.3% 7301 7301 0 0.18 2.51 0.04 1.4%
+readlink 1.0% 1.0% 309 309 0 0.14 0.01 0.01 0.0%
+read 18.0% 18.2% 5467 6681 0 4.34 18.27 0.11 25.5%
+write 10.0% 9.8% 2956 3630 0 4.51 33.81 0.21 14.3%
+create 1.0% 1.0% 294 294 0 25.59 145.58 1.38 8.1%
+remove 1.0% 1.0% 295 295 0 10.16 89.89 1.08 3.2%
+readdir 1.0% 1.0% 293 293 0 0.47 0.02 0.02 0.1%
+fsstat 1.0% 1.0% 293 293 0 0.14 0.02 0.02 0.0%
+access 11.0% 11.1% 3335 3335 0 0.14 0.02 0.00 0.5%
+commit 0.0% 0.0% 0 1308 0 0.00 0.00 0.00 27.5%
+readdirplus 2.0% 2.1% 622 622 0 1.87 18.18 0.33 1.3%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 100.26 Ops/Sec AVG. RESPONSE TIME: 3.09 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 100 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 30080 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 33276
+PHYSICAL NFS V3 THROUGHPUT: 110.92 Ops/Sec
+FILE SET SIZE CREATED: 11537568.0 KB
+FILE SET SIZE ACCESSED: 3462120.0 - 3537069.0 KB (100.00% to 102.16% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 15:11:02 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 100
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 21728 Files created for I/O operations
+ 6516 Files accessed for I/O operations
+ 436 Files for non-I/O operations
+ 24 Symlinks
+ 724 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 15:11:02 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:11:02 2011 Completed.
+Fri Feb 25 15:11:02 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 15:11:03 2011 Received.
+Fri Feb 25 15:11:03 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 15:11:03 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 200 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 15:11:05 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 15:11:05 2011 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Fri Feb 25 15:11:21 2011 Completed.
+Fri Feb 25 15:11:21 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:11:21 2011 Completed.
+Fri Feb 25 15:11:21 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:11:22 2011 Received.
+
+Fri Feb 25 15:11:22 2011 Initializing test directories.
+Fri Feb 25 15:11:22 2011 Child 2 will create 379 directories.
+Fri Feb 25 15:11:22 2011 Child 3 will create 379 directories.
+Fri Feb 25 15:11:22 2011 Child 1 will create 379 directories.
+Fri Feb 25 15:11:22 2011 Child 0 will create 379 directories.
+Fri Feb 25 15:11:24 2011 Child 2 finished creating 379 directories.
+Fri Feb 25 15:11:24 2011 Child 2 will create 11585 files.
+Fri Feb 25 15:11:27 2011 Child 0 finished creating 379 directories.
+Fri Feb 25 15:11:27 2011 Child 0 will create 11585 files.
+Fri Feb 25 15:11:30 2011 Child 3 finished creating 379 directories.
+Fri Feb 25 15:11:30 2011 Child 3 will create 11585 files.
+Fri Feb 25 15:11:43 2011 Child 1 finished creating 379 directories.
+Fri Feb 25 15:11:43 2011 Child 1 will create 11585 files.
+Fri Feb 25 15:16:25 2011 Child 2 verified 9858 files (4426 creates).
+Fri Feb 25 15:16:28 2011 Child 0 verified 9807 files (4375 creates).
+Fri Feb 25 15:16:33 2011 Child 3 verified 9912 files (4480 creates).
+Fri Feb 25 15:16:44 2011 Child 1 verified 9750 files (4318 creates).
+Fri Feb 25 15:17:59 2011 Child 2 verified 11585 files, created 6040
+Fri Feb 25 15:17:59 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 15:17:59 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 15:18:03 2011 Child 3 verified 11585 files, created 6040
+Fri Feb 25 15:18:03 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 15:18:03 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 15:18:09 2011 Child 0 verified 11585 files, created 6040
+Fri Feb 25 15:18:09 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 15:18:09 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 15:18:21 2011 Child 1 verified 11585 files, created 6040
+Fri Feb 25 15:18:21 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 15:18:21 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 15:18:21 2011 Completed.
+Fri Feb 25 15:18:21 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:18:21 2011 Completed.
+Fri Feb 25 15:18:21 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:18:21 2011 Received.
+Fri Feb 25 15:18:21 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 15:23:21 2011 Completed.
+Fri Feb 25 15:23:21 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:23:21 2011 Completed.
+Fri Feb 25 15:23:21 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:23:22 2011 Received.
+Fri Feb 25 15:23:22 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 15:28:32 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 15515 15515 0 0.14 0.10 0.01 0.8%
+setattr 4.0% 4.0% 2389 2389 0 25.74 151.90 0.49 23.4%
+lookup 24.0% 23.9% 14188 14188 0 0.15 0.03 0.00 0.8%
+readlink 1.0% 1.0% 607 607 0 0.14 0.02 0.01 0.0%
+read 18.0% 18.1% 10734 13182 0 5.10 18.08 0.08 20.9%
+write 10.0% 9.9% 5911 7092 0 5.26 34.19 0.15 11.8%
+create 1.0% 1.1% 640 640 0 31.65 165.00 0.99 7.7%
+remove 1.0% 1.0% 608 608 0 26.01 146.85 0.96 6.0%
+readdir 1.0% 1.0% 588 588 0 1.81 28.95 0.43 0.4%
+fsstat 1.0% 1.0% 570 570 0 0.14 0.02 0.01 0.0%
+access 11.0% 10.9% 6501 6501 0 0.14 0.02 0.00 0.3%
+commit 0.0% 0.0% 0 2564 0 0.00 0.00 0.00 26.7%
+readdirplus 2.0% 2.0% 1180 1180 0 2.16 28.04 0.30 1.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 198.10 Ops/Sec AVG. RESPONSE TIME: 4.41 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 200 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 59431 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 65624
+PHYSICAL NFS V3 THROUGHPUT: 218.74 Ops/Sec
+FILE SET SIZE CREATED: 24122268.0 KB
+FILE SET SIZE ACCESSED: 7238592.0 - 7376364.0 KB (100.00% to 101.90% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 15:28:32 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 45428 Files created for I/O operations
+ 13628 Files accessed for I/O operations
+ 912 Files for non-I/O operations
+ 24 Symlinks
+ 1512 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 15:28:32 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:28:32 2011 Completed.
+Fri Feb 25 15:28:32 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 15:28:33 2011 Received.
+Fri Feb 25 15:28:33 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 15:28:33 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 300 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 15:28:35 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 15:28:35 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 15:28:46 2011 Completed.
+Fri Feb 25 15:28:46 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:28:46 2011 Completed.
+Fri Feb 25 15:28:46 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:28:51 2011 Received.
+
+Fri Feb 25 15:28:51 2011 Initializing test directories.
+Fri Feb 25 15:28:51 2011 Child 2 will create 577 directories.
+Fri Feb 25 15:28:51 2011 Child 3 will create 577 directories.
+Fri Feb 25 15:28:51 2011 Child 0 will create 577 directories.
+Fri Feb 25 15:28:51 2011 Child 1 will create 577 directories.
+Fri Feb 25 15:28:53 2011 Child 1 finished creating 577 directories.
+Fri Feb 25 15:28:53 2011 Child 1 will create 17628 files.
+Fri Feb 25 15:29:04 2011 Child 3 finished creating 577 directories.
+Fri Feb 25 15:29:04 2011 Child 3 will create 17628 files.
+Fri Feb 25 15:29:10 2011 Child 2 finished creating 577 directories.
+Fri Feb 25 15:29:10 2011 Child 2 will create 17628 files.
+Fri Feb 25 15:29:32 2011 Child 0 finished creating 577 directories.
+Fri Feb 25 15:29:32 2011 Child 0 will create 17628 files.
+Fri Feb 25 15:33:54 2011 Child 1 verified 15701 files (4344 creates).
+Fri Feb 25 15:34:06 2011 Child 3 verified 15433 files (4076 creates).
+Fri Feb 25 15:34:13 2011 Child 2 verified 15280 files (3923 creates).
+Fri Feb 25 15:34:33 2011 Child 0 verified 15394 files (4037 creates).
+Fri Feb 25 15:35:23 2011 Child 1 verified 17628 files, created 6099
+Fri Feb 25 15:35:23 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 15:35:23 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 15:35:44 2011 Child 3 verified 17628 files, created 6099
+Fri Feb 25 15:35:44 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 15:35:44 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 15:35:48 2011 Child 2 verified 17628 files, created 6099
+Fri Feb 25 15:35:48 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 15:35:48 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 15:35:54 2011 Child 0 verified 17628 files, created 6099
+Fri Feb 25 15:35:54 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 15:35:54 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 15:35:54 2011 Completed.
+Fri Feb 25 15:35:54 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:35:54 2011 Completed.
+Fri Feb 25 15:35:54 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:35:54 2011 Received.
+Fri Feb 25 15:35:54 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 15:40:54 2011 Completed.
+Fri Feb 25 15:40:54 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:40:54 2011 Completed.
+Fri Feb 25 15:40:54 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:40:55 2011 Received.
+Fri Feb 25 15:40:55 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 15:46:05 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 23734 23734 0 0.14 0.28 0.01 0.6%
+setattr 4.0% 4.0% 3625 3625 0 42.87 170.10 0.42 26.4%
+lookup 24.0% 24.0% 21926 21926 0 0.15 0.29 0.01 0.6%
+readlink 1.0% 1.0% 953 953 0 0.15 0.03 0.01 0.0%
+read 18.0% 18.0% 16455 20439 0 6.64 17.45 0.06 18.6%
+write 10.0% 10.1% 9203 10921 0 5.31 30.78 0.11 8.3%
+create 1.0% 1.0% 895 895 0 65.56 212.28 0.95 10.0%
+remove 1.0% 1.0% 892 892 0 41.33 169.50 0.85 6.3%
+readdir 1.0% 1.0% 907 907 0 0.57 0.86 0.06 0.1%
+fsstat 1.0% 1.0% 935 935 0 0.14 0.04 0.01 0.0%
+access 11.0% 10.9% 9910 9910 0 0.15 0.34 0.01 0.2%
+commit 0.0% 0.0% 0 3978 0 0.00 0.00 0.00 28.1%
+readdirplus 2.0% 1.9% 1772 1772 0 2.80 37.28 0.28 0.8%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 305.04 Ops/Sec AVG. RESPONSE TIME: 6.45 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 300 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 91207 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 100887
+PHYSICAL NFS V3 THROUGHPUT: 337.41 Ops/Sec
+FILE SET SIZE CREATED: 36706968.0 KB
+FILE SET SIZE ACCESSED: 11012940.0 - 11210212.0 KB (100.00% to 101.79% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 15:46:05 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 300
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 69128 Files created for I/O operations
+ 20736 Files accessed for I/O operations
+ 1384 Files for non-I/O operations
+ 24 Symlinks
+ 2304 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 15:46:05 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:46:05 2011 Completed.
+Fri Feb 25 15:46:05 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 15:46:06 2011 Received.
+Fri Feb 25 15:46:06 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 15:46:06 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 400 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+************************************************************************
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 15:46:08 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 15:46:08 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 15:46:19 2011 Completed.
+Fri Feb 25 15:46:19 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:46:19 2011 Completed.
+Fri Feb 25 15:46:19 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:46:24 2011 Received.
+
+Fri Feb 25 15:46:24 2011 Initializing test directories.
+Fri Feb 25 15:46:24 2011 Child 2 will create 758 directories.
+Fri Feb 25 15:46:24 2011 Child 3 will create 758 directories.
+Fri Feb 25 15:46:24 2011 Child 1 will create 758 directories.
+Fri Feb 25 15:46:24 2011 Child 0 will create 758 directories.
+Fri Feb 25 15:46:48 2011 Child 0 finished creating 758 directories.
+Fri Feb 25 15:46:48 2011 Child 0 will create 23168 files.
+Fri Feb 25 15:47:00 2011 Child 3 finished creating 758 directories.
+Fri Feb 25 15:47:00 2011 Child 3 will create 23168 files.
+Fri Feb 25 15:47:03 2011 Child 2 finished creating 758 directories.
+Fri Feb 25 15:47:03 2011 Child 2 will create 23168 files.
+Fri Feb 25 15:47:07 2011 Child 1 finished creating 758 directories.
+Fri Feb 25 15:47:07 2011 Child 1 will create 23168 files.
+Fri Feb 25 15:51:49 2011 Child 0 verified 22630 files (5348 creates).
+Fri Feb 25 15:52:02 2011 Child 3 verified 21931 files (4649 creates).
+Fri Feb 25 15:52:02 2011 Child 0 verified 23168 files, created 5659
+Fri Feb 25 15:52:02 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 15:52:02 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 15:52:05 2011 Child 2 verified 21842 files (4560 creates).
+Fri Feb 25 15:52:09 2011 Child 1 verified 21808 files (4526 creates).
+Fri Feb 25 15:52:42 2011 Child 3 verified 23168 files, created 5659
+Fri Feb 25 15:52:42 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 15:52:42 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 15:52:47 2011 Child 2 verified 23168 files, created 5659
+Fri Feb 25 15:52:47 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 15:52:47 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 15:52:49 2011 Child 1 verified 23168 files, created 5659
+Fri Feb 25 15:52:49 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 15:52:49 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 15:52:49 2011 Completed.
+Fri Feb 25 15:52:49 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:52:49 2011 Completed.
+Fri Feb 25 15:52:49 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:52:49 2011 Received.
+Fri Feb 25 15:52:49 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 15:57:49 2011 Completed.
+Fri Feb 25 15:57:49 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:57:49 2011 Completed.
+Fri Feb 25 15:57:49 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 15:57:50 2011 Received.
+Fri Feb 25 15:57:50 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 16:03:00 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 25933 25933 0 0.15 0.28 0.01 0.3%
+setattr 4.0% 4.0% 3951 3951 0 89.74 221.25 0.46 28.6%
+lookup 24.0% 24.0% 23861 23861 0 0.16 0.23 0.01 0.3%
+readlink 1.0% 1.0% 1014 1014 0 0.16 0.06 0.01 0.0%
+read 18.0% 18.2% 18105 22139 0 12.62 27.83 0.08 18.5%
+write 10.0% 9.9% 9868 11968 0 8.99 34.79 0.12 7.2%
+create 1.0% 1.0% 998 998 0 152.92 319.61 1.11 12.3%
+remove 1.0% 1.0% 1005 1005 0 84.94 196.52 0.87 6.9%
+readdir 1.0% 1.0% 994 994 0 1.30 16.61 0.25 0.1%
+fsstat 1.0% 0.9% 920 920 0 0.15 0.06 0.02 0.0%
+access 11.0% 11.0% 10896 10896 0 0.15 0.06 0.00 0.1%
+commit 0.0% 0.0% 0 3977 0 0.00 0.00 0.00 25.2%
+readdirplus 2.0% 2.0% 1958 1958 0 2.60 35.04 0.26 0.4%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 332.78 Ops/Sec AVG. RESPONSE TIME: 12.44 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 400 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 99503 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 109614
+PHYSICAL NFS V3 THROUGHPUT: 366.60 Ops/Sec
+FILE SET SIZE CREATED: 48242412.0 KB
+FILE SET SIZE ACCESSED: 14472936.0 - 14661748.0 KB (100.00% to 101.30% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 16:03:00 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 400
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 90852 Files created for I/O operations
+ 27252 Files accessed for I/O operations
+ 1820 Files for non-I/O operations
+ 24 Symlinks
+ 3028 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 16:03:00 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:03:00 2011 Completed.
+Fri Feb 25 16:03:00 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 16:03:01 2011 Received.
+Fri Feb 25 16:03:01 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 16:03:01 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 500 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 16:03:03 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 16:03:03 2011 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Fri Feb 25 16:03:19 2011 Completed.
+Fri Feb 25 16:03:19 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:03:19 2011 Completed.
+Fri Feb 25 16:03:19 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:03:20 2011 Received.
+
+Fri Feb 25 16:03:20 2011 Initializing test directories.
+Fri Feb 25 16:03:20 2011 Child 3 will create 955 directories.
+Fri Feb 25 16:03:20 2011 Child 2 will create 955 directories.
+Fri Feb 25 16:03:20 2011 Child 0 will create 955 directories.
+Fri Feb 25 16:03:20 2011 Child 1 will create 955 directories.
+Fri Feb 25 16:03:29 2011 Child 3 finished creating 955 directories.
+Fri Feb 25 16:03:29 2011 Child 3 will create 29211 files.
+Fri Feb 25 16:03:35 2011 Child 0 finished creating 955 directories.
+Fri Feb 25 16:03:35 2011 Child 0 will create 29211 files.
+Fri Feb 25 16:04:19 2011 Child 1 finished creating 955 directories.
+Fri Feb 25 16:04:19 2011 Child 1 will create 29211 files.
+Fri Feb 25 16:04:37 2011 Child 2 finished creating 955 directories.
+Fri Feb 25 16:04:37 2011 Child 2 will create 29211 files.
+Fri Feb 25 16:08:30 2011 Child 3 verified 27842 files (5129 creates).
+Fri Feb 25 16:08:36 2011 Child 0 verified 27659 files (4946 creates).
+Fri Feb 25 16:09:22 2011 Child 1 verified 27298 files (4585 creates).
+Fri Feb 25 16:09:33 2011 Child 0 verified 29211 files, created 6212
+Fri Feb 25 16:09:33 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 16:09:33 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 16:09:38 2011 Child 2 verified 27404 files (4691 creates).
+Fri Feb 25 16:09:47 2011 Child 3 verified 29211 files, created 6212
+Fri Feb 25 16:09:47 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 16:09:48 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 16:10:07 2011 Child 1 verified 29211 files, created 6212
+Fri Feb 25 16:10:07 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 16:10:07 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 16:10:16 2011 Child 2 verified 29211 files, created 6212
+Fri Feb 25 16:10:16 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 16:10:16 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 16:10:16 2011 Completed.
+Fri Feb 25 16:10:16 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:10:16 2011 Completed.
+Fri Feb 25 16:10:16 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:10:17 2011 Received.
+Fri Feb 25 16:10:17 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 16:15:17 2011 Completed.
+Fri Feb 25 16:15:17 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:15:17 2011 Completed.
+Fri Feb 25 16:15:17 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:15:18 2011 Received.
+Fri Feb 25 16:15:18 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 16:20:28 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 21825 21825 0 0.17 2.04 0.02 0.3%
+setattr 4.0% 4.0% 3361 3361 0 99.67 225.73 0.51 27.0%
+lookup 24.0% 24.0% 20087 20087 0 0.23 3.93 0.03 0.4%
+readlink 1.0% 1.0% 842 842 0 0.16 0.05 0.02 0.0%
+read 18.0% 17.6% 14758 18011 0 16.96 30.58 0.09 20.1%
+write 10.0% 10.0% 8359 10281 0 11.81 41.52 0.14 7.9%
+create 1.0% 1.0% 855 855 0 195.90 359.11 1.27 13.5%
+remove 1.0% 1.0% 825 825 0 101.25 226.98 1.03 6.7%
+readdir 1.0% 1.1% 889 889 0 1.25 7.45 0.18 0.1%
+fsstat 1.0% 1.0% 814 814 0 0.15 0.07 0.02 0.0%
+access 11.0% 11.2% 9338 9338 0 0.24 4.30 0.04 0.2%
+commit 0.0% 0.0% 0 3188 0 0.00 0.00 0.00 23.5%
+readdirplus 2.0% 2.0% 1674 1674 0 2.16 23.41 0.23 0.3%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 279.68 Ops/Sec AVG. RESPONSE TIME: 14.86 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 500 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 83627 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 91990
+PHYSICAL NFS V3 THROUGHPUT: 307.65 Ops/Sec
+FILE SET SIZE CREATED: 60827112.0 KB
+FILE SET SIZE ACCESSED: 18249408.0 - 18428480.0 KB (100.00% to 100.98% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 16:20:28 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 500
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 114552 Files created for I/O operations
+ 34364 Files accessed for I/O operations
+ 2292 Files for non-I/O operations
+ 24 Symlinks
+ 3816 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 16:20:28 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:20:28 2011 Completed.
+Fri Feb 25 16:20:28 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 16:20:29 2011 Received.
+Fri Feb 25 16:20:29 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 16:20:29 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 600 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 16:20:31 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 16:20:31 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 16:20:42 2011 Completed.
+Fri Feb 25 16:20:42 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:20:42 2011 Completed.
+Fri Feb 25 16:20:42 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:20:47 2011 Received.
+
+Fri Feb 25 16:20:47 2011 Initializing test directories.
+Fri Feb 25 16:20:47 2011 Child 0 will create 1153 directories.
+Fri Feb 25 16:20:47 2011 Child 3 will create 1153 directories.
+Fri Feb 25 16:20:47 2011 Child 1 will create 1153 directories.
+Fri Feb 25 16:20:47 2011 Child 2 will create 1153 directories.
+Fri Feb 25 16:20:52 2011 Child 0 finished creating 1153 directories.
+Fri Feb 25 16:20:52 2011 Child 0 will create 35255 files.
+Fri Feb 25 16:21:24 2011 Child 2 finished creating 1153 directories.
+Fri Feb 25 16:21:24 2011 Child 2 will create 35255 files.
+Fri Feb 25 16:22:06 2011 Child 3 finished creating 1153 directories.
+Fri Feb 25 16:22:06 2011 Child 3 will create 35255 files.
+Fri Feb 25 16:22:28 2011 Child 1 finished creating 1153 directories.
+Fri Feb 25 16:22:28 2011 Child 1 will create 35255 files.
+Fri Feb 25 16:25:53 2011 Child 0 verified 33905 files (5267 creates).
+Fri Feb 25 16:26:27 2011 Child 2 verified 33423 files (4785 creates).
+Fri Feb 25 16:26:33 2011 Child 0 verified 35255 files, created 6272
+Fri Feb 25 16:26:33 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 16:26:33 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 16:27:07 2011 Child 3 verified 33101 files (4463 creates).
+Fri Feb 25 16:27:23 2011 Child 2 verified 35255 files, created 6272
+Fri Feb 25 16:27:23 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 16:27:23 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 16:27:31 2011 Child 1 verified 32991 files (4353 creates).
+Fri Feb 25 16:28:02 2011 Child 3 verified 35255 files, created 6272
+Fri Feb 25 16:28:02 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 16:28:02 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 16:28:25 2011 Child 1 verified 35255 files, created 6272
+Fri Feb 25 16:28:25 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 16:28:25 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 16:28:25 2011 Completed.
+Fri Feb 25 16:28:25 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:28:25 2011 Completed.
+Fri Feb 25 16:28:25 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:28:25 2011 Received.
+Fri Feb 25 16:28:25 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 16:33:25 2011 Completed.
+Fri Feb 25 16:33:25 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:33:25 2011 Completed.
+Fri Feb 25 16:33:25 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:33:26 2011 Received.
+Fri Feb 25 16:33:26 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 16:38:36 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 20572 20572 0 0.16 1.45 0.02 0.3%
+setattr 4.0% 4.1% 3301 3301 0 104.45 244.40 0.53 27.6%
+lookup 24.0% 24.1% 19174 19174 0 0.28 7.23 0.04 0.4%
+readlink 1.0% 1.0% 800 800 0 0.15 0.05 0.02 0.0%
+read 18.0% 18.1% 14426 17709 0 19.59 34.65 0.10 22.6%
+write 10.0% 9.8% 7820 9434 0 13.69 51.39 0.16 8.6%
+create 1.0% 1.0% 833 833 0 188.75 338.83 1.25 12.6%
+remove 1.0% 1.0% 785 785 0 100.21 230.48 1.06 6.3%
+readdir 1.0% 0.9% 742 742 0 1.79 21.19 0.33 0.1%
+fsstat 1.0% 1.0% 768 768 0 0.15 0.09 0.02 0.0%
+access 11.0% 11.1% 8814 8814 0 0.30 9.42 0.06 0.2%
+commit 0.0% 0.0% 0 2890 0 0.00 0.00 0.00 20.9%
+readdirplus 2.0% 2.1% 1640 1640 0 2.68 23.45 0.23 0.4%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 266.47 Ops/Sec AVG. RESPONSE TIME: 15.67 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 600 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 79675 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 87462
+PHYSICAL NFS V3 THROUGHPUT: 292.51 Ops/Sec
+FILE SET SIZE CREATED: 73411808.0 KB
+FILE SET SIZE ACCESSED: 22023756.0 - 22189148.0 KB (100.00% to 100.75% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 16:38:36 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 600
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 138252 Files created for I/O operations
+ 41472 Files accessed for I/O operations
+ 2768 Files for non-I/O operations
+ 24 Symlinks
+ 4608 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 16:38:36 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:38:36 2011 Completed.
+Fri Feb 25 16:38:36 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 16:38:37 2011 Received.
+Fri Feb 25 16:38:37 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 16:38:37 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 700 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 16:38:39 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 16:38:39 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 16:38:50 2011 Completed.
+Fri Feb 25 16:38:50 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:38:50 2011 Completed.
+Fri Feb 25 16:38:50 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:38:55 2011 Received.
+
+Fri Feb 25 16:38:55 2011 Initializing test directories.
+Fri Feb 25 16:38:55 2011 Child 3 will create 1350 directories.
+Fri Feb 25 16:38:55 2011 Child 0 will create 1350 directories.
+Fri Feb 25 16:38:55 2011 Child 2 will create 1350 directories.
+Fri Feb 25 16:38:55 2011 Child 1 will create 1350 directories.
+Fri Feb 25 16:39:09 2011 Child 2 finished creating 1350 directories.
+Fri Feb 25 16:39:09 2011 Child 2 will create 41298 files.
+Fri Feb 25 16:39:23 2011 Child 3 finished creating 1350 directories.
+Fri Feb 25 16:39:23 2011 Child 3 will create 41298 files.
+Fri Feb 25 16:39:59 2011 Child 1 finished creating 1350 directories.
+Fri Feb 25 16:39:59 2011 Child 1 will create 41298 files.
+Fri Feb 25 16:40:31 2011 Child 0 finished creating 1350 directories.
+Fri Feb 25 16:40:31 2011 Child 0 will create 41298 files.
+Fri Feb 25 16:44:10 2011 Child 2 verified 38841 files (4278 creates).
+Fri Feb 25 16:44:27 2011 Child 3 verified 38431 files (3868 creates).
+Fri Feb 25 16:45:00 2011 Child 1 verified 38425 files (3862 creates).
+Fri Feb 25 16:45:33 2011 Child 0 verified 38222 files (3659 creates).
+Fri Feb 25 16:45:54 2011 Child 2 verified 41298 files, created 6331
+Fri Feb 25 16:45:54 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 16:45:54 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 16:46:26 2011 Child 3 verified 41298 files, created 6331
+Fri Feb 25 16:46:26 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 16:46:26 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 16:46:43 2011 Child 1 verified 41298 files, created 6331
+Fri Feb 25 16:46:43 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 16:46:43 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 16:47:01 2011 Child 0 verified 41298 files, created 6331
+Fri Feb 25 16:47:01 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 16:47:01 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 16:47:01 2011 Completed.
+Fri Feb 25 16:47:01 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:47:01 2011 Completed.
+Fri Feb 25 16:47:01 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:47:02 2011 Received.
+Fri Feb 25 16:47:02 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 16:52:02 2011 Completed.
+Fri Feb 25 16:52:02 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:52:02 2011 Completed.
+Fri Feb 25 16:52:02 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:52:03 2011 Received.
+Fri Feb 25 16:52:03 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 16:57:13 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 19484 19484 0 0.17 2.89 0.02 0.3%
+setattr 4.0% 4.0% 3017 3017 0 115.37 271.06 0.59 28.0%
+lookup 24.0% 24.1% 18149 18149 0 0.20 1.80 0.02 0.3%
+readlink 1.0% 1.0% 769 769 0 0.15 0.05 0.02 0.0%
+read 18.0% 18.0% 13590 16800 0 22.06 31.76 0.09 24.1%
+write 10.0% 10.0% 7564 9116 0 12.42 37.28 0.14 7.5%
+create 1.0% 1.0% 758 758 0 200.24 355.16 1.34 12.2%
+remove 1.0% 1.0% 719 719 0 96.18 197.13 1.03 5.6%
+readdir 1.0% 1.0% 747 747 0 1.69 21.49 0.33 0.1%
+fsstat 1.0% 1.0% 756 756 0 0.16 0.15 0.03 0.0%
+access 11.0% 11.0% 8279 8279 0 0.28 6.43 0.05 0.2%
+commit 0.0% 0.0% 0 2734 0 0.00 0.00 0.00 21.6%
+readdirplus 2.0% 2.0% 1490 1490 0 1.44 8.04 0.14 0.2%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 251.91 Ops/Sec AVG. RESPONSE TIME: 16.52 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 700 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 75322 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 82818
+PHYSICAL NFS V3 THROUGHPUT: 276.98 Ops/Sec
+FILE SET SIZE CREATED: 85996512.0 KB
+FILE SET SIZE ACCESSED: 25800228.0 - 25953180.0 KB (100.00% to 100.59% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 16:57:13 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 700
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 161952 Files created for I/O operations
+ 48584 Files accessed for I/O operations
+ 3240 Files for non-I/O operations
+ 24 Symlinks
+ 5396 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 16:57:13 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:57:13 2011 Completed.
+Fri Feb 25 16:57:13 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 16:57:14 2011 Received.
+Fri Feb 25 16:57:14 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 16:57:14 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 800 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 16:57:16 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 16:57:16 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 16:57:27 2011 Completed.
+Fri Feb 25 16:57:27 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:57:27 2011 Completed.
+Fri Feb 25 16:57:27 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 16:57:32 2011 Received.
+
+Fri Feb 25 16:57:32 2011 Initializing test directories.
+Fri Feb 25 16:57:32 2011 Child 3 will create 1531 directories.
+Fri Feb 25 16:57:32 2011 Child 1 will create 1531 directories.
+Fri Feb 25 16:57:32 2011 Child 0 will create 1531 directories.
+Fri Feb 25 16:57:32 2011 Child 2 will create 1531 directories.
+Fri Feb 25 16:57:36 2011 Child 0 finished creating 1531 directories.
+Fri Feb 25 16:57:36 2011 Child 0 will create 46838 files.
+Fri Feb 25 16:58:16 2011 Child 3 finished creating 1531 directories.
+Fri Feb 25 16:58:16 2011 Child 3 will create 46838 files.
+Fri Feb 25 16:58:27 2011 Child 2 finished creating 1531 directories.
+Fri Feb 25 16:58:27 2011 Child 2 will create 46838 files.
+Fri Feb 25 16:59:51 2011 Child 1 finished creating 1531 directories.
+Fri Feb 25 16:59:51 2011 Child 1 will create 46838 files.
+Fri Feb 25 17:02:38 2011 Child 0 verified 46838 files, created 5891
+Fri Feb 25 17:02:38 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 17:02:38 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 17:03:17 2011 Child 3 verified 45269 files (4781 creates).
+Fri Feb 25 17:03:28 2011 Child 2 verified 45060 files (4572 creates).
+Fri Feb 25 17:03:48 2011 Child 3 verified 46838 files, created 5891
+Fri Feb 25 17:03:48 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 17:03:48 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 17:04:02 2011 Child 2 verified 46838 files, created 5891
+Fri Feb 25 17:04:02 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 17:04:02 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 17:04:33 2011 Child 1 verified 46838 files, created 5891
+Fri Feb 25 17:04:33 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 17:04:33 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 17:04:33 2011 Completed.
+Fri Feb 25 17:04:33 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:04:33 2011 Completed.
+Fri Feb 25 17:04:33 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:04:34 2011 Received.
+Fri Feb 25 17:04:34 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 17:09:34 2011 Completed.
+Fri Feb 25 17:09:34 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:09:34 2011 Completed.
+Fri Feb 25 17:09:34 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:09:35 2011 Received.
+Fri Feb 25 17:09:35 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 17:14:45 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 17982 17982 0 0.16 1.63 0.02 0.2%
+setattr 4.0% 3.9% 2742 2742 0 118.73 266.05 0.61 26.0%
+lookup 24.0% 24.1% 16717 16717 0 0.28 7.27 0.04 0.4%
+readlink 1.0% 0.9% 659 659 0 0.15 0.05 0.02 0.0%
+read 18.0% 18.1% 12565 15483 0 24.56 35.12 0.10 24.7%
+write 10.0% 10.1% 6995 8434 0 14.84 45.57 0.16 8.3%
+create 1.0% 1.0% 718 718 0 213.92 333.84 1.34 12.3%
+remove 1.0% 1.0% 713 713 0 122.66 257.06 1.18 7.0%
+readdir 1.0% 1.1% 743 743 0 2.99 31.77 0.41 0.2%
+fsstat 1.0% 1.0% 678 678 0 0.21 0.61 0.06 0.0%
+access 11.0% 10.8% 7490 7490 0 0.29 8.48 0.07 0.2%
+commit 0.0% 0.0% 0 2494 0 0.00 0.00 0.00 20.5%
+readdirplus 2.0% 2.1% 1435 1435 0 2.02 18.20 0.22 0.2%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 231.45 Ops/Sec AVG. RESPONSE TIME: 18.01 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 800 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 69437 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 76288
+PHYSICAL NFS V3 THROUGHPUT: 254.29 Ops/Sec
+FILE SET SIZE CREATED: 97531952.0 KB
+FILE SET SIZE ACCESSED: 29260224.0 - 29401018.0 KB (100.00% to 100.48% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 17:14:45 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 800
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 183676 Files created for I/O operations
+ 55100 Files accessed for I/O operations
+ 3676 Files for non-I/O operations
+ 24 Symlinks
+ 6120 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 17:14:45 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:14:45 2011 Completed.
+Fri Feb 25 17:14:45 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 17:14:46 2011 Received.
+Fri Feb 25 17:14:46 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 17:14:46 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 900 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 17:14:48 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 17:14:48 2011 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Fri Feb 25 17:15:04 2011 Completed.
+Fri Feb 25 17:15:04 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:15:04 2011 Completed.
+Fri Feb 25 17:15:04 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:15:05 2011 Received.
+
+Fri Feb 25 17:15:05 2011 Initializing test directories.
+Fri Feb 25 17:15:05 2011 Child 0 will create 1729 directories.
+Fri Feb 25 17:15:05 2011 Child 3 will create 1729 directories.
+Fri Feb 25 17:15:05 2011 Child 2 will create 1729 directories.
+Fri Feb 25 17:15:05 2011 Child 1 will create 1729 directories.
+Fri Feb 25 17:15:12 2011 Child 1 finished creating 1729 directories.
+Fri Feb 25 17:15:12 2011 Child 1 will create 52881 files.
+Fri Feb 25 17:15:59 2011 Child 3 finished creating 1729 directories.
+Fri Feb 25 17:15:59 2011 Child 3 will create 52881 files.
+Fri Feb 25 17:16:42 2011 Child 0 finished creating 1729 directories.
+Fri Feb 25 17:16:42 2011 Child 0 will create 52881 files.
+Fri Feb 25 17:17:29 2011 Child 2 finished creating 1729 directories.
+Fri Feb 25 17:17:29 2011 Child 2 will create 52881 files.
+Fri Feb 25 17:20:13 2011 Child 1 verified 51146 files (5227 creates).
+Fri Feb 25 17:21:02 2011 Child 3 verified 50660 files (4741 creates).
+Fri Feb 25 17:21:02 2011 Child 1 verified 52881 files, created 6444
+Fri Feb 25 17:21:02 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 17:21:02 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 17:21:46 2011 Child 0 verified 50499 files (4580 creates).
+Fri Feb 25 17:22:11 2011 Child 3 verified 52881 files, created 6444
+Fri Feb 25 17:22:11 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 17:22:11 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 17:22:31 2011 Child 2 verified 50529 files (4610 creates).
+Fri Feb 25 17:23:06 2011 Child 0 verified 52881 files, created 6444
+Fri Feb 25 17:23:06 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 17:23:06 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 17:23:32 2011 Child 2 verified 52881 files, created 6444
+Fri Feb 25 17:23:32 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 17:23:32 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 17:23:32 2011 Completed.
+Fri Feb 25 17:23:32 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:23:32 2011 Completed.
+Fri Feb 25 17:23:32 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:23:33 2011 Received.
+Fri Feb 25 17:23:33 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 17:28:33 2011 Completed.
+Fri Feb 25 17:28:33 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:28:33 2011 Completed.
+Fri Feb 25 17:28:33 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:28:34 2011 Received.
+Fri Feb 25 17:28:34 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 17:33:44 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 17455 17455 0 0.25 4.46 0.03 0.3%
+setattr 4.0% 4.0% 2674 2674 0 124.81 286.84 0.64 26.7%
+lookup 24.0% 23.9% 16135 16135 0 0.24 2.56 0.02 0.3%
+readlink 1.0% 1.1% 720 720 0 0.15 0.04 0.01 0.0%
+read 18.0% 18.0% 12152 14949 0 26.59 36.80 0.11 25.9%
+write 10.0% 9.9% 6710 8114 0 14.23 41.24 0.15 7.7%
+create 1.0% 1.0% 681 681 0 220.30 346.16 1.40 12.0%
+remove 1.0% 0.9% 625 625 0 117.61 250.83 1.24 5.9%
+readdir 1.0% 1.0% 687 687 0 1.31 7.35 0.20 0.1%
+fsstat 1.0% 1.1% 710 710 0 0.23 0.40 0.05 0.0%
+access 11.0% 11.2% 7582 7582 0 0.35 5.26 0.05 0.2%
+commit 0.0% 0.0% 0 2357 0 0.00 0.00 0.00 20.7%
+readdirplus 2.0% 2.0% 1374 1374 0 1.95 12.16 0.18 0.2%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 225.01 Ops/Sec AVG. RESPONSE TIME: 18.49 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 900 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 67505 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 74063
+PHYSICAL NFS V3 THROUGHPUT: 246.87 Ops/Sec
+FILE SET SIZE CREATED: 110116656.0 KB
+FILE SET SIZE ACCESSED: 33036696.0 - 33176796.0 KB (100.00% to 100.42% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 17:33:44 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 900
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 207376 Files created for I/O operations
+ 62212 Files accessed for I/O operations
+ 4148 Files for non-I/O operations
+ 24 Symlinks
+ 6912 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 17:33:44 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:33:44 2011 Completed.
+Fri Feb 25 17:33:44 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 17:33:45 2011 Received.
+Fri Feb 25 17:33:45 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 17:33:45 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1000 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 17:33:47 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 17:33:47 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 17:33:58 2011 Completed.
+Fri Feb 25 17:33:58 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:33:58 2011 Completed.
+Fri Feb 25 17:33:58 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:34:03 2011 Received.
+
+Fri Feb 25 17:34:03 2011 Initializing test directories.
+Fri Feb 25 17:34:03 2011 Child 2 will create 1926 directories.
+Fri Feb 25 17:34:03 2011 Child 1 will create 1926 directories.
+Fri Feb 25 17:34:03 2011 Child 3 will create 1926 directories.
+Fri Feb 25 17:34:03 2011 Child 0 will create 1926 directories.
+Fri Feb 25 17:35:03 2011 Child 2 finished creating 1926 directories.
+Fri Feb 25 17:35:03 2011 Child 2 will create 58925 files.
+Fri Feb 25 17:35:12 2011 Child 0 finished creating 1926 directories.
+Fri Feb 25 17:35:12 2011 Child 0 will create 58925 files.
+Fri Feb 25 17:35:34 2011 Child 3 finished creating 1926 directories.
+Fri Feb 25 17:35:34 2011 Child 3 will create 58925 files.
+Fri Feb 25 17:36:01 2011 Child 1 finished creating 1926 directories.
+Fri Feb 25 17:36:01 2011 Child 1 will create 58925 files.
+Fri Feb 25 17:40:06 2011 Child 2 verified 56221 files (4377 creates).
+Fri Feb 25 17:40:14 2011 Child 0 verified 55770 files (3926 creates).
+Fri Feb 25 17:40:38 2011 Child 3 verified 55148 files (3304 creates).
+Fri Feb 25 17:41:02 2011 Child 1 verified 55372 files (3528 creates).
+Fri Feb 25 17:41:31 2011 Child 2 verified 58925 files, created 6504
+Fri Feb 25 17:41:31 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 17:41:31 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 17:42:04 2011 Child 0 verified 58925 files, created 6504
+Fri Feb 25 17:42:04 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 17:42:04 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 17:42:36 2011 Child 3 verified 58925 files, created 6504
+Fri Feb 25 17:42:36 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 17:42:36 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 17:42:41 2011 Child 1 verified 58925 files, created 6504
+Fri Feb 25 17:42:41 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 17:42:41 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 17:42:41 2011 Completed.
+Fri Feb 25 17:42:41 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:42:41 2011 Completed.
+Fri Feb 25 17:42:41 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:42:42 2011 Received.
+Fri Feb 25 17:42:42 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 17:47:42 2011 Completed.
+Fri Feb 25 17:47:42 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:47:42 2011 Completed.
+Fri Feb 25 17:47:42 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:47:43 2011 Received.
+Fri Feb 25 17:47:43 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 17:52:54 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 17141 17141 0 0.19 2.83 0.03 0.3%
+setattr 4.0% 4.0% 2641 2641 0 116.71 253.22 0.61 24.7%
+lookup 24.0% 23.9% 15704 15704 0 0.25 0.85 0.01 0.3%
+readlink 1.0% 1.0% 641 641 0 0.15 0.05 0.02 0.0%
+read 18.0% 18.1% 11878 14471 0 28.72 42.88 0.12 27.3%
+write 10.0% 9.8% 6427 7724 0 15.35 44.14 0.16 7.9%
+create 1.0% 1.0% 685 685 0 217.16 335.95 1.37 11.9%
+remove 1.0% 1.0% 660 660 0 148.08 344.78 1.42 7.8%
+readdir 1.0% 1.0% 653 653 0 1.22 4.73 0.17 0.1%
+fsstat 1.0% 1.0% 665 665 0 0.28 1.01 0.08 0.0%
+access 11.0% 11.0% 7197 7197 0 0.33 3.64 0.04 0.2%
+commit 0.0% 0.0% 0 2266 0 0.00 0.00 0.00 19.2%
+readdirplus 2.0% 2.0% 1318 1318 0 2.76 26.10 0.28 0.3%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 219.43 Ops/Sec AVG. RESPONSE TIME: 19.03 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1000 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 65610 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 71766
+PHYSICAL NFS V3 THROUGHPUT: 240.02 Ops/Sec
+FILE SET SIZE CREATED: 122701360.0 KB
+FILE SET SIZE ACCESSED: 36811044.0 - 36943968.0 KB (100.00% to 100.36% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 17:52:54 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 1000
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 231076 Files created for I/O operations
+ 69320 Files accessed for I/O operations
+ 4624 Files for non-I/O operations
+ 24 Symlinks
+ 7700 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 17:52:54 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:52:54 2011 Completed.
+Fri Feb 25 17:52:54 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 17:52:54 2011 Received.
+Fri Feb 25 17:52:54 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 17:52:54 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1100 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 17:52:56 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 17:52:56 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 17:53:08 2011 Completed.
+Fri Feb 25 17:53:08 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:53:08 2011 Completed.
+Fri Feb 25 17:53:08 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 17:53:12 2011 Received.
+
+Fri Feb 25 17:53:12 2011 Initializing test directories.
+Fri Feb 25 17:53:12 2011 Child 2 will create 2107 directories.
+Fri Feb 25 17:53:12 2011 Child 3 will create 2107 directories.
+Fri Feb 25 17:53:12 2011 Child 1 will create 2107 directories.
+Fri Feb 25 17:53:12 2011 Child 0 will create 2107 directories.
+Fri Feb 25 17:53:52 2011 Child 3 finished creating 2107 directories.
+Fri Feb 25 17:53:52 2011 Child 3 will create 64466 files.
+Fri Feb 25 17:54:50 2011 Child 1 finished creating 2107 directories.
+Fri Feb 25 17:54:50 2011 Child 1 will create 64466 files.
+Fri Feb 25 17:54:54 2011 Child 0 finished creating 2107 directories.
+Fri Feb 25 17:54:54 2011 Child 0 will create 64466 files.
+Fri Feb 25 17:55:58 2011 Child 2 finished creating 2107 directories.
+Fri Feb 25 17:55:58 2011 Child 2 will create 64466 files.
+Fri Feb 25 17:58:53 2011 Child 3 verified 62609 files (4840 creates).
+Fri Feb 25 17:59:28 2011 Child 3 verified 64466 files, created 6065
+Fri Feb 25 17:59:28 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 17:59:28 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 17:59:51 2011 Child 1 verified 61474 files (3705 creates).
+Fri Feb 25 17:59:58 2011 Child 0 verified 61369 files (3600 creates).
+Fri Feb 25 18:00:59 2011 Child 2 verified 61571 files (3802 creates).
+Fri Feb 25 18:01:09 2011 Child 1 verified 64466 files, created 6065
+Fri Feb 25 18:01:09 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 18:01:09 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 18:01:16 2011 Child 0 verified 64466 files, created 6065
+Fri Feb 25 18:01:16 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 18:01:16 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 18:01:32 2011 Child 2 verified 64466 files, created 6065
+Fri Feb 25 18:01:32 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 18:01:32 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 18:01:33 2011 Completed.
+Fri Feb 25 18:01:33 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:01:33 2011 Completed.
+Fri Feb 25 18:01:33 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:01:34 2011 Received.
+Fri Feb 25 18:01:34 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 18:06:34 2011 Completed.
+Fri Feb 25 18:06:34 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:06:34 2011 Completed.
+Fri Feb 25 18:06:34 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:06:35 2011 Received.
+Fri Feb 25 18:06:35 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 18:11:45 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 15540 15540 0 0.18 2.44 0.02 0.2%
+setattr 4.0% 4.0% 2380 2380 0 129.73 288.18 0.68 24.7%
+lookup 24.0% 24.2% 14488 14488 0 0.48 15.85 0.06 0.6%
+readlink 1.0% 1.0% 590 590 0 0.15 0.04 0.02 0.0%
+read 18.0% 18.0% 10761 13183 0 30.22 38.35 0.12 26.0%
+write 10.0% 9.8% 5869 7048 0 17.32 53.90 0.19 8.1%
+create 1.0% 1.0% 591 591 0 260.28 413.18 1.64 12.3%
+remove 1.0% 1.0% 602 602 0 154.22 358.88 1.51 7.4%
+readdir 1.0% 1.0% 581 581 0 2.06 29.97 0.45 0.1%
+fsstat 1.0% 1.0% 615 615 0 0.36 1.71 0.10 0.0%
+access 11.0% 11.0% 6595 6595 0 0.41 3.94 0.05 0.2%
+commit 0.0% 0.0% 0 2047 0 0.00 0.00 0.00 20.2%
+readdirplus 2.0% 2.0% 1185 1185 0 2.18 13.67 0.21 0.2%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 199.32 Ops/Sec AVG. RESPONSE TIME: 20.91 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1100 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 59797 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 65445
+PHYSICAL NFS V3 THROUGHPUT: 218.15 Ops/Sec
+FILE SET SIZE CREATED: 134238928.0 KB
+FILE SET SIZE ACCESSED: 40273164.0 - 40401192.0 KB (100.00% to 100.32% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 18:11:45 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 1100
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 252804 Files created for I/O operations
+ 75840 Files accessed for I/O operations
+ 5060 Files for non-I/O operations
+ 24 Symlinks
+ 8424 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 18:11:45 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:11:45 2011 Completed.
+Fri Feb 25 18:11:45 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 18:11:46 2011 Received.
+Fri Feb 25 18:11:46 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 18:11:46 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1200 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 18:11:48 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 18:11:48 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 18:11:59 2011 Completed.
+Fri Feb 25 18:11:59 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:11:59 2011 Completed.
+Fri Feb 25 18:11:59 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:12:04 2011 Received.
+
+Fri Feb 25 18:12:04 2011 Initializing test directories.
+Fri Feb 25 18:12:04 2011 Child 3 will create 2305 directories.
+Fri Feb 25 18:12:04 2011 Child 0 will create 2305 directories.
+Fri Feb 25 18:12:04 2011 Child 1 will create 2305 directories.
+Fri Feb 25 18:12:04 2011 Child 2 will create 2305 directories.
+Fri Feb 25 18:12:53 2011 Child 0 finished creating 2305 directories.
+Fri Feb 25 18:12:53 2011 Child 0 will create 70509 files.
+Fri Feb 25 18:13:34 2011 Child 1 finished creating 2305 directories.
+Fri Feb 25 18:13:34 2011 Child 1 will create 70509 files.
+Fri Feb 25 18:14:57 2011 Child 3 finished creating 2305 directories.
+Fri Feb 25 18:14:57 2011 Child 3 will create 70509 files.
+Fri Feb 25 18:15:15 2011 Child 2 finished creating 2305 directories.
+Fri Feb 25 18:15:15 2011 Child 2 will create 70509 files.
+Fri Feb 25 18:17:54 2011 Child 0 verified 68557 files (5356 creates).
+Fri Feb 25 18:18:34 2011 Child 0 verified 70509 files, created 6617
+Fri Feb 25 18:18:34 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 18:18:34 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 18:18:36 2011 Child 1 verified 67895 files (4694 creates).
+Fri Feb 25 18:19:50 2011 Child 1 verified 70509 files, created 6617
+Fri Feb 25 18:19:50 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 18:19:50 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 18:20:00 2011 Child 3 verified 67343 files (4142 creates).
+Fri Feb 25 18:20:16 2011 Child 2 verified 67329 files (4128 creates).
+Fri Feb 25 18:21:14 2011 Child 3 verified 70509 files, created 6617
+Fri Feb 25 18:21:14 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 18:21:14 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 18:21:31 2011 Child 2 verified 70509 files, created 6617
+Fri Feb 25 18:21:31 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 18:21:31 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 18:21:32 2011 Completed.
+Fri Feb 25 18:21:32 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:21:32 2011 Completed.
+Fri Feb 25 18:21:32 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:21:32 2011 Received.
+Fri Feb 25 18:21:32 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 18:26:32 2011 Completed.
+Fri Feb 25 18:26:32 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:26:32 2011 Completed.
+Fri Feb 25 18:26:32 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:26:33 2011 Received.
+Fri Feb 25 18:26:33 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 18:31:43 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 14727 14727 0 0.15 0.05 0.00 0.2%
+setattr 4.0% 4.1% 2351 2351 0 144.58 317.48 0.72 27.3%
+lookup 24.0% 23.8% 13497 13497 0 0.42 7.24 0.05 0.5%
+readlink 1.0% 1.0% 552 552 0 0.15 0.04 0.02 0.0%
+read 18.0% 18.1% 10253 12630 0 31.84 35.56 0.12 26.2%
+write 10.0% 10.0% 5658 6850 0 17.26 45.00 0.17 7.8%
+create 1.0% 1.1% 611 611 0 239.52 424.00 1.63 11.7%
+remove 1.0% 1.0% 550 550 0 126.84 283.62 1.41 5.6%
+readdir 1.0% 1.0% 570 570 0 0.89 3.00 0.14 0.0%
+fsstat 1.0% 1.0% 554 554 0 0.46 1.40 0.10 0.0%
+access 11.0% 10.9% 6192 6192 0 0.48 3.97 0.05 0.2%
+commit 0.0% 0.0% 0 1958 0 0.00 0.00 0.00 20.2%
+readdirplus 2.0% 2.0% 1146 1146 0 2.42 22.42 0.27 0.2%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 189.50 Ops/Sec AVG. RESPONSE TIME: 22.00 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1200 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 56661 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 62188
+PHYSICAL NFS V3 THROUGHPUT: 207.98 Ops/Sec
+FILE SET SIZE CREATED: 146823616.0 KB
+FILE SET SIZE ACCESSED: 44047512.0 - 44171432.0 KB (100.00% to 100.28% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 18:31:43 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 1200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 276504 Files created for I/O operations
+ 82948 Files accessed for I/O operations
+ 5532 Files for non-I/O operations
+ 24 Symlinks
+ 9216 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 18:31:43 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:31:43 2011 Completed.
+Fri Feb 25 18:31:43 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 18:31:44 2011 Received.
+Fri Feb 25 18:31:44 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 18:31:44 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1300 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 18:31:46 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 18:31:46 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 18:31:57 2011 Completed.
+Fri Feb 25 18:31:57 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:31:57 2011 Completed.
+Fri Feb 25 18:31:57 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:32:02 2011 Received.
+
+Fri Feb 25 18:32:02 2011 Initializing test directories.
+Fri Feb 25 18:32:02 2011 Child 3 will create 2502 directories.
+Fri Feb 25 18:32:02 2011 Child 2 will create 2502 directories.
+Fri Feb 25 18:32:02 2011 Child 0 will create 2502 directories.
+Fri Feb 25 18:32:02 2011 Child 1 will create 2502 directories.
+Fri Feb 25 18:32:09 2011 Child 0 finished creating 2502 directories.
+Fri Feb 25 18:32:09 2011 Child 0 will create 76553 files.
+Fri Feb 25 18:32:31 2011 Child 3 finished creating 2502 directories.
+Fri Feb 25 18:32:31 2011 Child 3 will create 76553 files.
+Fri Feb 25 18:33:17 2011 Child 1 finished creating 2502 directories.
+Fri Feb 25 18:33:17 2011 Child 1 will create 76553 files.
+Fri Feb 25 18:34:50 2011 Child 2 finished creating 2502 directories.
+Fri Feb 25 18:34:50 2011 Child 2 will create 76553 files.
+Fri Feb 25 18:37:10 2011 Child 0 verified 73810 files (4684 creates).
+Fri Feb 25 18:37:34 2011 Child 3 verified 72854 files (3728 creates).
+Fri Feb 25 18:38:18 2011 Child 1 verified 72910 files (3784 creates).
+Fri Feb 25 18:38:43 2011 Child 0 verified 76553 files, created 6677
+Fri Feb 25 18:38:43 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 18:38:43 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 18:39:42 2011 Child 3 verified 76553 files, created 6677
+Fri Feb 25 18:39:42 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 18:39:42 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 18:39:52 2011 Child 2 verified 72730 files (3604 creates).
+Fri Feb 25 18:40:06 2011 Child 1 verified 76553 files, created 6677
+Fri Feb 25 18:40:06 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 18:40:06 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 18:41:08 2011 Child 2 verified 76553 files, created 6677
+Fri Feb 25 18:41:08 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 18:41:08 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 18:41:09 2011 Completed.
+Fri Feb 25 18:41:09 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:41:09 2011 Completed.
+Fri Feb 25 18:41:09 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:41:09 2011 Received.
+Fri Feb 25 18:41:09 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 18:46:09 2011 Completed.
+Fri Feb 25 18:46:09 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:46:09 2011 Completed.
+Fri Feb 25 18:46:09 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:46:10 2011 Received.
+Fri Feb 25 18:46:10 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 18:51:20 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 14982 14982 0 0.18 2.40 0.02 0.2%
+setattr 4.0% 4.1% 2405 2405 0 133.90 287.21 0.68 25.8%
+lookup 24.0% 24.0% 13895 13895 0 0.44 2.88 0.03 0.5%
+readlink 1.0% 1.0% 570 570 0 0.15 0.04 0.02 0.0%
+read 18.0% 18.0% 10452 12935 0 32.04 36.84 0.12 26.9%
+write 10.0% 9.9% 5742 7016 0 17.13 48.30 0.18 7.9%
+create 1.0% 1.0% 571 571 0 258.47 422.20 1.69 11.8%
+remove 1.0% 0.9% 550 550 0 158.39 360.76 1.59 7.0%
+readdir 1.0% 1.0% 564 564 0 1.35 9.72 0.26 0.1%
+fsstat 1.0% 1.0% 581 581 0 0.89 8.62 0.24 0.0%
+access 11.0% 11.3% 6539 6539 0 0.56 3.12 0.04 0.3%
+commit 0.0% 0.0% 0 1985 0 0.00 0.00 0.00 19.2%
+readdirplus 2.0% 2.0% 1160 1160 0 3.33 46.14 0.39 0.3%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 194.01 Ops/Sec AVG. RESPONSE TIME: 21.50 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1300 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 58011 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 63753
+PHYSICAL NFS V3 THROUGHPUT: 213.22 Ops/Sec
+FILE SET SIZE CREATED: 159408320.0 KB
+FILE SET SIZE ACCESSED: 47823984.0 - 47946580.0 KB (100.00% to 100.26% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 18:51:20 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 1300
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 300204 Files created for I/O operations
+ 90060 Files accessed for I/O operations
+ 6008 Files for non-I/O operations
+ 24 Symlinks
+ 10004 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 18:51:20 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:51:20 2011 Completed.
+Fri Feb 25 18:51:20 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 18:51:21 2011 Received.
+Fri Feb 25 18:51:21 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 18:51:21 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1400 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 18:51:23 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 18:51:23 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 18:51:39 2011 Completed.
+Fri Feb 25 18:51:39 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:51:39 2011 Completed.
+Fri Feb 25 18:51:39 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 18:51:40 2011 Received.
+
+Fri Feb 25 18:51:40 2011 Initializing test directories.
+Fri Feb 25 18:51:40 2011 Child 2 will create 2700 directories.
+Fri Feb 25 18:51:40 2011 Child 0 will create 2700 directories.
+Fri Feb 25 18:51:40 2011 Child 3 will create 2700 directories.
+Fri Feb 25 18:51:40 2011 Child 1 will create 2700 directories.
+Fri Feb 25 18:52:33 2011 Child 0 finished creating 2700 directories.
+Fri Feb 25 18:52:33 2011 Child 0 will create 82596 files.
+Fri Feb 25 18:54:14 2011 Child 1 finished creating 2700 directories.
+Fri Feb 25 18:54:14 2011 Child 1 will create 82596 files.
+Fri Feb 25 18:55:04 2011 Child 2 finished creating 2700 directories.
+Fri Feb 25 18:55:04 2011 Child 2 will create 82596 files.
+Fri Feb 25 18:55:46 2011 Child 3 finished creating 2700 directories.
+Fri Feb 25 18:55:46 2011 Child 3 will create 82596 files.
+Fri Feb 25 18:57:12 2011 Child 0 verified 82596 files, created 6736
+Fri Feb 25 18:57:12 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 18:57:12 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 18:59:15 2011 Child 1 verified 79460 files (4409 creates).
+Fri Feb 25 19:00:08 2011 Child 2 verified 79232 files (4181 creates).
+Fri Feb 25 19:00:28 2011 Child 1 verified 82596 files, created 6736
+Fri Feb 25 19:00:28 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 19:00:28 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 19:00:48 2011 Child 3 verified 79232 files (4181 creates).
+Fri Feb 25 19:01:20 2011 Child 2 verified 82596 files, created 6736
+Fri Feb 25 19:01:20 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 19:01:20 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 19:01:46 2011 Child 3 verified 82596 files, created 6736
+Fri Feb 25 19:01:46 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 19:01:46 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 19:01:47 2011 Completed.
+Fri Feb 25 19:01:47 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:01:47 2011 Completed.
+Fri Feb 25 19:01:47 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:01:48 2011 Received.
+Fri Feb 25 19:01:48 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 19:06:48 2011 Completed.
+Fri Feb 25 19:06:48 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:06:48 2011 Completed.
+Fri Feb 25 19:06:48 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:06:49 2011 Received.
+Fri Feb 25 19:06:49 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 19:11:59 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 15190 15190 0 0.16 0.60 0.01 0.2%
+setattr 4.0% 3.8% 2225 2225 0 134.56 286.85 0.70 23.9%
+lookup 24.0% 24.2% 14063 14063 0 0.59 9.90 0.05 0.7%
+readlink 1.0% 1.0% 568 568 0 0.22 1.80 0.11 0.0%
+read 18.0% 18.1% 10524 12953 0 33.67 39.63 0.12 28.3%
+write 10.0% 9.9% 5779 6950 0 18.22 52.39 0.19 8.4%
+create 1.0% 0.9% 538 538 0 272.63 437.72 1.77 11.7%
+remove 1.0% 1.0% 567 567 0 140.26 277.01 1.37 6.4%
+readdir 1.0% 1.0% 585 585 0 1.58 19.46 0.36 0.1%
+fsstat 1.0% 1.0% 574 574 0 0.71 2.38 0.13 0.0%
+access 11.0% 11.0% 6403 6403 0 0.72 8.21 0.07 0.4%
+commit 0.0% 0.0% 0 1989 0 0.00 0.00 0.00 19.6%
+readdirplus 2.0% 2.0% 1174 1174 0 3.69 42.06 0.37 0.3%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 194.61 Ops/Sec AVG. RESPONSE TIME: 21.51 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1400 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 58190 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 63779
+PHYSICAL NFS V3 THROUGHPUT: 213.30 Ops/Sec
+FILE SET SIZE CREATED: 171993024.0 KB
+FILE SET SIZE ACCESSED: 51598332.0 - 51718752.0 KB (100.00% to 100.23% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 19:11:59 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 1400
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 323904 Files created for I/O operations
+ 97168 Files accessed for I/O operations
+ 6480 Files for non-I/O operations
+ 24 Symlinks
+ 10796 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 19:11:59 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:11:59 2011 Completed.
+Fri Feb 25 19:11:59 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 19:12:00 2011 Received.
+Fri Feb 25 19:12:00 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 19:12:00 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1500 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 19:12:02 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 19:12:02 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 19:12:13 2011 Completed.
+Fri Feb 25 19:12:13 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:12:13 2011 Completed.
+Fri Feb 25 19:12:13 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:12:18 2011 Received.
+
+Fri Feb 25 19:12:18 2011 Initializing test directories.
+Fri Feb 25 19:12:18 2011 Child 2 will create 2881 directories.
+Fri Feb 25 19:12:18 2011 Child 0 will create 2881 directories.
+Fri Feb 25 19:12:18 2011 Child 1 will create 2881 directories.
+Fri Feb 25 19:12:18 2011 Child 3 will create 2881 directories.
+Fri Feb 25 19:15:17 2011 Child 1 finished creating 2881 directories.
+Fri Feb 25 19:15:17 2011 Child 1 will create 88136 files.
+Fri Feb 25 19:15:38 2011 Child 3 finished creating 2881 directories.
+Fri Feb 25 19:15:38 2011 Child 3 will create 88136 files.
+Fri Feb 25 19:16:18 2011 Child 0 finished creating 2881 directories.
+Fri Feb 25 19:16:18 2011 Child 0 will create 88136 files.
+Fri Feb 25 19:16:43 2011 Child 2 finished creating 2881 directories.
+Fri Feb 25 19:16:43 2011 Child 2 will create 88136 files.
+Fri Feb 25 19:20:18 2011 Child 1 verified 85957 files (4981 creates).
+Fri Feb 25 19:20:39 2011 Child 3 verified 84722 files (3746 creates).
+Fri Feb 25 19:21:02 2011 Child 1 verified 88136 files, created 6296
+Fri Feb 25 19:21:02 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 19:21:02 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 19:21:19 2011 Child 0 verified 84720 files (3744 creates).
+Fri Feb 25 19:21:44 2011 Child 2 verified 84756 files (3780 creates).
+Fri Feb 25 19:22:14 2011 Child 3 verified 88136 files, created 6296
+Fri Feb 25 19:22:14 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 19:22:14 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 19:22:41 2011 Child 0 verified 88136 files, created 6296
+Fri Feb 25 19:22:41 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 19:22:41 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 19:22:45 2011 Child 2 verified 88136 files, created 6296
+Fri Feb 25 19:22:45 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 19:22:45 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 19:22:46 2011 Completed.
+Fri Feb 25 19:22:46 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:22:46 2011 Completed.
+Fri Feb 25 19:22:46 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:22:46 2011 Received.
+Fri Feb 25 19:22:46 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 19:27:46 2011 Completed.
+Fri Feb 25 19:27:46 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:27:46 2011 Completed.
+Fri Feb 25 19:27:46 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:27:47 2011 Received.
+Fri Feb 25 19:27:47 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 19:32:57 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 14444 14444 0 0.15 0.07 0.00 0.2%
+setattr 4.0% 4.1% 2269 2269 0 143.04 311.05 0.73 26.0%
+lookup 24.0% 24.4% 13571 13571 0 0.56 2.28 0.03 0.6%
+readlink 1.0% 1.0% 545 545 0 0.19 0.78 0.07 0.0%
+read 18.0% 17.9% 9951 12326 0 34.81 36.00 0.12 27.8%
+write 10.0% 10.0% 5578 6753 0 17.89 48.12 0.18 8.0%
+create 1.0% 1.0% 578 578 0 224.14 346.58 1.52 10.4%
+remove 1.0% 1.0% 551 551 0 146.00 309.29 1.47 6.5%
+readdir 1.0% 1.0% 535 535 0 0.88 3.01 0.15 0.0%
+fsstat 1.0% 0.9% 522 522 0 0.84 2.17 0.13 0.0%
+access 11.0% 10.9% 6073 6073 0 0.88 9.60 0.08 0.4%
+commit 0.0% 0.0% 0 1928 0 0.00 0.00 0.00 19.7%
+readdirplus 2.0% 2.0% 1097 1097 0 3.36 42.65 0.39 0.3%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 186.33 Ops/Sec AVG. RESPONSE TIME: 22.37 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1500 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 55714 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 61192
+PHYSICAL NFS V3 THROUGHPUT: 204.65 Ops/Sec
+FILE SET SIZE CREATED: 183528464.0 KB
+FILE SET SIZE ACCESSED: 55060452.0 - 55183528.0 KB (100.00% to 100.22% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 19:32:57 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 1500
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 345628 Files created for I/O operations
+ 103688 Files accessed for I/O operations
+ 6916 Files for non-I/O operations
+ 24 Symlinks
+ 11520 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 19:32:57 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:32:57 2011 Completed.
+Fri Feb 25 19:32:57 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 19:32:58 2011 Received.
+Fri Feb 25 19:32:58 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 19:32:58 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1600 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 19:33:00 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 19:33:00 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 19:33:11 2011 Completed.
+Fri Feb 25 19:33:11 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:33:11 2011 Completed.
+Fri Feb 25 19:33:11 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:33:16 2011 Received.
+
+Fri Feb 25 19:33:16 2011 Initializing test directories.
+Fri Feb 25 19:33:16 2011 Child 3 will create 3078 directories.
+Fri Feb 25 19:33:16 2011 Child 1 will create 3078 directories.
+Fri Feb 25 19:33:16 2011 Child 0 will create 3078 directories.
+Fri Feb 25 19:33:16 2011 Child 2 will create 3078 directories.
+Fri Feb 25 19:36:10 2011 Child 2 finished creating 3078 directories.
+Fri Feb 25 19:36:10 2011 Child 2 will create 94179 files.
+Fri Feb 25 19:36:37 2011 Child 0 finished creating 3078 directories.
+Fri Feb 25 19:36:37 2011 Child 0 will create 94179 files.
+Fri Feb 25 19:37:13 2011 Child 1 finished creating 3078 directories.
+Fri Feb 25 19:37:13 2011 Child 1 will create 94179 files.
+Fri Feb 25 19:37:38 2011 Child 3 finished creating 3078 directories.
+Fri Feb 25 19:37:38 2011 Child 3 will create 94179 files.
+Fri Feb 25 19:41:11 2011 Child 2 verified 91823 files (5416 creates).
+Fri Feb 25 19:41:39 2011 Child 0 verified 90254 files (3847 creates).
+Fri Feb 25 19:42:06 2011 Child 2 verified 94179 files, created 6849
+Fri Feb 25 19:42:06 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 19:42:06 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 19:42:14 2011 Child 1 verified 90057 files (3650 creates).
+Fri Feb 25 19:42:40 2011 Child 3 verified 90071 files (3664 creates).
+Fri Feb 25 19:43:32 2011 Child 0 verified 94179 files, created 6849
+Fri Feb 25 19:43:32 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 19:43:32 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 19:43:53 2011 Child 1 verified 94179 files, created 6849
+Fri Feb 25 19:43:53 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 19:43:53 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 19:43:59 2011 Child 3 verified 94179 files, created 6849
+Fri Feb 25 19:43:59 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 19:43:59 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 19:44:00 2011 Completed.
+Fri Feb 25 19:44:00 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:44:00 2011 Completed.
+Fri Feb 25 19:44:00 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:44:00 2011 Received.
+Fri Feb 25 19:44:00 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 19:49:00 2011 Completed.
+Fri Feb 25 19:49:00 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:49:00 2011 Completed.
+Fri Feb 25 19:49:00 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:49:01 2011 Received.
+Fri Feb 25 19:49:01 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 19:54:11 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 14125 14125 0 0.15 0.06 0.00 0.2%
+setattr 4.0% 4.0% 2155 2155 0 158.78 352.06 0.79 27.4%
+lookup 24.0% 24.0% 12982 12982 0 0.67 12.56 0.06 0.7%
+readlink 1.0% 1.0% 553 553 0 0.15 0.10 0.03 0.0%
+read 18.0% 18.0% 9747 11956 0 34.46 32.63 0.11 26.9%
+write 10.0% 9.7% 5268 6272 0 16.55 41.62 0.17 7.0%
+create 1.0% 1.0% 523 523 0 265.74 443.90 1.81 11.1%
+remove 1.0% 1.0% 525 525 0 163.69 385.72 1.68 6.9%
+readdir 1.0% 1.0% 540 540 0 2.57 24.49 0.42 0.1%
+fsstat 1.0% 1.0% 549 549 0 0.75 1.97 0.12 0.0%
+access 11.0% 11.1% 5990 5990 0 0.77 2.02 0.04 0.4%
+commit 0.0% 0.0% 0 1813 0 0.00 0.00 0.00 19.1%
+readdirplus 2.0% 2.0% 1080 1080 0 1.41 4.29 0.12 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 180.72 Ops/Sec AVG. RESPONSE TIME: 23.08 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1600 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 54037 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 59063
+PHYSICAL NFS V3 THROUGHPUT: 197.53 Ops/Sec
+FILE SET SIZE CREATED: 196113168.0 KB
+FILE SET SIZE ACCESSED: 58834800.0 - 58947280.0 KB (100.00% to 100.19% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 19:54:11 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 1600
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 369328 Files created for I/O operations
+ 110796 Files accessed for I/O operations
+ 7388 Files for non-I/O operations
+ 24 Symlinks
+ 12308 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 19:54:11 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:54:11 2011 Completed.
+Fri Feb 25 19:54:11 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 19:54:12 2011 Received.
+Fri Feb 25 19:54:12 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 19:54:12 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1700 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 19:54:14 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 19:54:14 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 19:54:25 2011 Completed.
+Fri Feb 25 19:54:25 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:54:25 2011 Completed.
+Fri Feb 25 19:54:25 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 19:54:30 2011 Received.
+
+Fri Feb 25 19:54:30 2011 Initializing test directories.
+Fri Feb 25 19:54:30 2011 Child 3 will create 3276 directories.
+Fri Feb 25 19:54:30 2011 Child 2 will create 3276 directories.
+Fri Feb 25 19:54:30 2011 Child 1 will create 3276 directories.
+Fri Feb 25 19:54:30 2011 Child 0 will create 3276 directories.
+Fri Feb 25 19:56:59 2011 Child 0 finished creating 3276 directories.
+Fri Feb 25 19:56:59 2011 Child 0 will create 100223 files.
+Fri Feb 25 19:58:05 2011 Child 1 finished creating 3276 directories.
+Fri Feb 25 19:58:05 2011 Child 1 will create 100223 files.
+Fri Feb 25 19:58:33 2011 Child 2 finished creating 3276 directories.
+Fri Feb 25 19:58:33 2011 Child 2 will create 100223 files.
+Fri Feb 25 19:59:15 2011 Child 3 finished creating 3276 directories.
+Fri Feb 25 19:59:15 2011 Child 3 will create 100223 files.
+Fri Feb 25 20:01:47 2011 Child 0 verified 100223 files, created 6909
+Fri Feb 25 20:01:47 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 20:01:47 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 20:03:06 2011 Child 1 verified 96999 files (4667 creates).
+Fri Feb 25 20:03:35 2011 Child 2 verified 96861 files (4529 creates).
+Fri Feb 25 20:04:15 2011 Child 1 verified 100223 files, created 6909
+Fri Feb 25 20:04:15 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 20:04:15 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 20:04:17 2011 Child 3 verified 96878 files (4546 creates).
+Fri Feb 25 20:04:36 2011 Child 2 verified 100223 files, created 6909
+Fri Feb 25 20:04:36 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 20:04:37 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 20:04:54 2011 Child 3 verified 100223 files, created 6909
+Fri Feb 25 20:04:54 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 20:04:54 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 20:04:55 2011 Completed.
+Fri Feb 25 20:04:55 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:04:55 2011 Completed.
+Fri Feb 25 20:04:55 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:04:56 2011 Received.
+Fri Feb 25 20:04:56 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 20:09:56 2011 Completed.
+Fri Feb 25 20:09:56 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:09:56 2011 Completed.
+Fri Feb 25 20:09:56 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:09:57 2011 Received.
+Fri Feb 25 20:09:57 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 20:15:07 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.6% 13052 13052 0 0.15 0.06 0.00 0.2%
+setattr 4.0% 4.0% 2025 2025 0 156.22 352.03 0.82 25.3%
+lookup 24.0% 24.1% 12312 12312 0 0.82 8.14 0.05 0.8%
+readlink 1.0% 1.0% 532 532 0 0.15 0.09 0.03 0.0%
+read 18.0% 18.3% 9329 11491 0 37.21 32.94 0.12 27.7%
+write 10.0% 9.9% 5046 6177 0 18.53 46.77 0.19 7.5%
+create 1.0% 1.1% 553 553 0 277.45 433.93 1.74 12.3%
+remove 1.0% 1.0% 535 535 0 138.27 285.90 1.43 5.9%
+readdir 1.0% 1.0% 516 516 0 2.42 34.79 0.51 0.1%
+fsstat 1.0% 1.1% 545 545 0 0.90 2.81 0.14 0.0%
+access 11.0% 11.0% 5589 5589 0 1.08 3.18 0.05 0.5%
+commit 0.0% 0.0% 0 1732 0 0.00 0.00 0.00 19.6%
+readdirplus 2.0% 1.9% 988 988 0 1.70 14.28 0.24 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 170.64 Ops/Sec AVG. RESPONSE TIME: 24.52 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1700 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 51022 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 56047
+PHYSICAL NFS V3 THROUGHPUT: 187.44 Ops/Sec
+FILE SET SIZE CREATED: 208697872.0 KB
+FILE SET SIZE ACCESSED: 62611272.0 - 62730648.0 KB (100.00% to 100.19% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 20:15:07 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 1700
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 393028 Files created for I/O operations
+ 117908 Files accessed for I/O operations
+ 7864 Files for non-I/O operations
+ 24 Symlinks
+ 13100 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 20:15:07 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:15:07 2011 Completed.
+Fri Feb 25 20:15:07 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 20:15:08 2011 Received.
+Fri Feb 25 20:15:08 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 20:15:08 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1800 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 20:15:10 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 20:15:10 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 20:15:26 2011 Completed.
+Fri Feb 25 20:15:26 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:15:26 2011 Completed.
+Fri Feb 25 20:15:26 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:15:27 2011 Received.
+
+Fri Feb 25 20:15:27 2011 Initializing test directories.
+Fri Feb 25 20:15:27 2011 Child 2 will create 3457 directories.
+Fri Feb 25 20:15:27 2011 Child 3 will create 3457 directories.
+Fri Feb 25 20:15:27 2011 Child 0 will create 3457 directories.
+Fri Feb 25 20:15:27 2011 Child 1 will create 3457 directories.
+Fri Feb 25 20:16:14 2011 Child 2 finished creating 3457 directories.
+Fri Feb 25 20:16:14 2011 Child 2 will create 105762 files.
+Fri Feb 25 20:16:24 2011 Child 1 finished creating 3457 directories.
+Fri Feb 25 20:16:24 2011 Child 1 will create 105762 files.
+Fri Feb 25 20:17:53 2011 Child 0 finished creating 3457 directories.
+Fri Feb 25 20:17:53 2011 Child 0 will create 105762 files.
+Fri Feb 25 20:18:47 2011 Child 3 finished creating 3457 directories.
+Fri Feb 25 20:18:47 2011 Child 3 will create 105762 files.
+Fri Feb 25 20:21:15 2011 Child 2 verified 103619 files (5362 creates).
+Fri Feb 25 20:21:25 2011 Child 1 verified 102836 files (4579 creates).
+Fri Feb 25 20:21:48 2011 Child 2 verified 105762 files, created 6469
+Fri Feb 25 20:21:48 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 20:21:48 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 20:22:24 2011 Child 1 verified 105762 files, created 6469
+Fri Feb 25 20:22:24 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 20:22:24 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 20:22:54 2011 Child 0 verified 102253 files (3996 creates).
+Fri Feb 25 20:23:41 2011 Child 0 verified 105762 files, created 6469
+Fri Feb 25 20:23:41 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 20:23:41 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 20:23:49 2011 Child 3 verified 103275 files (5018 creates).
+Fri Feb 25 20:24:03 2011 Child 3 verified 105762 files, created 6469
+Fri Feb 25 20:24:03 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 20:24:03 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 20:24:04 2011 Completed.
+Fri Feb 25 20:24:04 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:24:04 2011 Completed.
+Fri Feb 25 20:24:04 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:24:05 2011 Received.
+Fri Feb 25 20:24:05 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 20:29:05 2011 Completed.
+Fri Feb 25 20:29:05 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:29:05 2011 Completed.
+Fri Feb 25 20:29:05 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:29:06 2011 Received.
+Fri Feb 25 20:29:06 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 20:34:16 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 13555 13555 0 0.15 0.48 0.01 0.2%
+setattr 4.0% 4.0% 2095 2095 0 141.99 302.04 0.74 23.8%
+lookup 24.0% 23.8% 12516 12516 0 0.99 12.47 0.06 1.0%
+readlink 1.0% 1.0% 539 539 0 0.20 1.16 0.09 0.0%
+read 18.0% 18.1% 9489 11646 0 37.93 36.07 0.12 28.8%
+write 10.0% 10.2% 5371 6605 0 17.72 43.40 0.18 7.6%
+create 1.0% 1.0% 536 536 0 270.96 453.16 1.80 11.6%
+remove 1.0% 1.0% 545 545 0 151.23 337.03 1.54 6.6%
+readdir 1.0% 1.0% 525 525 0 0.90 2.77 0.14 0.0%
+fsstat 1.0% 1.0% 529 529 0 1.33 4.28 0.18 0.1%
+access 11.0% 11.0% 5787 5787 0 1.21 5.00 0.06 0.6%
+commit 0.0% 0.0% 0 1839 0 0.00 0.00 0.00 19.6%
+readdirplus 2.0% 2.0% 1026 1026 0 2.22 26.75 0.32 0.2%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 175.62 Ops/Sec AVG. RESPONSE TIME: 23.82 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1800 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 52513 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 57743
+PHYSICAL NFS V3 THROUGHPUT: 193.12 Ops/Sec
+FILE SET SIZE CREATED: 220233312.0 KB
+FILE SET SIZE ACCESSED: 66071268.0 - 66191888.0 KB (100.00% to 100.18% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 20:34:16 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 1800
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 414752 Files created for I/O operations
+ 124424 Files accessed for I/O operations
+ 8296 Files for non-I/O operations
+ 24 Symlinks
+ 13824 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 20:34:16 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:34:16 2011 Completed.
+Fri Feb 25 20:34:16 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 20:34:17 2011 Received.
+Fri Feb 25 20:34:17 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 20:34:17 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1900 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 20:34:19 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 20:34:19 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 20:34:30 2011 Completed.
+Fri Feb 25 20:34:30 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:34:30 2011 Completed.
+Fri Feb 25 20:34:30 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:34:35 2011 Received.
+
+Fri Feb 25 20:34:35 2011 Initializing test directories.
+Fri Feb 25 20:34:35 2011 Child 3 will create 3654 directories.
+Fri Feb 25 20:34:35 2011 Child 2 will create 3654 directories.
+Fri Feb 25 20:34:35 2011 Child 0 will create 3654 directories.
+Fri Feb 25 20:34:35 2011 Child 1 will create 3654 directories.
+Fri Feb 25 20:35:21 2011 Child 1 finished creating 3654 directories.
+Fri Feb 25 20:35:21 2011 Child 1 will create 111806 files.
+Fri Feb 25 20:36:08 2011 Child 3 finished creating 3654 directories.
+Fri Feb 25 20:36:08 2011 Child 3 will create 111806 files.
+Fri Feb 25 20:37:00 2011 Child 2 finished creating 3654 directories.
+Fri Feb 25 20:37:00 2011 Child 2 will create 111806 files.
+Fri Feb 25 20:39:48 2011 Child 1 verified 111806 files, created 7022
+Fri Feb 25 20:39:48 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 20:39:48 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 20:39:58 2011 Child 0 finished creating 3458 directories.
+Fri Feb 25 20:40:03 2011 Child 0 finished creating 3654 directories.
+Fri Feb 25 20:40:03 2011 Child 0 will create 111806 files.
+Fri Feb 25 20:41:09 2011 Child 3 verified 109223 files (5535 creates).
+Fri Feb 25 20:41:55 2011 Child 3 verified 111806 files, created 7022
+Fri Feb 25 20:41:55 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 20:41:55 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 20:42:01 2011 Child 2 verified 108259 files (4571 creates).
+Fri Feb 25 20:42:56 2011 Child 2 verified 111806 files, created 7022
+Fri Feb 25 20:42:56 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 20:42:56 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 20:44:12 2011 Child 0 verified 111806 files, created 7022
+Fri Feb 25 20:44:12 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 20:44:12 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 20:44:12 2011 Completed.
+Fri Feb 25 20:44:12 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:44:12 2011 Completed.
+Fri Feb 25 20:44:12 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:44:12 2011 Received.
+Fri Feb 25 20:44:12 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 20:49:12 2011 Completed.
+Fri Feb 25 20:49:12 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:49:12 2011 Completed.
+Fri Feb 25 20:49:12 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:49:13 2011 Received.
+Fri Feb 25 20:49:13 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 20:54:23 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 13480 13480 0 0.15 0.43 0.01 0.2%
+setattr 4.0% 4.0% 2108 2108 0 145.69 324.49 0.77 24.6%
+lookup 24.0% 24.1% 12544 12544 0 0.96 2.67 0.03 1.0%
+readlink 1.0% 1.0% 523 523 0 0.15 0.03 0.02 0.0%
+read 18.0% 18.3% 9554 11590 0 38.64 34.46 0.12 29.6%
+write 10.0% 9.9% 5132 6227 0 18.50 54.76 0.20 7.6%
+create 1.0% 0.9% 480 480 0 244.49 379.50 1.74 9.4%
+remove 1.0% 0.9% 466 466 0 167.69 373.55 1.75 6.3%
+readdir 1.0% 1.0% 519 519 0 0.66 2.12 0.13 0.0%
+fsstat 1.0% 1.0% 509 509 0 1.52 2.92 0.15 0.1%
+access 11.0% 10.9% 5675 5675 0 1.34 2.61 0.04 0.6%
+commit 0.0% 0.0% 0 1764 0 0.00 0.00 0.00 20.6%
+readdirplus 2.0% 2.1% 1087 1087 0 1.26 4.67 0.13 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 174.75 Ops/Sec AVG. RESPONSE TIME: 23.95 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1900 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 52077 TEST TIME: 298 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 56972
+PHYSICAL NFS V3 THROUGHPUT: 191.18 Ops/Sec
+FILE SET SIZE CREATED: 232818016.0 KB
+FILE SET SIZE ACCESSED: 69845616.0 - 69957392.0 KB (100.00% to 100.16% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 20:54:23 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 1900
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 438452 Files created for I/O operations
+ 131532 Files accessed for I/O operations
+ 8772 Files for non-I/O operations
+ 24 Symlinks
+ 14612 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 20:54:23 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:54:23 2011 Completed.
+Fri Feb 25 20:54:23 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 20:54:24 2011 Received.
+Fri Feb 25 20:54:24 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 20:54:24 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 2000 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 20:54:26 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 20:54:26 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 20:54:37 2011 Completed.
+Fri Feb 25 20:54:37 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:54:37 2011 Completed.
+Fri Feb 25 20:54:37 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 20:54:42 2011 Received.
+
+Fri Feb 25 20:54:42 2011 Initializing test directories.
+Fri Feb 25 20:54:42 2011 Child 3 will create 3852 directories.
+Fri Feb 25 20:54:42 2011 Child 0 will create 3852 directories.
+Fri Feb 25 20:54:42 2011 Child 2 will create 3852 directories.
+Fri Feb 25 20:54:42 2011 Child 1 will create 3852 directories.
+Fri Feb 25 20:54:58 2011 Child 3 finished creating 3852 directories.
+Fri Feb 25 20:54:58 2011 Child 3 will create 117849 files.
+Fri Feb 25 20:54:58 2011 Child 2 finished creating 3852 directories.
+Fri Feb 25 20:54:58 2011 Child 2 will create 117849 files.
+Fri Feb 25 20:57:55 2011 Child 1 finished creating 3852 directories.
+Fri Feb 25 20:57:55 2011 Child 1 will create 117849 files.
+Fri Feb 25 20:58:27 2011 Child 0 finished creating 3852 directories.
+Fri Feb 25 20:58:27 2011 Child 0 will create 117849 files.
+Fri Feb 25 20:59:59 2011 Child 3 verified 113838 files (4225 creates).
+Fri Feb 25 21:00:00 2011 Child 2 verified 113873 files (4260 creates).
+Fri Feb 25 21:01:57 2011 Child 2 verified 117849 files, created 7081
+Fri Feb 25 21:01:57 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 21:01:57 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 21:01:59 2011 Child 3 verified 117849 files, created 7081
+Fri Feb 25 21:01:59 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 21:01:59 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 21:02:56 2011 Child 1 verified 114618 files (5005 creates).
+Fri Feb 25 21:03:30 2011 Child 0 verified 114860 files (5247 creates).
+Fri Feb 25 21:03:40 2011 Child 1 verified 117849 files, created 7081
+Fri Feb 25 21:03:40 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 21:03:40 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 21:03:52 2011 Child 0 verified 117849 files, created 7081
+Fri Feb 25 21:03:52 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 21:03:52 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 21:03:53 2011 Completed.
+Fri Feb 25 21:03:53 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:03:53 2011 Completed.
+Fri Feb 25 21:03:53 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:03:53 2011 Received.
+Fri Feb 25 21:03:53 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 21:08:53 2011 Completed.
+Fri Feb 25 21:08:53 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:08:53 2011 Completed.
+Fri Feb 25 21:08:53 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:08:54 2011 Received.
+Fri Feb 25 21:08:54 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 21:14:04 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 13129 13129 0 0.16 0.83 0.02 0.2%
+setattr 4.0% 3.9% 2005 2005 0 147.13 327.33 0.79 23.6%
+lookup 24.0% 24.0% 12220 12220 0 1.47 5.49 0.04 1.4%
+readlink 1.0% 1.0% 499 499 0 0.15 0.03 0.01 0.0%
+read 18.0% 18.0% 9126 11106 0 39.39 33.03 0.12 28.7%
+write 10.0% 9.9% 5040 6169 0 19.84 55.31 0.21 8.0%
+create 1.0% 1.0% 522 522 0 263.24 434.35 1.79 11.0%
+remove 1.0% 1.0% 504 504 0 146.28 306.98 1.53 5.9%
+readdir 1.0% 1.1% 546 546 0 1.99 17.47 0.35 0.1%
+fsstat 1.0% 0.9% 482 482 0 2.08 3.01 0.15 0.1%
+access 11.0% 11.2% 5708 5708 0 2.34 14.30 0.10 1.1%
+commit 0.0% 0.0% 0 1729 0 0.00 0.00 0.00 19.8%
+readdirplus 2.0% 2.1% 1057 1057 0 1.86 17.58 0.25 0.2%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 170.02 Ops/Sec AVG. RESPONSE TIME: 24.61 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 2000 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 50838 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 55676
+PHYSICAL NFS V3 THROUGHPUT: 186.20 Ops/Sec
+FILE SET SIZE CREATED: 245402720.0 KB
+FILE SET SIZE ACCESSED: 73622088.0 - 73740624.0 KB (100.00% to 100.16% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 21:14:04 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 2000
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 462152 Files created for I/O operations
+ 138644 Files accessed for I/O operations
+ 9244 Files for non-I/O operations
+ 24 Symlinks
+ 15404 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 21:14:04 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:14:04 2011 Completed.
+Fri Feb 25 21:14:04 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 21:14:05 2011 Received.
+Fri Feb 25 21:14:05 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 21:14:05 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 2100 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 21:14:07 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 21:14:07 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 21:14:23 2011 Completed.
+Fri Feb 25 21:14:23 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:14:23 2011 Completed.
+Fri Feb 25 21:14:23 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:14:24 2011 Received.
+
+Fri Feb 25 21:14:24 2011 Initializing test directories.
+Fri Feb 25 21:14:24 2011 Child 2 will create 4049 directories.
+Fri Feb 25 21:14:24 2011 Child 0 will create 4049 directories.
+Fri Feb 25 21:14:24 2011 Child 3 will create 4049 directories.
+Fri Feb 25 21:14:24 2011 Child 1 will create 4049 directories.
+Fri Feb 25 21:15:12 2011 Child 1 finished creating 4049 directories.
+Fri Feb 25 21:15:12 2011 Child 1 will create 123893 files.
+Fri Feb 25 21:15:12 2011 Child 3 finished creating 4049 directories.
+Fri Feb 25 21:15:12 2011 Child 3 will create 123893 files.
+Fri Feb 25 21:18:30 2011 Child 2 finished creating 4049 directories.
+Fri Feb 25 21:18:30 2011 Child 2 will create 123893 files.
+Fri Feb 25 21:20:13 2011 Child 1 verified 119718 files (4180 creates).
+Fri Feb 25 21:20:13 2011 Child 3 verified 119717 files (4179 creates).
+Fri Feb 25 21:20:36 2011 Child 0 finished creating 3853 directories.
+Fri Feb 25 21:20:47 2011 Child 0 finished creating 4049 directories.
+Fri Feb 25 21:20:47 2011 Child 0 will create 123893 files.
+Fri Feb 25 21:22:10 2011 Child 1 verified 123893 files, created 7141
+Fri Feb 25 21:22:10 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 21:22:10 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 21:22:11 2011 Child 3 verified 123893 files, created 7141
+Fri Feb 25 21:22:11 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 21:22:11 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 21:23:31 2011 Child 2 verified 120059 files (4521 creates).
+Fri Feb 25 21:24:23 2011 Child 2 verified 123893 files, created 7141
+Fri Feb 25 21:24:23 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 21:24:23 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 21:25:18 2011 Child 0 verified 123893 files, created 7141
+Fri Feb 25 21:25:18 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 21:25:18 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 21:25:18 2011 Completed.
+Fri Feb 25 21:25:18 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:25:18 2011 Completed.
+Fri Feb 25 21:25:18 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:25:19 2011 Received.
+Fri Feb 25 21:25:19 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 21:30:19 2011 Completed.
+Fri Feb 25 21:30:19 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:30:19 2011 Completed.
+Fri Feb 25 21:30:19 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:30:20 2011 Received.
+Fri Feb 25 21:30:20 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 21:35:30 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 12366 12366 0 0.35 2.90 0.03 0.3%
+setattr 4.0% 3.9% 1857 1857 0 155.44 330.02 0.83 23.1%
+lookup 24.0% 23.8% 11343 11343 0 1.56 7.30 0.05 1.4%
+readlink 1.0% 1.0% 469 469 0 0.15 0.03 0.01 0.0%
+read 18.0% 18.2% 8668 10651 0 41.45 35.30 0.13 28.7%
+write 10.0% 10.2% 4846 5919 0 19.90 47.67 0.19 7.7%
+create 1.0% 1.0% 475 475 0 303.45 505.88 2.02 11.5%
+remove 1.0% 1.0% 473 473 0 150.63 323.87 1.62 5.7%
+readdir 1.0% 1.0% 483 483 0 1.15 4.57 0.19 0.0%
+fsstat 1.0% 1.0% 471 471 0 1.91 4.89 0.20 0.1%
+access 11.0% 11.1% 5272 5272 0 1.88 4.40 0.06 0.8%
+commit 0.0% 0.0% 0 1660 0 0.00 0.00 0.00 20.4%
+readdirplus 2.0% 1.9% 913 913 0 2.44 38.89 0.40 0.2%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 159.31 Ops/Sec AVG. RESPONSE TIME: 26.25 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 2100 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 47636 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 52352
+PHYSICAL NFS V3 THROUGHPUT: 175.09 Ops/Sec
+FILE SET SIZE CREATED: 257987408.0 KB
+FILE SET SIZE ACCESSED: 77396432.0 - 77505528.0 KB (100.00% to 100.14% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 21:35:30 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 2100
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 485852 Files created for I/O operations
+ 145752 Files accessed for I/O operations
+ 9720 Files for non-I/O operations
+ 24 Symlinks
+ 16192 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 21:35:30 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:35:30 2011 Completed.
+Fri Feb 25 21:35:30 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 21:35:31 2011 Received.
+Fri Feb 25 21:35:31 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 21:35:31 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 2200 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 21:35:33 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 21:35:33 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 21:35:44 2011 Completed.
+Fri Feb 25 21:35:44 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:35:44 2011 Completed.
+Fri Feb 25 21:35:44 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:35:49 2011 Received.
+
+Fri Feb 25 21:35:49 2011 Initializing test directories.
+Fri Feb 25 21:35:49 2011 Child 0 will create 4230 directories.
+Fri Feb 25 21:35:49 2011 Child 1 will create 4230 directories.
+Fri Feb 25 21:35:49 2011 Child 2 will create 4230 directories.
+Fri Feb 25 21:35:49 2011 Child 3 will create 4230 directories.
+Fri Feb 25 21:41:02 2011 Child 0 finished creating 4050 directories.
+Fri Feb 25 21:41:03 2011 Child 0 finished creating 4230 directories.
+Fri Feb 25 21:41:03 2011 Child 0 will create 129432 files.
+Fri Feb 25 21:42:11 2011 Child 1 finished creating 4050 directories.
+Fri Feb 25 21:42:13 2011 Child 1 finished creating 4230 directories.
+Fri Feb 25 21:42:13 2011 Child 1 will create 129432 files.
+Fri Feb 25 21:42:19 2011 Child 2 finished creating 4050 directories.
+Fri Feb 25 21:42:23 2011 Child 2 finished creating 4230 directories.
+Fri Feb 25 21:42:23 2011 Child 2 will create 129432 files.
+Fri Feb 25 21:42:27 2011 Child 3 finished creating 4050 directories.
+Fri Feb 25 21:42:31 2011 Child 3 finished creating 4230 directories.
+Fri Feb 25 21:42:31 2011 Child 3 will create 129432 files.
+Fri Feb 25 21:46:09 2011 Child 0 verified 129432 files, created 6701
+Fri Feb 25 21:46:09 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 21:46:09 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 21:47:14 2011 Child 1 verified 124686 files (3223 creates).
+Fri Feb 25 21:47:24 2011 Child 2 verified 124546 files (3083 creates).
+Fri Feb 25 21:47:32 2011 Child 3 verified 124479 files (3016 creates).
+Fri Feb 25 21:49:21 2011 Child 1 verified 129432 files, created 6701
+Fri Feb 25 21:49:21 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 21:49:21 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 21:49:27 2011 Child 2 verified 129432 files, created 6701
+Fri Feb 25 21:49:27 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 21:49:28 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 21:49:35 2011 Child 3 verified 129432 files, created 6701
+Fri Feb 25 21:49:35 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 21:49:35 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 21:49:35 2011 Completed.
+Fri Feb 25 21:49:35 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:49:35 2011 Completed.
+Fri Feb 25 21:49:35 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:49:36 2011 Received.
+Fri Feb 25 21:49:36 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 21:54:36 2011 Completed.
+Fri Feb 25 21:54:36 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:54:36 2011 Completed.
+Fri Feb 25 21:54:36 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:54:37 2011 Received.
+Fri Feb 25 21:54:37 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 21:59:48 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 13038 13038 0 0.18 1.16 0.02 0.2%
+setattr 4.0% 4.1% 2051 2051 0 146.40 319.87 0.77 24.0%
+lookup 24.0% 24.3% 12320 12320 0 1.63 12.20 0.06 1.6%
+readlink 1.0% 1.0% 487 487 0 0.15 0.15 0.03 0.0%
+read 18.0% 18.0% 9105 11272 0 39.97 38.06 0.13 29.1%
+write 10.0% 10.0% 5063 6156 0 19.52 51.55 0.20 7.9%
+create 1.0% 1.0% 519 519 0 263.57 423.32 1.77 10.9%
+remove 1.0% 1.0% 507 507 0 150.41 323.36 1.56 6.1%
+readdir 1.0% 1.0% 528 528 0 0.89 3.37 0.16 0.0%
+fsstat 1.0% 1.1% 535 535 0 2.34 6.52 0.22 0.1%
+access 11.0% 10.7% 5428 5428 0 2.42 16.40 0.11 1.1%
+commit 0.0% 0.0% 0 1738 0 0.00 0.00 0.00 18.9%
+readdirplus 2.0% 2.0% 1018 1018 0 1.12 3.49 0.11 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 168.66 Ops/Sec AVG. RESPONSE TIME: 24.72 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 2200 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 50599 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 55597
+PHYSICAL NFS V3 THROUGHPUT: 185.32 Ops/Sec
+FILE SET SIZE CREATED: 269522848.0 KB
+FILE SET SIZE ACCESSED: 80858560.0 - 80970864.0 KB (100.00% to 100.14% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 21:59:48 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 2200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 507576 Files created for I/O operations
+ 152272 Files accessed for I/O operations
+ 10152 Files for non-I/O operations
+ 24 Symlinks
+ 16916 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 21:59:48 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 21:59:48 2011 Completed.
+Fri Feb 25 21:59:48 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 21:59:48 2011 Received.
+Fri Feb 25 21:59:48 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 21:59:48 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 2300 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 21:59:50 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 21:59:50 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Fri Feb 25 22:00:06 2011 Completed.
+Fri Feb 25 22:00:06 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:00:06 2011 Completed.
+Fri Feb 25 22:00:06 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:00:06 2011 Received.
+
+Fri Feb 25 22:00:06 2011 Initializing test directories.
+Fri Feb 25 22:00:06 2011 Child 0 will create 4428 directories.
+Fri Feb 25 22:00:06 2011 Child 1 will create 4428 directories.
+Fri Feb 25 22:00:06 2011 Child 2 will create 4428 directories.
+Fri Feb 25 22:00:06 2011 Child 3 will create 4428 directories.
+Fri Feb 25 22:01:28 2011 Child 2 finished creating 4428 directories.
+Fri Feb 25 22:01:28 2011 Child 2 will create 135476 files.
+Fri Feb 25 22:02:53 2011 Child 1 finished creating 4428 directories.
+Fri Feb 25 22:02:53 2011 Child 1 will create 135476 files.
+Fri Feb 25 22:03:49 2011 Child 3 finished creating 4428 directories.
+Fri Feb 25 22:03:49 2011 Child 3 will create 135476 files.
+Fri Feb 25 22:04:09 2011 Child 0 finished creating 4428 directories.
+Fri Feb 25 22:04:09 2011 Child 0 will create 135476 files.
+Fri Feb 25 22:06:29 2011 Child 2 verified 132629 files (5735 creates).
+Fri Feb 25 22:07:01 2011 Child 2 verified 135476 files, created 7254
+Fri Feb 25 22:07:01 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 22:07:01 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 22:07:54 2011 Child 1 verified 130847 files (3953 creates).
+Fri Feb 25 22:08:51 2011 Child 3 verified 129999 files (3105 creates).
+Fri Feb 25 22:09:10 2011 Child 0 verified 130071 files (3177 creates).
+Fri Feb 25 22:09:43 2011 Child 1 verified 135476 files, created 7254
+Fri Feb 25 22:09:43 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 22:09:43 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 22:10:57 2011 Child 3 verified 135476 files, created 7254
+Fri Feb 25 22:10:57 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 22:10:58 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 22:11:04 2011 Child 0 verified 135476 files, created 7254
+Fri Feb 25 22:11:04 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 22:11:04 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 22:11:04 2011 Completed.
+Fri Feb 25 22:11:04 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:11:04 2011 Completed.
+Fri Feb 25 22:11:04 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:11:04 2011 Received.
+Fri Feb 25 22:11:04 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 22:16:04 2011 Completed.
+Fri Feb 25 22:16:04 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:16:04 2011 Completed.
+Fri Feb 25 22:16:04 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:16:05 2011 Received.
+Fri Feb 25 22:16:05 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Fri Feb 25 22:21:16 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 12788 12788 0 0.20 2.80 0.03 0.2%
+setattr 4.0% 4.2% 2050 2050 0 151.04 335.88 0.79 24.8%
+lookup 24.0% 23.9% 11793 11793 0 1.68 9.80 0.06 1.6%
+readlink 1.0% 1.0% 486 486 0 0.15 0.03 0.02 0.0%
+read 18.0% 17.9% 8829 10953 0 41.94 39.10 0.13 29.6%
+write 10.0% 9.9% 4892 5890 0 19.43 44.77 0.19 7.6%
+create 1.0% 1.0% 496 496 0 252.71 375.55 1.71 10.0%
+remove 1.0% 0.9% 466 466 0 152.16 322.69 1.63 5.7%
+readdir 1.0% 1.1% 537 537 0 1.20 6.99 0.22 0.1%
+fsstat 1.0% 1.0% 482 482 0 2.50 5.30 0.21 0.1%
+access 11.0% 11.1% 5486 5486 0 2.52 12.50 0.09 1.1%
+commit 0.0% 0.0% 0 1669 0 0.00 0.00 0.00 18.8%
+readdirplus 2.0% 1.9% 952 952 0 5.38 55.05 0.47 0.4%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 164.73 Ops/Sec AVG. RESPONSE TIME: 25.35 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 2300 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 49257 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 54048
+PHYSICAL NFS V3 THROUGHPUT: 180.76 Ops/Sec
+FILE SET SIZE CREATED: 282107552.0 KB
+FILE SET SIZE ACCESSED: 84632904.0 - 84740920.0 KB (100.00% to 100.13% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 22:21:16 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 2300
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 531276 Files created for I/O operations
+ 159380 Files accessed for I/O operations
+ 10628 Files for non-I/O operations
+ 24 Symlinks
+ 17708 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Fri Feb 25 22:21:16 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:21:16 2011 Completed.
+Fri Feb 25 22:21:16 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Fri Feb 25 22:21:16 2011 Received.
+Fri Feb 25 22:21:16 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Fri Feb 25 22:21:16 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 2400 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Fri Feb 25 22:21:18 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Fri Feb 25 22:21:18 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Fri Feb 25 22:21:30 2011 Completed.
+Fri Feb 25 22:21:30 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:21:30 2011 Completed.
+Fri Feb 25 22:21:30 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:21:35 2011 Received.
+
+Fri Feb 25 22:21:35 2011 Initializing test directories.
+Fri Feb 25 22:21:35 2011 Child 1 will create 4625 directories.
+Fri Feb 25 22:21:35 2011 Child 2 will create 4625 directories.
+Fri Feb 25 22:21:35 2011 Child 0 will create 4625 directories.
+Fri Feb 25 22:21:35 2011 Child 3 will create 4625 directories.
+Fri Feb 25 22:21:49 2011 Child 1 finished creating 4625 directories.
+Fri Feb 25 22:21:49 2011 Child 1 will create 141519 files.
+Fri Feb 25 22:22:16 2011 Child 3 finished creating 4625 directories.
+Fri Feb 25 22:22:16 2011 Child 3 will create 141519 files.
+Fri Feb 25 22:25:27 2011 Child 0 finished creating 4625 directories.
+Fri Feb 25 22:25:27 2011 Child 0 will create 141519 files.
+Fri Feb 25 22:25:47 2011 Child 2 finished creating 4625 directories.
+Fri Feb 25 22:25:47 2011 Child 2 will create 141519 files.
+Fri Feb 25 22:26:50 2011 Child 1 verified 138262 files (5443 creates).
+Fri Feb 25 22:27:19 2011 Child 3 verified 136913 files (4094 creates).
+Fri Feb 25 22:27:35 2011 Child 1 verified 141519 files, created 7313
+Fri Feb 25 22:27:35 2011 Child 1 will create 6 symlinks.
+Fri Feb 25 22:27:35 2011 Child 1 finished creating 6 symlinks.
+Fri Feb 25 22:29:08 2011 Child 3 verified 141519 files, created 7313
+Fri Feb 25 22:29:08 2011 Child 3 will create 6 symlinks.
+Fri Feb 25 22:29:08 2011 Child 3 finished creating 6 symlinks.
+Fri Feb 25 22:30:28 2011 Child 0 verified 136546 files (3727 creates).
+Fri Feb 25 22:30:48 2011 Child 2 verified 136606 files (3787 creates).
+Fri Feb 25 22:32:02 2011 Child 0 verified 141519 files, created 7313
+Fri Feb 25 22:32:02 2011 Child 0 will create 6 symlinks.
+Fri Feb 25 22:32:02 2011 Child 0 finished creating 6 symlinks.
+Fri Feb 25 22:32:07 2011 Child 2 verified 141519 files, created 7313
+Fri Feb 25 22:32:07 2011 Child 2 will create 6 symlinks.
+Fri Feb 25 22:32:07 2011 Child 2 finished creating 6 symlinks.
+Fri Feb 25 22:32:07 2011 Completed.
+Fri Feb 25 22:32:07 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:32:07 2011 Completed.
+Fri Feb 25 22:32:07 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:32:07 2011 Received.
+Fri Feb 25 22:32:07 2011 Performing 300 seconds pretest warmup.
+Fri Feb 25 22:37:07 2011 Completed.
+Fri Feb 25 22:37:07 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:37:07 2011 Completed.
+Fri Feb 25 22:37:07 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Fri Feb 25 22:37:08 2011 Received.
+Fri Feb 25 22:37:08 2011 Starting 300 seconds test run.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 40 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 13:21:52 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 13:21:52 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Sat Feb 26 13:22:08 2011 Completed.
+Sat Feb 26 13:22:08 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:22:08 2011 Completed.
+Sat Feb 26 13:22:08 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:22:08 2011 Received.
+
+Sat Feb 26 13:22:08 2011 Initializing test directories.
+Sat Feb 26 13:22:08 2011 Child 1 will create 66 directories.
+Sat Feb 26 13:22:08 2011 Child 3 will create 66 directories.
+Sat Feb 26 13:22:08 2011 Child 0 will create 66 directories.
+Sat Feb 26 13:22:08 2011 Child 2 will create 66 directories.
+Sat Feb 26 13:22:08 2011 Child 3 finished creating 66 directories.
+Sat Feb 26 13:22:08 2011 Child 3 will create 2016 files.
+Sat Feb 26 13:22:08 2011 Child 2 finished creating 66 directories.
+Sat Feb 26 13:22:08 2011 Child 2 will create 2016 files.
+Sat Feb 26 13:22:08 2011 Child 1 finished creating 66 directories.
+Sat Feb 26 13:22:08 2011 Child 1 will create 2016 files.
+Sat Feb 26 13:22:08 2011 Child 0 finished creating 66 directories.
+Sat Feb 26 13:22:08 2011 Child 0 will create 2016 files.
+Sat Feb 26 13:27:09 2011 Child 3 verified 1849 files (1849 creates).
+Sat Feb 26 13:27:11 2011 Child 0 verified 1936 files (1936 creates).
+Sat Feb 26 13:27:11 2011 Child 1 verified 1849 files (1849 creates).
+Sat Feb 26 13:27:12 2011 Child 2 verified 1849 files (1849 creates).
+Sat Feb 26 13:27:19 2011 Child 0 verified 2016 files, created 1997
+Sat Feb 26 13:27:19 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 13:27:19 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 13:27:43 2011 Child 1 verified 2016 files, created 1997
+Sat Feb 26 13:27:43 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 13:27:43 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 13:27:44 2011 Child 3 verified 2016 files, created 1997
+Sat Feb 26 13:27:44 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 13:27:44 2011 Child 2 verified 2016 files, created 1997
+Sat Feb 26 13:27:44 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 13:27:44 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 13:27:44 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 13:27:45 2011 Completed.
+Sat Feb 26 13:27:45 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:27:45 2011 Completed.
+Sat Feb 26 13:27:45 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:27:46 2011 Received.
+Sat Feb 26 13:27:46 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 13:32:46 2011 Completed.
+Sat Feb 26 13:32:46 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:32:46 2011 Completed.
+Sat Feb 26 13:32:46 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:32:47 2011 Received.
+Sat Feb 26 13:32:47 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 13:37:57 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 3143 3143 0 0.18 0.04 0.01 3.0%
+setattr 4.0% 3.9% 463 463 0 4.73 69.30 0.76 12.1%
+lookup 24.0% 23.2% 2784 2784 0 0.18 0.02 0.00 2.8%
+readlink 1.0% 0.9% 110 110 0 0.17 0.03 0.03 0.1%
+read 18.0% 18.2% 2182 2689 0 1.15 4.56 0.09 13.8%
+write 10.0% 9.9% 1192 1450 0 3.89 15.05 0.22 25.5%
+create 1.0% 1.3% 152 152 0 15.72 168.35 2.06 13.2%
+remove 1.0% 1.1% 137 137 0 1.49 2.56 0.27 1.1%
+readdir 1.0% 0.9% 111 111 0 0.35 0.01 0.02 0.2%
+fsstat 1.0% 1.0% 122 122 0 0.17 0.02 0.02 0.1%
+access 11.0% 11.4% 1364 1364 0 0.17 0.01 0.01 1.3%
+commit 0.0% 0.0% 0 530 0 0.00 0.00 0.00 26.0%
+readdirplus 2.0% 2.0% 240 240 0 0.58 0.02 0.02 0.8%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 40.00 Ops/Sec AVG. RESPONSE TIME: 1.51 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 40 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 12000 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 13295
+PHYSICAL NFS V3 THROUGHPUT: 44.31 Ops/Sec
+FILE SET SIZE CREATED: 4197024.0 KB
+FILE SET SIZE ACCESSED: 1259532.0 - 1285431.0 KB (100.00% to 102.06% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 13:37:57 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 40
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 7904 Files created for I/O operations
+ 2368 Files accessed for I/O operations
+ 160 Files for non-I/O operations
+ 24 Symlinks
+ 260 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 13:37:57 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:37:57 2011 Completed.
+Sat Feb 26 13:37:57 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 13:37:58 2011 Received.
+Sat Feb 26 13:37:58 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 13:37:58 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 80 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 13:38:00 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 13:38:00 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Sat Feb 26 13:38:16 2011 Completed.
+Sat Feb 26 13:38:16 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:38:16 2011 Completed.
+Sat Feb 26 13:38:16 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:38:16 2011 Received.
+
+Sat Feb 26 13:38:16 2011 Initializing test directories.
+Sat Feb 26 13:38:16 2011 Child 2 will create 149 directories.
+Sat Feb 26 13:38:16 2011 Child 3 will create 149 directories.
+Sat Feb 26 13:38:16 2011 Child 1 will create 149 directories.
+Sat Feb 26 13:38:16 2011 Child 0 will create 149 directories.
+Sat Feb 26 13:38:17 2011 Child 2 finished creating 149 directories.
+Sat Feb 26 13:38:17 2011 Child 2 will create 4533 files.
+Sat Feb 26 13:38:20 2011 Child 3 finished creating 149 directories.
+Sat Feb 26 13:38:20 2011 Child 3 will create 4533 files.
+Sat Feb 26 13:38:20 2011 Child 0 finished creating 149 directories.
+Sat Feb 26 13:38:20 2011 Child 0 will create 4533 files.
+Sat Feb 26 13:38:21 2011 Child 1 finished creating 149 directories.
+Sat Feb 26 13:38:21 2011 Child 1 will create 4533 files.
+Sat Feb 26 13:42:44 2011 Child 2 verified 4533 files, created 2513
+Sat Feb 26 13:42:44 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 13:42:44 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 13:42:52 2011 Child 1 verified 4533 files, created 2513
+Sat Feb 26 13:42:52 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 13:42:52 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 13:42:53 2011 Child 3 verified 4533 files, created 2513
+Sat Feb 26 13:42:53 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 13:42:53 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 13:42:53 2011 Child 0 verified 4533 files, created 2513
+Sat Feb 26 13:42:53 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 13:42:53 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 13:42:54 2011 Completed.
+Sat Feb 26 13:42:54 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:42:54 2011 Completed.
+Sat Feb 26 13:42:54 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:42:54 2011 Received.
+Sat Feb 26 13:42:54 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 13:47:54 2011 Completed.
+Sat Feb 26 13:47:54 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:47:54 2011 Completed.
+Sat Feb 26 13:47:54 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:47:55 2011 Received.
+Sat Feb 26 13:47:55 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 13:53:05 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 6225 6225 0 0.18 0.04 0.00 4.5%
+setattr 4.0% 4.1% 994 994 0 1.21 3.31 0.11 4.9%
+lookup 24.0% 24.4% 5850 5850 0 0.18 0.05 0.01 4.4%
+readlink 1.0% 1.0% 243 243 0 0.18 0.03 0.02 0.2%
+read 18.0% 18.0% 4321 5386 0 1.45 3.38 0.05 25.8%
+write 10.0% 9.7% 2323 2736 0 4.14 10.09 0.13 39.6%
+create 1.0% 0.9% 226 226 0 3.38 4.51 0.28 3.1%
+remove 1.0% 0.9% 222 222 0 2.41 3.09 0.23 2.2%
+readdir 1.0% 0.9% 224 224 0 0.36 0.02 0.02 0.3%
+fsstat 1.0% 1.0% 233 233 0 0.18 0.03 0.02 0.2%
+access 11.0% 11.1% 2655 2655 0 0.18 0.02 0.01 1.9%
+commit 0.0% 0.0% 0 1022 0 0.00 0.00 0.00 11.4%
+readdirplus 2.0% 2.1% 497 497 0 0.66 0.04 0.02 1.4%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 80.31 Ops/Sec AVG. RESPONSE TIME: 1.01 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 80 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 24013 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 26513
+PHYSICAL NFS V3 THROUGHPUT: 88.67 Ops/Sec
+FILE SET SIZE CREATED: 9439056.0 KB
+FILE SET SIZE ACCESSED: 2833416.0 - 2884725.0 KB (100.00% to 101.81% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 13:53:05 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 80
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 17776 Files created for I/O operations
+ 5332 Files accessed for I/O operations
+ 356 Files for non-I/O operations
+ 24 Symlinks
+ 592 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 13:53:05 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:53:05 2011 Completed.
+Sat Feb 26 13:53:05 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 13:53:06 2011 Received.
+Sat Feb 26 13:53:06 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 13:53:06 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 120 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 13:53:08 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 13:53:08 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 13:53:19 2011 Completed.
+Sat Feb 26 13:53:19 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:53:19 2011 Completed.
+Sat Feb 26 13:53:19 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:53:24 2011 Received.
+
+Sat Feb 26 13:53:24 2011 Initializing test directories.
+Sat Feb 26 13:53:24 2011 Child 0 will create 231 directories.
+Sat Feb 26 13:53:24 2011 Child 2 will create 231 directories.
+Sat Feb 26 13:53:24 2011 Child 3 will create 231 directories.
+Sat Feb 26 13:53:24 2011 Child 1 will create 231 directories.
+Sat Feb 26 13:53:31 2011 Child 2 finished creating 231 directories.
+Sat Feb 26 13:53:31 2011 Child 2 will create 7052 files.
+Sat Feb 26 13:53:33 2011 Child 3 finished creating 231 directories.
+Sat Feb 26 13:53:33 2011 Child 3 will create 7052 files.
+Sat Feb 26 13:53:37 2011 Child 0 finished creating 231 directories.
+Sat Feb 26 13:53:37 2011 Child 0 will create 7052 files.
+Sat Feb 26 13:53:39 2011 Child 1 finished creating 231 directories.
+Sat Feb 26 13:53:39 2011 Child 1 will create 7052 files.
+Sat Feb 26 13:56:05 2011 Child 3 verified 7052 files, created 2539
+Sat Feb 26 13:56:05 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 13:56:05 2011 Child 2 verified 7052 files, created 2539
+Sat Feb 26 13:56:05 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 13:56:05 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 13:56:05 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 13:56:10 2011 Child 0 verified 7052 files, created 2539
+Sat Feb 26 13:56:10 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 13:56:10 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 13:56:11 2011 Child 1 verified 7052 files, created 2539
+Sat Feb 26 13:56:11 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 13:56:11 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 13:56:12 2011 Completed.
+Sat Feb 26 13:56:12 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:56:12 2011 Completed.
+Sat Feb 26 13:56:12 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 13:56:13 2011 Received.
+Sat Feb 26 13:56:13 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 14:01:13 2011 Completed.
+Sat Feb 26 14:01:13 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:01:13 2011 Completed.
+Sat Feb 26 14:01:13 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:01:14 2011 Received.
+Sat Feb 26 14:01:14 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 14:06:24 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 9322 9322 0 0.18 0.03 0.00 3.1%
+setattr 4.0% 4.0% 1443 1443 0 1.87 6.77 0.13 5.1%
+lookup 24.0% 24.2% 8718 8718 0 0.18 0.05 0.00 3.0%
+readlink 1.0% 0.9% 331 331 0 0.18 0.03 0.02 0.1%
+read 18.0% 18.0% 6475 7974 0 2.07 4.64 0.05 25.6%
+write 10.0% 9.8% 3527 4200 0 6.73 12.74 0.12 45.2%
+create 1.0% 1.0% 355 355 0 3.72 6.06 0.26 2.5%
+remove 1.0% 0.9% 341 341 0 3.13 5.17 0.24 2.0%
+readdir 1.0% 1.0% 350 350 0 0.37 0.02 0.01 0.2%
+fsstat 1.0% 1.1% 382 382 0 0.18 0.03 0.02 0.1%
+access 11.0% 11.3% 4081 4081 0 0.18 0.03 0.01 1.4%
+commit 0.0% 0.0% 0 1538 0 0.00 0.00 0.00 10.6%
+readdirplus 2.0% 2.0% 704 704 0 0.67 0.04 0.02 0.9%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 120.09 Ops/Sec AVG. RESPONSE TIME: 1.45 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 120 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 36029 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 39739
+PHYSICAL NFS V3 THROUGHPUT: 132.46 Ops/Sec
+FILE SET SIZE CREATED: 14683212.0 KB
+FILE SET SIZE ACCESSED: 4405176.0 - 4492336.0 KB (100.00% to 101.98% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:06:24 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 120
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 27652 Files created for I/O operations
+ 8292 Files accessed for I/O operations
+ 556 Files for non-I/O operations
+ 24 Symlinks
+ 920 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 14:06:24 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:06:24 2011 Completed.
+Sat Feb 26 14:06:24 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 14:06:25 2011 Received.
+Sat Feb 26 14:06:25 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 14:06:25 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 160 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 14:06:27 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 14:06:27 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 14:06:38 2011 Completed.
+Sat Feb 26 14:06:38 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:06:38 2011 Completed.
+Sat Feb 26 14:06:38 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:06:43 2011 Received.
+
+Sat Feb 26 14:06:43 2011 Initializing test directories.
+Sat Feb 26 14:06:43 2011 Child 0 will create 297 directories.
+Sat Feb 26 14:06:43 2011 Child 1 will create 297 directories.
+Sat Feb 26 14:06:43 2011 Child 3 will create 297 directories.
+Sat Feb 26 14:06:43 2011 Child 2 will create 297 directories.
+Sat Feb 26 14:06:44 2011 Child 0 finished creating 297 directories.
+Sat Feb 26 14:06:44 2011 Child 0 will create 9066 files.
+Sat Feb 26 14:06:47 2011 Child 2 finished creating 297 directories.
+Sat Feb 26 14:06:47 2011 Child 2 will create 9066 files.
+Sat Feb 26 14:06:52 2011 Child 1 finished creating 297 directories.
+Sat Feb 26 14:06:52 2011 Child 1 will create 9066 files.
+Sat Feb 26 14:07:05 2011 Child 3 finished creating 297 directories.
+Sat Feb 26 14:07:05 2011 Child 3 will create 9066 files.
+Sat Feb 26 14:08:25 2011 Child 0 verified 9066 files, created 2065
+Sat Feb 26 14:08:25 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 14:08:25 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 14:08:42 2011 Child 2 verified 9066 files, created 2065
+Sat Feb 26 14:08:42 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 14:08:42 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 14:08:52 2011 Child 1 verified 9066 files, created 2065
+Sat Feb 26 14:08:52 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 14:08:52 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 14:09:04 2011 Child 3 verified 9066 files, created 2065
+Sat Feb 26 14:09:04 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 14:09:04 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 14:09:05 2011 Completed.
+Sat Feb 26 14:09:05 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:09:05 2011 Completed.
+Sat Feb 26 14:09:05 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:09:05 2011 Received.
+Sat Feb 26 14:09:05 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 14:14:05 2011 Completed.
+Sat Feb 26 14:14:05 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:14:05 2011 Completed.
+Sat Feb 26 14:14:05 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:14:06 2011 Received.
+Sat Feb 26 14:14:06 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 14:19:16 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.3% 12628 12628 0 0.18 0.07 0.00 3.0%
+setattr 4.0% 3.9% 1868 1868 0 2.74 10.45 0.15 7.0%
+lookup 24.0% 24.1% 11581 11581 0 0.18 0.04 0.00 2.9%
+readlink 1.0% 1.0% 472 472 0 0.18 0.02 0.01 0.1%
+read 18.0% 18.0% 8635 10679 0 2.03 5.59 0.05 23.8%
+write 10.0% 10.0% 4823 5919 0 6.68 12.90 0.10 43.7%
+create 1.0% 0.9% 446 446 0 5.74 14.52 0.35 3.5%
+remove 1.0% 1.1% 506 506 0 3.76 11.76 0.30 2.6%
+readdir 1.0% 1.0% 479 479 0 0.37 0.03 0.02 0.2%
+fsstat 1.0% 1.0% 486 486 0 0.18 0.03 0.02 0.1%
+access 11.0% 11.0% 5274 5274 0 0.18 0.03 0.00 1.3%
+commit 0.0% 0.0% 0 2117 0 0.00 0.00 0.00 11.0%
+readdirplus 2.0% 1.8% 881 881 0 0.68 0.06 0.02 0.8%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 160.79 Ops/Sec AVG. RESPONSE TIME: 1.53 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 160 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 48079 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 53336
+PHYSICAL NFS V3 THROUGHPUT: 178.38 Ops/Sec
+FILE SET SIZE CREATED: 18878112.0 KB
+FILE SET SIZE ACCESSED: 5664708.0 - 5780620.0 KB (100.00% to 102.05% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:19:16 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 160
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 35552 Files created for I/O operations
+ 10664 Files accessed for I/O operations
+ 712 Files for non-I/O operations
+ 24 Symlinks
+ 1184 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 14:19:16 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:19:16 2011 Completed.
+Sat Feb 26 14:19:16 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 14:19:17 2011 Received.
+Sat Feb 26 14:19:17 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 14:19:17 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 200 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 14:19:19 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 14:19:19 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 14:19:30 2011 Completed.
+Sat Feb 26 14:19:30 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:19:30 2011 Completed.
+Sat Feb 26 14:19:30 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:19:35 2011 Received.
+
+Sat Feb 26 14:19:35 2011 Initializing test directories.
+Sat Feb 26 14:19:35 2011 Child 3 will create 379 directories.
+Sat Feb 26 14:19:35 2011 Child 0 will create 379 directories.
+Sat Feb 26 14:19:35 2011 Child 2 will create 379 directories.
+Sat Feb 26 14:19:35 2011 Child 1 will create 379 directories.
+Sat Feb 26 14:19:38 2011 Child 2 finished creating 379 directories.
+Sat Feb 26 14:19:38 2011 Child 2 will create 11585 files.
+Sat Feb 26 14:19:42 2011 Child 0 finished creating 379 directories.
+Sat Feb 26 14:19:42 2011 Child 0 will create 11585 files.
+Sat Feb 26 14:19:45 2011 Child 3 finished creating 379 directories.
+Sat Feb 26 14:19:45 2011 Child 3 will create 11585 files.
+Sat Feb 26 14:20:02 2011 Child 1 finished creating 379 directories.
+Sat Feb 26 14:20:02 2011 Child 1 will create 11585 files.
+Sat Feb 26 14:21:46 2011 Child 2 verified 11585 files, created 2584
+Sat Feb 26 14:21:46 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 14:21:46 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 14:22:05 2011 Child 0 verified 11585 files, created 2584
+Sat Feb 26 14:22:05 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 14:22:05 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 14:22:09 2011 Child 3 verified 11585 files, created 2584
+Sat Feb 26 14:22:09 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 14:22:09 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 14:22:25 2011 Child 1 verified 11585 files, created 2584
+Sat Feb 26 14:22:25 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 14:22:25 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 14:22:25 2011 Completed.
+Sat Feb 26 14:22:25 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:22:25 2011 Completed.
+Sat Feb 26 14:22:25 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:22:26 2011 Received.
+Sat Feb 26 14:22:26 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 14:27:26 2011 Completed.
+Sat Feb 26 14:27:26 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:27:26 2011 Completed.
+Sat Feb 26 14:27:26 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:27:27 2011 Received.
+Sat Feb 26 14:27:27 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 14:32:37 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 15661 15661 0 0.18 0.07 0.00 2.5%
+setattr 4.0% 4.0% 2427 2427 0 3.47 13.44 0.15 7.5%
+lookup 24.0% 23.9% 14356 14356 0 0.18 0.09 0.00 2.3%
+readlink 1.0% 1.0% 608 608 0 0.18 0.04 0.02 0.1%
+read 18.0% 18.0% 10807 13286 0 2.62 7.51 0.05 25.2%
+write 10.0% 10.0% 6004 7221 0 8.02 14.85 0.10 42.8%
+create 1.0% 1.1% 646 646 0 5.57 11.30 0.26 3.2%
+remove 1.0% 1.0% 610 610 0 5.17 15.54 0.31 2.8%
+readdir 1.0% 1.0% 600 600 0 0.37 0.04 0.02 0.2%
+fsstat 1.0% 1.0% 574 574 0 0.18 0.03 0.01 0.1%
+access 11.0% 11.0% 6614 6614 0 0.18 0.08 0.01 1.0%
+commit 0.0% 0.0% 0 2635 0 0.00 0.00 0.00 11.5%
+readdirplus 2.0% 2.0% 1203 1203 0 0.69 0.06 0.01 0.7%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 201.03 Ops/Sec AVG. RESPONSE TIME: 1.87 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 200 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 60110 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 66441
+PHYSICAL NFS V3 THROUGHPUT: 222.21 Ops/Sec
+FILE SET SIZE CREATED: 24122268.0 KB
+FILE SET SIZE ACCESSED: 7238592.0 - 7377672.0 KB (100.00% to 101.92% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:32:37 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 45428 Files created for I/O operations
+ 13628 Files accessed for I/O operations
+ 912 Files for non-I/O operations
+ 24 Symlinks
+ 1512 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 14:32:37 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:32:37 2011 Completed.
+Sat Feb 26 14:32:37 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 14:32:38 2011 Received.
+Sat Feb 26 14:32:38 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 14:32:38 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 240 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 14:32:40 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 14:32:40 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 14:32:51 2011 Completed.
+Sat Feb 26 14:32:51 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:32:51 2011 Completed.
+Sat Feb 26 14:32:51 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:32:56 2011 Received.
+
+Sat Feb 26 14:32:56 2011 Initializing test directories.
+Sat Feb 26 14:32:56 2011 Child 3 will create 461 directories.
+Sat Feb 26 14:32:56 2011 Child 0 will create 461 directories.
+Sat Feb 26 14:32:56 2011 Child 2 will create 461 directories.
+Sat Feb 26 14:32:56 2011 Child 1 will create 461 directories.
+Sat Feb 26 14:33:00 2011 Child 3 finished creating 461 directories.
+Sat Feb 26 14:33:00 2011 Child 3 will create 14103 files.
+Sat Feb 26 14:33:16 2011 Child 0 finished creating 461 directories.
+Sat Feb 26 14:33:16 2011 Child 0 will create 14103 files.
+Sat Feb 26 14:33:23 2011 Child 2 finished creating 461 directories.
+Sat Feb 26 14:33:23 2011 Child 2 will create 14103 files.
+Sat Feb 26 14:33:29 2011 Child 1 finished creating 461 directories.
+Sat Feb 26 14:33:29 2011 Child 1 will create 14103 files.
+Sat Feb 26 14:35:05 2011 Child 3 verified 14103 files, created 2608
+Sat Feb 26 14:35:05 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 14:35:05 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 14:35:54 2011 Child 0 verified 14103 files, created 2608
+Sat Feb 26 14:35:54 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 14:35:54 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 14:36:09 2011 Child 2 verified 14103 files, created 2608
+Sat Feb 26 14:36:09 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 14:36:09 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 14:36:15 2011 Child 1 verified 14103 files, created 2608
+Sat Feb 26 14:36:15 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 14:36:15 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 14:36:16 2011 Completed.
+Sat Feb 26 14:36:16 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:36:16 2011 Completed.
+Sat Feb 26 14:36:16 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:36:17 2011 Received.
+Sat Feb 26 14:36:17 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 14:41:17 2011 Completed.
+Sat Feb 26 14:41:17 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:41:17 2011 Completed.
+Sat Feb 26 14:41:17 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:41:18 2011 Received.
+Sat Feb 26 14:41:18 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 14:46:28 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 18907 18907 0 0.18 0.04 0.00 1.9%
+setattr 4.0% 4.0% 2915 2915 0 4.98 19.00 0.16 8.1%
+lookup 24.0% 24.2% 17442 17442 0 0.18 0.05 0.00 1.8%
+readlink 1.0% 1.0% 698 698 0 0.18 0.03 0.01 0.1%
+read 18.0% 17.8% 12869 15773 0 3.88 9.23 0.05 27.9%
+write 10.0% 9.8% 7096 8622 0 10.07 16.26 0.09 39.9%
+create 1.0% 1.0% 732 732 0 7.57 18.91 0.31 3.1%
+remove 1.0% 1.0% 756 756 0 7.88 21.54 0.33 3.3%
+readdir 1.0% 0.9% 664 664 0 0.38 0.05 0.02 0.1%
+fsstat 1.0% 1.0% 719 719 0 0.18 0.03 0.01 0.1%
+access 11.0% 11.0% 7968 7968 0 0.18 0.05 0.00 0.8%
+commit 0.0% 0.0% 0 3140 0 0.00 0.00 0.00 12.4%
+readdirplus 2.0% 2.0% 1410 1410 0 0.69 0.06 0.01 0.5%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 241.39 Ops/Sec AVG. RESPONSE TIME: 2.48 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 240 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 72176 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 79746
+PHYSICAL NFS V3 THROUGHPUT: 266.70 Ops/Sec
+FILE SET SIZE CREATED: 29366424.0 KB
+FILE SET SIZE ACCESSED: 8810352.0 - 8974604.0 KB (100.00% to 101.86% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:46:28 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 240
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 55304 Files created for I/O operations
+ 16588 Files accessed for I/O operations
+ 1108 Files for non-I/O operations
+ 24 Symlinks
+ 1840 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 14:46:28 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:46:28 2011 Completed.
+Sat Feb 26 14:46:28 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 14:46:29 2011 Received.
+Sat Feb 26 14:46:29 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 14:46:29 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 280 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 14:46:31 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 14:46:31 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 14:46:42 2011 Completed.
+Sat Feb 26 14:46:42 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:46:42 2011 Completed.
+Sat Feb 26 14:46:42 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:46:47 2011 Received.
+
+Sat Feb 26 14:46:47 2011 Initializing test directories.
+Sat Feb 26 14:46:47 2011 Child 3 will create 527 directories.
+Sat Feb 26 14:46:47 2011 Child 1 will create 527 directories.
+Sat Feb 26 14:46:47 2011 Child 2 will create 527 directories.
+Sat Feb 26 14:46:47 2011 Child 0 will create 527 directories.
+Sat Feb 26 14:46:53 2011 Child 1 finished creating 527 directories.
+Sat Feb 26 14:46:53 2011 Child 1 will create 16118 files.
+Sat Feb 26 14:47:24 2011 Child 2 finished creating 527 directories.
+Sat Feb 26 14:47:24 2011 Child 2 will create 16118 files.
+Sat Feb 26 14:47:26 2011 Child 0 finished creating 527 directories.
+Sat Feb 26 14:47:26 2011 Child 0 will create 16118 files.
+Sat Feb 26 14:47:30 2011 Child 3 finished creating 527 directories.
+Sat Feb 26 14:47:30 2011 Child 3 will create 16118 files.
+Sat Feb 26 14:48:13 2011 Child 1 verified 16118 files, created 2134
+Sat Feb 26 14:48:13 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 14:48:14 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 14:49:34 2011 Child 0 verified 16118 files, created 2134
+Sat Feb 26 14:49:34 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 14:49:34 2011 Child 2 verified 16118 files, created 2134
+Sat Feb 26 14:49:34 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 14:49:34 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 14:49:34 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 14:49:35 2011 Child 3 verified 16118 files, created 2134
+Sat Feb 26 14:49:35 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 14:49:35 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 14:49:36 2011 Completed.
+Sat Feb 26 14:49:36 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:49:36 2011 Completed.
+Sat Feb 26 14:49:36 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:49:37 2011 Received.
+Sat Feb 26 14:49:37 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 14:54:37 2011 Completed.
+Sat Feb 26 14:54:37 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:54:37 2011 Completed.
+Sat Feb 26 14:54:37 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:54:38 2011 Received.
+Sat Feb 26 14:54:38 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 14:59:48 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 21917 21917 0 0.18 0.07 0.00 1.9%
+setattr 4.0% 4.0% 3341 3341 0 4.76 18.30 0.15 7.5%
+lookup 24.0% 24.1% 20274 20274 0 0.18 0.06 0.00 1.8%
+readlink 1.0% 1.0% 879 879 0 0.18 0.04 0.01 0.1%
+read 18.0% 17.9% 15069 18447 0 3.89 10.04 0.05 27.8%
+write 10.0% 10.1% 8476 10295 0 10.09 17.98 0.09 40.5%
+create 1.0% 1.0% 830 830 0 9.62 22.34 0.32 3.8%
+remove 1.0% 1.0% 841 841 0 8.06 20.37 0.30 3.2%
+readdir 1.0% 0.9% 796 796 0 0.38 0.06 0.02 0.1%
+fsstat 1.0% 1.0% 829 829 0 0.18 0.08 0.02 0.1%
+access 11.0% 11.0% 9265 9265 0 0.18 0.07 0.01 0.8%
+commit 0.0% 0.0% 0 3762 0 0.00 0.00 0.00 11.9%
+readdirplus 2.0% 2.0% 1697 1697 0 0.70 0.06 0.01 0.6%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 280.71 Ops/Sec AVG. RESPONSE TIME: 2.50 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 280 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 84214 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 93173
+PHYSICAL NFS V3 THROUGHPUT: 310.57 Ops/Sec
+FILE SET SIZE CREATED: 33561324.0 KB
+FILE SET SIZE ACCESSED: 10069884.0 - 10270914.0 KB (100.00% to 102.00% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:59:48 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 280
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 63204 Files created for I/O operations
+ 18960 Files accessed for I/O operations
+ 1268 Files for non-I/O operations
+ 24 Symlinks
+ 2104 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 14:59:48 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 14:59:48 2011 Completed.
+Sat Feb 26 14:59:48 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 14:59:49 2011 Received.
+Sat Feb 26 14:59:49 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 14:59:49 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 320 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 14:59:51 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 14:59:51 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Sat Feb 26 15:00:07 2011 Completed.
+Sat Feb 26 15:00:07 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:00:07 2011 Completed.
+Sat Feb 26 15:00:07 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:00:08 2011 Received.
+
+Sat Feb 26 15:00:08 2011 Initializing test directories.
+Sat Feb 26 15:00:08 2011 Child 3 will create 609 directories.
+Sat Feb 26 15:00:08 2011 Child 2 will create 609 directories.
+Sat Feb 26 15:00:08 2011 Child 0 will create 609 directories.
+Sat Feb 26 15:00:08 2011 Child 1 will create 609 directories.
+Sat Feb 26 15:00:46 2011 Child 1 finished creating 609 directories.
+Sat Feb 26 15:00:46 2011 Child 1 will create 18635 files.
+Sat Feb 26 15:00:48 2011 Child 0 finished creating 609 directories.
+Sat Feb 26 15:00:48 2011 Child 0 will create 18635 files.
+Sat Feb 26 15:00:52 2011 Child 2 finished creating 609 directories.
+Sat Feb 26 15:00:52 2011 Child 2 will create 18635 files.
+Sat Feb 26 15:00:58 2011 Child 3 finished creating 609 directories.
+Sat Feb 26 15:00:58 2011 Child 3 will create 18635 files.
+Sat Feb 26 15:02:57 2011 Child 1 verified 18635 files, created 2652
+Sat Feb 26 15:02:57 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 15:02:57 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 15:03:06 2011 Child 0 verified 18635 files, created 2652
+Sat Feb 26 15:03:06 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 15:03:06 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 15:03:13 2011 Child 2 verified 18635 files, created 2652
+Sat Feb 26 15:03:13 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 15:03:13 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 15:03:26 2011 Child 3 verified 18635 files, created 2652
+Sat Feb 26 15:03:26 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 15:03:26 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 15:03:26 2011 Completed.
+Sat Feb 26 15:03:26 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:03:26 2011 Completed.
+Sat Feb 26 15:03:26 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:03:27 2011 Received.
+Sat Feb 26 15:03:27 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 15:08:27 2011 Completed.
+Sat Feb 26 15:08:27 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:08:27 2011 Completed.
+Sat Feb 26 15:08:27 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:08:28 2011 Received.
+Sat Feb 26 15:08:28 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 15:13:38 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 24991 24991 0 0.18 0.05 0.00 1.7%
+setattr 4.0% 4.0% 3884 3884 0 6.09 23.69 0.15 9.1%
+lookup 24.0% 24.1% 23188 23188 0 0.19 0.13 0.00 1.7%
+readlink 1.0% 1.0% 945 945 0 0.18 0.03 0.01 0.1%
+read 18.0% 18.1% 17377 21300 0 4.22 10.69 0.05 28.1%
+write 10.0% 9.9% 9518 11385 0 10.47 18.04 0.09 38.2%
+create 1.0% 1.0% 960 960 0 10.55 25.27 0.32 3.9%
+remove 1.0% 1.0% 959 959 0 9.92 24.98 0.32 3.6%
+readdir 1.0% 1.0% 942 942 0 0.38 0.06 0.02 0.1%
+fsstat 1.0% 1.0% 954 954 0 0.18 0.03 0.01 0.1%
+access 11.0% 11.1% 10643 10643 0 0.18 0.07 0.01 0.7%
+commit 0.0% 0.0% 0 4172 0 0.00 0.00 0.00 12.3%
+readdirplus 2.0% 2.0% 1898 1898 0 0.70 0.07 0.01 0.5%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 320.86 Ops/Sec AVG. RESPONSE TIME: 2.71 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 320 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 96259 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 106221
+PHYSICAL NFS V3 THROUGHPUT: 354.07 Ops/Sec
+FILE SET SIZE CREATED: 38803356.0 KB
+FILE SET SIZE ACCESSED: 11641644.0 - 11865349.0 KB (100.00% to 101.92% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 15:13:38 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 320
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 73076 Files created for I/O operations
+ 21920 Files accessed for I/O operations
+ 1464 Files for non-I/O operations
+ 24 Symlinks
+ 2432 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 15:13:38 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:13:38 2011 Completed.
+Sat Feb 26 15:13:38 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 15:13:39 2011 Received.
+Sat Feb 26 15:13:39 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 15:13:39 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 360 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 15:13:41 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 15:13:41 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 15:13:57 2011 Completed.
+Sat Feb 26 15:13:57 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:13:57 2011 Completed.
+Sat Feb 26 15:13:57 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:13:58 2011 Received.
+
+Sat Feb 26 15:13:58 2011 Initializing test directories.
+Sat Feb 26 15:13:58 2011 Child 3 will create 692 directories.
+Sat Feb 26 15:13:58 2011 Child 0 will create 692 directories.
+Sat Feb 26 15:13:58 2011 Child 2 will create 692 directories.
+Sat Feb 26 15:13:58 2011 Child 1 will create 692 directories.
+Sat Feb 26 15:14:12 2011 Child 2 finished creating 692 directories.
+Sat Feb 26 15:14:12 2011 Child 2 will create 21153 files.
+Sat Feb 26 15:14:18 2011 Child 3 finished creating 692 directories.
+Sat Feb 26 15:14:18 2011 Child 3 will create 21153 files.
+Sat Feb 26 15:14:19 2011 Child 0 finished creating 692 directories.
+Sat Feb 26 15:14:19 2011 Child 0 will create 21153 files.
+Sat Feb 26 15:14:40 2011 Child 1 finished creating 692 directories.
+Sat Feb 26 15:14:40 2011 Child 1 will create 21153 files.
+Sat Feb 26 15:16:12 2011 Child 2 verified 21153 files, created 2677
+Sat Feb 26 15:16:12 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 15:16:12 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 15:16:34 2011 Child 3 verified 21153 files, created 2677
+Sat Feb 26 15:16:34 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 15:16:34 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 15:16:36 2011 Child 0 verified 21153 files, created 2677
+Sat Feb 26 15:16:36 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 15:16:36 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 15:16:59 2011 Child 1 verified 21153 files, created 2677
+Sat Feb 26 15:16:59 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 15:17:00 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 15:17:00 2011 Completed.
+Sat Feb 26 15:17:00 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:17:00 2011 Completed.
+Sat Feb 26 15:17:00 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:17:01 2011 Received.
+Sat Feb 26 15:17:01 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 15:22:01 2011 Completed.
+Sat Feb 26 15:22:01 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:22:01 2011 Completed.
+Sat Feb 26 15:22:01 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:22:02 2011 Received.
+Sat Feb 26 15:22:02 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 15:27:12 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 28173 28173 0 0.18 0.09 0.00 1.6%
+setattr 4.0% 4.1% 4448 4448 0 6.25 21.50 0.14 8.7%
+lookup 24.0% 23.9% 25914 25914 0 0.19 0.10 0.00 1.5%
+readlink 1.0% 0.9% 1030 1030 0 0.18 0.05 0.01 0.1%
+read 18.0% 18.1% 19630 23893 0 4.48 11.35 0.05 27.5%
+write 10.0% 10.1% 10931 13248 0 10.95 17.44 0.08 37.5%
+create 1.0% 1.0% 1074 1074 0 11.38 21.58 0.28 3.8%
+remove 1.0% 1.0% 1048 1048 0 9.69 18.57 0.26 3.2%
+readdir 1.0% 1.0% 1122 1122 0 0.38 0.06 0.01 0.1%
+fsstat 1.0% 1.1% 1149 1149 0 0.18 0.05 0.01 0.1%
+access 11.0% 10.9% 11775 11775 0 0.18 0.07 0.00 0.7%
+commit 0.0% 0.0% 0 4795 0 0.00 0.00 0.00 14.8%
+readdirplus 2.0% 2.0% 2131 2131 0 0.71 0.07 0.01 0.5%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 362.62 Ops/Sec AVG. RESPONSE TIME: 2.94 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 360 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 108425 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 119800
+PHYSICAL NFS V3 THROUGHPUT: 400.66 Ops/Sec
+FILE SET SIZE CREATED: 44047512.0 KB
+FILE SET SIZE ACCESSED: 13215528.0 - 13467397.0 KB (100.00% to 101.91% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 15:27:12 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 360
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 82952 Files created for I/O operations
+ 24884 Files accessed for I/O operations
+ 1660 Files for non-I/O operations
+ 24 Symlinks
+ 2764 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 15:27:12 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:27:12 2011 Completed.
+Sat Feb 26 15:27:12 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 15:27:13 2011 Received.
+Sat Feb 26 15:27:13 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 15:27:13 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 400 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 15:27:15 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 15:27:15 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 15:27:26 2011 Completed.
+Sat Feb 26 15:27:26 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:27:26 2011 Completed.
+Sat Feb 26 15:27:26 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:27:31 2011 Received.
+
+Sat Feb 26 15:27:31 2011 Initializing test directories.
+Sat Feb 26 15:27:31 2011 Child 2 will create 758 directories.
+Sat Feb 26 15:27:31 2011 Child 3 will create 758 directories.
+Sat Feb 26 15:27:31 2011 Child 1 will create 758 directories.
+Sat Feb 26 15:27:31 2011 Child 0 will create 758 directories.
+Sat Feb 26 15:27:59 2011 Child 0 finished creating 758 directories.
+Sat Feb 26 15:27:59 2011 Child 0 will create 23168 files.
+Sat Feb 26 15:28:13 2011 Child 3 finished creating 758 directories.
+Sat Feb 26 15:28:13 2011 Child 3 will create 23168 files.
+Sat Feb 26 15:28:14 2011 Child 2 finished creating 758 directories.
+Sat Feb 26 15:28:14 2011 Child 2 will create 23168 files.
+Sat Feb 26 15:28:16 2011 Child 1 finished creating 758 directories.
+Sat Feb 26 15:28:16 2011 Child 1 will create 23168 files.
+Sat Feb 26 15:29:56 2011 Child 0 verified 23168 files, created 2203
+Sat Feb 26 15:29:56 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 15:29:56 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 15:30:43 2011 Child 3 verified 23168 files, created 2203
+Sat Feb 26 15:30:43 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 15:30:43 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 15:30:49 2011 Child 2 verified 23168 files, created 2203
+Sat Feb 26 15:30:49 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 15:30:49 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 15:30:50 2011 Child 1 verified 23168 files, created 2203
+Sat Feb 26 15:30:50 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 15:30:50 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 15:30:50 2011 Completed.
+Sat Feb 26 15:30:50 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:30:50 2011 Completed.
+Sat Feb 26 15:30:50 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:30:51 2011 Received.
+Sat Feb 26 15:30:51 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 15:35:51 2011 Completed.
+Sat Feb 26 15:35:51 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:35:51 2011 Completed.
+Sat Feb 26 15:35:51 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:35:52 2011 Received.
+Sat Feb 26 15:35:52 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 15:41:02 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 31374 31374 0 0.19 0.28 0.01 1.3%
+setattr 4.0% 4.0% 4877 4877 0 7.97 21.48 0.13 8.5%
+lookup 24.0% 24.0% 28919 28919 0 0.20 0.36 0.01 1.2%
+readlink 1.0% 1.0% 1209 1209 0 0.19 0.30 0.03 0.1%
+read 18.0% 18.1% 21802 26635 0 6.30 15.89 0.05 30.0%
+write 10.0% 9.8% 11837 14334 0 14.11 21.95 0.08 36.4%
+create 1.0% 1.0% 1246 1246 0 16.68 31.33 0.31 4.5%
+remove 1.0% 1.0% 1151 1151 0 13.49 25.70 0.29 3.4%
+readdir 1.0% 1.0% 1163 1163 0 0.39 0.07 0.01 0.1%
+fsstat 1.0% 1.0% 1182 1182 0 0.18 0.05 0.01 0.0%
+access 11.0% 11.2% 13474 13474 0 0.19 0.12 0.01 0.5%
+commit 0.0% 0.0% 0 4946 0 0.00 0.00 0.00 13.5%
+readdirplus 2.0% 2.0% 2445 2445 0 0.72 0.10 0.01 0.4%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 403.60 Ops/Sec AVG. RESPONSE TIME: 3.79 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 400 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 120679 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 132955
+PHYSICAL NFS V3 THROUGHPUT: 444.66 Ops/Sec
+FILE SET SIZE CREATED: 48242412.0 KB
+FILE SET SIZE ACCESSED: 14472936.0 - 14698753.0 KB (100.00% to 101.56% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 15:41:02 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 400
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 90852 Files created for I/O operations
+ 27252 Files accessed for I/O operations
+ 1820 Files for non-I/O operations
+ 24 Symlinks
+ 3028 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 15:41:02 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:41:02 2011 Completed.
+Sat Feb 26 15:41:02 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 15:41:03 2011 Received.
+Sat Feb 26 15:41:03 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 15:41:03 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 440 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 15:41:05 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 15:41:05 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Sat Feb 26 15:41:21 2011 Completed.
+Sat Feb 26 15:41:21 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:41:21 2011 Completed.
+Sat Feb 26 15:41:21 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:41:22 2011 Received.
+
+Sat Feb 26 15:41:22 2011 Initializing test directories.
+Sat Feb 26 15:41:22 2011 Child 1 will create 840 directories.
+Sat Feb 26 15:41:22 2011 Child 2 will create 840 directories.
+Sat Feb 26 15:41:22 2011 Child 3 will create 840 directories.
+Sat Feb 26 15:41:22 2011 Child 0 will create 840 directories.
+Sat Feb 26 15:41:57 2011 Child 3 finished creating 840 directories.
+Sat Feb 26 15:41:57 2011 Child 3 will create 25686 files.
+Sat Feb 26 15:41:59 2011 Child 1 finished creating 840 directories.
+Sat Feb 26 15:41:59 2011 Child 1 will create 25686 files.
+Sat Feb 26 15:42:28 2011 Child 0 finished creating 840 directories.
+Sat Feb 26 15:42:28 2011 Child 0 will create 25686 files.
+Sat Feb 26 15:42:37 2011 Child 2 finished creating 840 directories.
+Sat Feb 26 15:42:37 2011 Child 2 will create 25686 files.
+Sat Feb 26 15:44:19 2011 Child 3 verified 25686 files, created 2722
+Sat Feb 26 15:44:19 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 15:44:20 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 15:44:25 2011 Child 1 verified 25686 files, created 2722
+Sat Feb 26 15:44:25 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 15:44:26 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 15:45:26 2011 Child 0 verified 25686 files, created 2722
+Sat Feb 26 15:45:26 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 15:45:26 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 15:45:34 2011 Child 2 verified 25686 files, created 2722
+Sat Feb 26 15:45:34 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 15:45:34 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 15:45:34 2011 Completed.
+Sat Feb 26 15:45:34 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:45:34 2011 Completed.
+Sat Feb 26 15:45:34 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:45:34 2011 Received.
+Sat Feb 26 15:45:34 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 15:50:34 2011 Completed.
+Sat Feb 26 15:50:34 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:50:34 2011 Completed.
+Sat Feb 26 15:50:34 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:50:35 2011 Received.
+Sat Feb 26 15:50:35 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 15:55:45 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 34655 34655 0 0.19 0.23 0.01 1.1%
+setattr 4.0% 3.9% 5234 5234 0 10.47 23.80 0.13 9.0%
+lookup 24.0% 23.8% 31606 31606 0 0.20 0.53 0.01 1.1%
+readlink 1.0% 1.0% 1270 1270 0 0.19 0.06 0.01 0.0%
+read 18.0% 18.1% 24024 29561 0 7.67 16.20 0.05 30.4%
+write 10.0% 10.1% 13423 16371 0 15.58 23.13 0.08 34.4%
+create 1.0% 1.0% 1285 1285 0 23.19 38.79 0.34 4.9%
+remove 1.0% 1.0% 1333 1333 0 18.43 33.09 0.31 4.0%
+readdir 1.0% 1.0% 1351 1351 0 0.40 0.14 0.02 0.1%
+fsstat 1.0% 1.0% 1340 1340 0 0.19 0.16 0.02 0.0%
+access 11.0% 11.0% 14631 14631 0 0.19 0.19 0.01 0.5%
+commit 0.0% 0.0% 0 5483 0 0.00 0.00 0.00 14.1%
+readdirplus 2.0% 2.0% 2720 2720 0 0.73 0.14 0.01 0.3%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 444.38 Ops/Sec AVG. RESPONSE TIME: 4.56 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 440 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 132872 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 146840
+PHYSICAL NFS V3 THROUGHPUT: 491.10 Ops/Sec
+FILE SET SIZE CREATED: 53486568.0 KB
+FILE SET SIZE ACCESSED: 16046820.0 - 16292229.0 KB (100.00% to 101.53% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 15:55:45 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 440
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 100728 Files created for I/O operations
+ 30216 Files accessed for I/O operations
+ 2016 Files for non-I/O operations
+ 24 Symlinks
+ 3356 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 15:55:45 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:55:45 2011 Completed.
+Sat Feb 26 15:55:45 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 15:55:46 2011 Received.
+Sat Feb 26 15:55:46 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 15:55:46 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 480 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 15:55:48 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 15:55:48 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 15:55:59 2011 Completed.
+Sat Feb 26 15:55:59 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:55:59 2011 Completed.
+Sat Feb 26 15:55:59 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 15:56:04 2011 Received.
+
+Sat Feb 26 15:56:04 2011 Initializing test directories.
+Sat Feb 26 15:56:04 2011 Child 3 will create 922 directories.
+Sat Feb 26 15:56:04 2011 Child 2 will create 922 directories.
+Sat Feb 26 15:56:04 2011 Child 0 will create 922 directories.
+Sat Feb 26 15:56:04 2011 Child 1 will create 922 directories.
+Sat Feb 26 15:56:15 2011 Child 0 finished creating 922 directories.
+Sat Feb 26 15:56:15 2011 Child 0 will create 28205 files.
+Sat Feb 26 15:56:38 2011 Child 3 finished creating 922 directories.
+Sat Feb 26 15:56:38 2011 Child 3 will create 28205 files.
+Sat Feb 26 15:56:47 2011 Child 1 finished creating 922 directories.
+Sat Feb 26 15:56:47 2011 Child 1 will create 28205 files.
+Sat Feb 26 15:57:26 2011 Child 2 finished creating 922 directories.
+Sat Feb 26 15:57:26 2011 Child 2 will create 28205 files.
+Sat Feb 26 15:58:23 2011 Child 0 verified 28205 files, created 2747
+Sat Feb 26 15:58:23 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 15:58:24 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 15:59:32 2011 Child 3 verified 28205 files, created 2747
+Sat Feb 26 15:59:32 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 15:59:35 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 15:59:48 2011 Child 1 verified 28205 files, created 2747
+Sat Feb 26 15:59:48 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 15:59:48 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 16:00:17 2011 Child 2 verified 28205 files, created 2747
+Sat Feb 26 16:00:17 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 16:00:17 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 16:00:18 2011 Completed.
+Sat Feb 26 16:00:18 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:00:18 2011 Completed.
+Sat Feb 26 16:00:18 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:00:18 2011 Received.
+Sat Feb 26 16:00:18 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 16:05:18 2011 Completed.
+Sat Feb 26 16:05:18 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:05:18 2011 Completed.
+Sat Feb 26 16:05:18 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:05:19 2011 Received.
+Sat Feb 26 16:05:19 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 16:10:29 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 37574 37574 0 0.21 0.62 0.01 1.1%
+setattr 4.0% 4.0% 5751 5751 0 13.83 32.73 0.15 10.9%
+lookup 24.0% 24.0% 34799 34799 0 0.22 0.59 0.01 1.1%
+readlink 1.0% 1.0% 1403 1403 0 0.19 0.21 0.02 0.0%
+read 18.0% 18.1% 26198 32287 0 8.38 18.46 0.05 30.2%
+write 10.0% 10.1% 14595 17444 0 15.58 23.86 0.08 31.3%
+create 1.0% 1.0% 1411 1411 0 28.41 45.18 0.35 5.5%
+remove 1.0% 1.0% 1381 1381 0 19.81 27.68 0.28 3.8%
+readdir 1.0% 1.0% 1491 1491 0 0.41 0.37 0.03 0.1%
+fsstat 1.0% 1.0% 1498 1498 0 0.20 0.28 0.03 0.0%
+access 11.0% 10.9% 15804 15804 0 0.20 0.62 0.01 0.4%
+commit 0.0% 0.0% 0 6060 0 0.00 0.00 0.00 15.3%
+readdirplus 2.0% 2.0% 2912 2912 0 0.76 0.54 0.03 0.3%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 484.33 Ops/Sec AVG. RESPONSE TIME: 5.02 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 480 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 144817 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 159815
+PHYSICAL NFS V3 THROUGHPUT: 534.49 Ops/Sec
+FILE SET SIZE CREATED: 58730724.0 KB
+FILE SET SIZE ACCESSED: 17620704.0 - 17886072.0 KB (100.00% to 101.51% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 16:10:29 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 480
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 110604 Files created for I/O operations
+ 33180 Files accessed for I/O operations
+ 2216 Files for non-I/O operations
+ 24 Symlinks
+ 3684 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 16:10:29 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:10:29 2011 Completed.
+Sat Feb 26 16:10:29 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 16:10:30 2011 Received.
+Sat Feb 26 16:10:30 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 16:10:30 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 520 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 16:10:32 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 16:10:32 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Sat Feb 26 16:10:48 2011 Completed.
+Sat Feb 26 16:10:48 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:10:48 2011 Completed.
+Sat Feb 26 16:10:48 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:10:49 2011 Received.
+
+Sat Feb 26 16:10:49 2011 Initializing test directories.
+Sat Feb 26 16:10:49 2011 Child 2 will create 988 directories.
+Sat Feb 26 16:10:49 2011 Child 1 will create 988 directories.
+Sat Feb 26 16:10:49 2011 Child 3 will create 988 directories.
+Sat Feb 26 16:10:49 2011 Child 0 will create 988 directories.
+Sat Feb 26 16:11:03 2011 Child 1 finished creating 988 directories.
+Sat Feb 26 16:11:03 2011 Child 1 will create 30219 files.
+Sat Feb 26 16:11:54 2011 Child 0 finished creating 988 directories.
+Sat Feb 26 16:11:54 2011 Child 0 will create 30219 files.
+Sat Feb 26 16:12:03 2011 Child 2 finished creating 988 directories.
+Sat Feb 26 16:12:03 2011 Child 2 will create 30219 files.
+Sat Feb 26 16:12:18 2011 Child 3 finished creating 988 directories.
+Sat Feb 26 16:12:18 2011 Child 3 will create 30219 files.
+Sat Feb 26 16:12:53 2011 Child 1 verified 30219 files, created 2272
+Sat Feb 26 16:12:53 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 16:12:53 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 16:15:24 2011 Child 0 verified 30219 files, created 2272
+Sat Feb 26 16:15:24 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 16:15:24 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 16:15:27 2011 Child 2 verified 30219 files, created 2272
+Sat Feb 26 16:15:27 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 16:15:27 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 16:15:42 2011 Child 3 verified 30219 files, created 2272
+Sat Feb 26 16:15:42 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 16:15:42 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 16:15:42 2011 Completed.
+Sat Feb 26 16:15:42 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:15:42 2011 Completed.
+Sat Feb 26 16:15:42 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:15:43 2011 Received.
+Sat Feb 26 16:15:43 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 16:20:43 2011 Completed.
+Sat Feb 26 16:20:43 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:20:43 2011 Completed.
+Sat Feb 26 16:20:43 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:20:44 2011 Received.
+Sat Feb 26 16:20:44 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 16:25:54 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 31100 31100 0 0.32 4.90 0.02 0.8%
+setattr 4.0% 4.0% 4850 4850 0 35.45 38.08 0.17 13.2%
+lookup 24.0% 24.1% 28968 28968 0 0.36 5.50 0.03 0.8%
+readlink 1.0% 1.0% 1199 1199 0 0.39 6.74 0.15 0.0%
+read 18.0% 18.0% 21586 26615 0 18.04 28.91 0.07 29.9%
+write 10.0% 10.0% 11993 14526 0 27.88 36.56 0.11 25.7%
+create 1.0% 1.0% 1210 1210 0 88.89 67.71 0.46 8.3%
+remove 1.0% 1.0% 1244 1244 0 55.51 43.05 0.36 5.3%
+readdir 1.0% 1.0% 1183 1183 0 0.66 6.94 0.15 0.1%
+fsstat 1.0% 1.0% 1235 1235 0 0.34 5.05 0.13 0.0%
+access 11.0% 11.1% 13292 13292 0 0.34 4.93 0.04 0.3%
+commit 0.0% 0.0% 0 4616 0 0.00 0.00 0.00 15.5%
+readdirplus 2.0% 2.0% 2375 2375 0 0.79 0.72 0.03 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 402.12 Ops/Sec AVG. RESPONSE TIME: 10.83 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 520 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 120235 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 132413
+PHYSICAL NFS V3 THROUGHPUT: 442.85 Ops/Sec
+FILE SET SIZE CREATED: 62925624.0 KB
+FILE SET SIZE ACCESSED: 18878112.0 - 19080422.0 KB (100.00% to 101.07% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 16:25:54 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 520
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 118504 Files created for I/O operations
+ 35548 Files accessed for I/O operations
+ 2372 Files for non-I/O operations
+ 24 Symlinks
+ 3948 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 16:25:54 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:25:54 2011 Completed.
+Sat Feb 26 16:25:54 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 16:25:55 2011 Received.
+Sat Feb 26 16:25:55 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 16:25:55 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 560 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 16:25:57 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 16:25:57 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 16:26:08 2011 Completed.
+Sat Feb 26 16:26:08 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:26:08 2011 Completed.
+Sat Feb 26 16:26:08 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:26:13 2011 Received.
+
+Sat Feb 26 16:26:13 2011 Initializing test directories.
+Sat Feb 26 16:26:13 2011 Child 2 will create 1070 directories.
+Sat Feb 26 16:26:13 2011 Child 3 will create 1070 directories.
+Sat Feb 26 16:26:13 2011 Child 0 will create 1070 directories.
+Sat Feb 26 16:26:13 2011 Child 1 will create 1070 directories.
+Sat Feb 26 16:26:32 2011 Child 3 finished creating 1070 directories.
+Sat Feb 26 16:26:32 2011 Child 3 will create 32736 files.
+Sat Feb 26 16:26:36 2011 Child 1 finished creating 1070 directories.
+Sat Feb 26 16:26:36 2011 Child 1 will create 32736 files.
+Sat Feb 26 16:26:58 2011 Child 0 finished creating 1070 directories.
+Sat Feb 26 16:26:58 2011 Child 0 will create 32736 files.
+Sat Feb 26 16:27:37 2011 Child 2 finished creating 1070 directories.
+Sat Feb 26 16:27:37 2011 Child 2 will create 32736 files.
+Sat Feb 26 16:29:52 2011 Child 3 verified 32736 files, created 2790
+Sat Feb 26 16:29:52 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 16:29:53 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 16:30:02 2011 Child 1 verified 32736 files, created 2790
+Sat Feb 26 16:30:02 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 16:30:03 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 16:31:16 2011 Child 0 verified 32736 files, created 2790
+Sat Feb 26 16:31:16 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 16:31:16 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 16:32:19 2011 Child 2 verified 32736 files, created 2790
+Sat Feb 26 16:32:19 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 16:32:19 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 16:32:20 2011 Completed.
+Sat Feb 26 16:32:20 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:32:20 2011 Completed.
+Sat Feb 26 16:32:20 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:32:20 2011 Received.
+Sat Feb 26 16:32:20 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 16:37:20 2011 Completed.
+Sat Feb 26 16:37:20 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:37:20 2011 Completed.
+Sat Feb 26 16:37:20 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:37:21 2011 Received.
+Sat Feb 26 16:37:21 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 16:42:31 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 33111 33111 0 0.66 13.46 0.04 1.7%
+setattr 4.0% 4.0% 5055 5055 0 32.90 35.06 0.16 12.7%
+lookup 24.0% 23.8% 30413 30413 0 0.70 14.03 0.04 1.6%
+readlink 1.0% 1.0% 1288 1288 0 0.46 6.58 0.14 0.0%
+read 18.0% 18.0% 22916 28431 0 16.57 28.76 0.07 29.1%
+write 10.0% 10.2% 13039 15645 0 26.87 33.65 0.10 26.9%
+create 1.0% 1.0% 1287 1287 0 75.74 53.01 0.40 7.5%
+remove 1.0% 1.0% 1235 1235 0 48.71 41.73 0.36 4.6%
+readdir 1.0% 1.0% 1224 1224 0 0.63 6.04 0.14 0.1%
+fsstat 1.0% 1.1% 1351 1351 0 1.06 28.71 0.29 0.1%
+access 11.0% 11.1% 14151 14151 0 0.47 10.11 0.05 0.5%
+commit 0.0% 0.0% 0 4850 0 0.00 0.00 0.00 15.0%
+readdirplus 2.0% 2.0% 2578 2578 0 0.89 2.83 0.06 0.2%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 425.49 Ops/Sec AVG. RESPONSE TIME: 10.22 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 560 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 127648 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 140619
+PHYSICAL NFS V3 THROUGHPUT: 468.73 Ops/Sec
+FILE SET SIZE CREATED: 68167656.0 KB
+FILE SET SIZE ACCESSED: 20451996.0 - 20641498.0 KB (100.00% to 100.93% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 16:42:31 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 560
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 128376 Files created for I/O operations
+ 38512 Files accessed for I/O operations
+ 2568 Files for non-I/O operations
+ 24 Symlinks
+ 4276 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 16:42:31 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:42:31 2011 Completed.
+Sat Feb 26 16:42:31 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 16:42:32 2011 Received.
+Sat Feb 26 16:42:32 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 16:42:32 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 600 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 16:42:34 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 16:42:34 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 16:42:45 2011 Completed.
+Sat Feb 26 16:42:45 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:42:45 2011 Completed.
+Sat Feb 26 16:42:45 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:42:50 2011 Received.
+
+Sat Feb 26 16:42:50 2011 Initializing test directories.
+Sat Feb 26 16:42:50 2011 Child 1 will create 1153 directories.
+Sat Feb 26 16:42:50 2011 Child 3 will create 1153 directories.
+Sat Feb 26 16:42:50 2011 Child 2 will create 1153 directories.
+Sat Feb 26 16:42:50 2011 Child 0 will create 1153 directories.
+Sat Feb 26 16:42:55 2011 Child 0 finished creating 1153 directories.
+Sat Feb 26 16:42:55 2011 Child 0 will create 35255 files.
+Sat Feb 26 16:43:29 2011 Child 2 finished creating 1153 directories.
+Sat Feb 26 16:43:29 2011 Child 2 will create 35255 files.
+Sat Feb 26 16:44:19 2011 Child 3 finished creating 1153 directories.
+Sat Feb 26 16:44:19 2011 Child 3 will create 35255 files.
+Sat Feb 26 16:44:48 2011 Child 1 finished creating 1153 directories.
+Sat Feb 26 16:44:48 2011 Child 1 will create 35255 files.
+Sat Feb 26 16:45:27 2011 Child 0 verified 35255 files, created 2816
+Sat Feb 26 16:45:27 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 16:45:28 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 16:47:48 2011 Child 2 verified 35255 files, created 2816
+Sat Feb 26 16:47:48 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 16:47:48 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 16:49:20 2011 Child 3 verified 33514 files (1420 creates).
+Sat Feb 26 16:49:51 2011 Child 1 verified 33604 files (1510 creates).
+Sat Feb 26 16:50:38 2011 Child 3 verified 35255 files, created 2816
+Sat Feb 26 16:50:38 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 16:50:38 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 16:50:49 2011 Child 1 verified 35255 files, created 2816
+Sat Feb 26 16:50:49 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 16:50:49 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 16:50:49 2011 Completed.
+Sat Feb 26 16:50:49 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:50:49 2011 Completed.
+Sat Feb 26 16:50:49 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:50:50 2011 Received.
+Sat Feb 26 16:50:50 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 16:55:50 2011 Completed.
+Sat Feb 26 16:55:50 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:55:50 2011 Completed.
+Sat Feb 26 16:55:50 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 16:55:51 2011 Received.
+Sat Feb 26 16:55:51 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 17:01:10 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 20515 20515 0 1.58 17.72 0.06 2.5%
+setattr 4.0% 4.0% 3132 3132 0 45.05 62.38 0.28 10.8%
+lookup 24.0% 24.1% 18987 18987 0 1.80 14.22 0.05 2.6%
+readlink 1.0% 1.0% 788 788 0 0.38 1.82 0.09 0.0%
+read 18.0% 17.9% 14055 17365 0 28.04 149.66 0.20 30.1%
+write 10.0% 10.0% 7858 9561 0 50.97 326.20 0.40 30.6%
+create 1.0% 1.0% 793 793 0 85.24 57.48 0.53 5.2%
+remove 1.0% 0.9% 716 716 0 84.24 645.57 1.86 4.6%
+readdir 1.0% 1.0% 782 782 0 0.93 5.59 0.17 0.1%
+fsstat 1.0% 1.0% 783 783 0 2.17 39.44 0.44 0.1%
+access 11.0% 11.0% 8696 8696 0 1.17 20.71 0.10 0.8%
+commit 0.0% 0.0% 0 2772 0 0.00 0.00 0.00 12.4%
+readdirplus 2.0% 2.1% 1630 1630 0 1.35 5.55 0.11 0.2%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 261.57 Ops/Sec AVG. RESPONSE TIME: 16.60 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 600 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 78735 TEST TIME: 301 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 86520
+PHYSICAL NFS V3 THROUGHPUT: 287.44 Ops/Sec
+FILE SET SIZE CREATED: 73411808.0 KB
+FILE SET SIZE ACCESSED: 22023756.0 - 22136720.0 KB (100.00% to 100.51% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 17:01:10 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 600
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 138252 Files created for I/O operations
+ 41472 Files accessed for I/O operations
+ 2768 Files for non-I/O operations
+ 24 Symlinks
+ 4608 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 17:01:10 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:01:10 2011 Completed.
+Sat Feb 26 17:01:10 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 17:01:10 2011 Received.
+Sat Feb 26 17:01:10 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 17:01:10 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 640 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 17:01:12 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 17:01:12 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Sat Feb 26 17:01:28 2011 Completed.
+Sat Feb 26 17:01:28 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:01:28 2011 Completed.
+Sat Feb 26 17:01:28 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:01:29 2011 Received.
+
+Sat Feb 26 17:01:29 2011 Initializing test directories.
+Sat Feb 26 17:01:29 2011 Child 3 will create 1235 directories.
+Sat Feb 26 17:01:29 2011 Child 0 will create 1235 directories.
+Sat Feb 26 17:01:29 2011 Child 2 will create 1235 directories.
+Sat Feb 26 17:01:29 2011 Child 1 will create 1235 directories.
+Sat Feb 26 17:01:42 2011 Child 0 finished creating 1235 directories.
+Sat Feb 26 17:01:42 2011 Child 0 will create 37773 files.
+Sat Feb 26 17:01:57 2011 Child 1 finished creating 1235 directories.
+Sat Feb 26 17:01:57 2011 Child 1 will create 37773 files.
+Sat Feb 26 17:02:27 2011 Child 2 finished creating 1235 directories.
+Sat Feb 26 17:02:27 2011 Child 2 will create 37773 files.
+Sat Feb 26 17:03:00 2011 Child 3 finished creating 1235 directories.
+Sat Feb 26 17:03:00 2011 Child 3 will create 37773 files.
+Sat Feb 26 17:05:37 2011 Child 0 verified 37773 files, created 2840
+Sat Feb 26 17:05:37 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 17:05:37 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 17:06:39 2011 Child 1 verified 37773 files, created 2840
+Sat Feb 26 17:06:39 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 17:06:39 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 17:07:28 2011 Child 2 verified 34270 files (0 creates).
+Sat Feb 26 17:08:01 2011 Child 3 verified 25381 files (0 creates).
+Sat Feb 26 17:10:14 2011 Child 2 verified 37773 files, created 2840
+Sat Feb 26 17:10:14 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 17:10:14 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 17:11:38 2011 Child 3 verified 37773 files, created 2840
+Sat Feb 26 17:11:38 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 17:11:38 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 17:11:39 2011 Completed.
+Sat Feb 26 17:11:39 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:11:39 2011 Completed.
+Sat Feb 26 17:11:39 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:11:40 2011 Received.
+Sat Feb 26 17:11:40 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 17:16:40 2011 Completed.
+Sat Feb 26 17:16:40 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:16:40 2011 Completed.
+Sat Feb 26 17:16:40 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:16:41 2011 Received.
+Sat Feb 26 17:16:41 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 17:21:51 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 12981 12981 0 1.90 28.48 0.09 1.9%
+setattr 4.0% 4.0% 1999 1999 0 74.66 581.19 1.06 11.4%
+lookup 24.0% 24.2% 12101 12101 0 5.05 128.25 0.20 4.7%
+readlink 1.0% 1.0% 514 514 0 2.10 28.06 0.46 0.1%
+read 18.0% 18.0% 9005 11148 0 52.83 434.23 0.43 36.3%
+write 10.0% 9.8% 4902 5954 0 67.67 384.35 0.55 25.3%
+create 1.0% 0.9% 463 463 0 118.56 255.98 1.46 4.2%
+remove 1.0% 1.0% 496 496 0 66.74 53.66 0.64 2.5%
+readdir 1.0% 1.0% 492 492 0 1.20 8.32 0.25 0.0%
+fsstat 1.0% 1.0% 484 484 0 0.80 6.73 0.23 0.0%
+access 11.0% 11.2% 5614 5614 0 3.81 131.84 0.30 1.6%
+commit 0.0% 0.0% 0 1720 0 0.00 0.00 0.00 11.8%
+readdirplus 2.0% 2.0% 985 985 0 2.40 13.39 0.23 0.2%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 170.77 Ops/Sec AVG. RESPONSE TIME: 26.19 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 640 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 50036 TEST TIME: 293 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 54951
+PHYSICAL NFS V3 THROUGHPUT: 187.54 Ops/Sec
+FILE SET SIZE CREATED: 78655968.0 KB
+FILE SET SIZE ACCESSED: 23597640.0 - 23682556.0 KB (100.00% to 100.36% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 17:21:51 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 640
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 148128 Files created for I/O operations
+ 44436 Files accessed for I/O operations
+ 2964 Files for non-I/O operations
+ 24 Symlinks
+ 4936 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 17:21:51 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:21:51 2011 Completed.
+Sat Feb 26 17:21:51 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 17:21:52 2011 Received.
+Sat Feb 26 17:21:52 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 17:21:52 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 680 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 17:21:54 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 17:21:54 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 17:22:05 2011 Completed.
+Sat Feb 26 17:22:05 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:22:05 2011 Completed.
+Sat Feb 26 17:22:05 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:22:10 2011 Received.
+
+Sat Feb 26 17:22:10 2011 Initializing test directories.
+Sat Feb 26 17:22:10 2011 Child 1 will create 1301 directories.
+Sat Feb 26 17:22:10 2011 Child 2 will create 1301 directories.
+Sat Feb 26 17:22:10 2011 Child 0 will create 1301 directories.
+Sat Feb 26 17:22:10 2011 Child 3 will create 1301 directories.
+Sat Feb 26 17:22:48 2011 Child 3 finished creating 1301 directories.
+Sat Feb 26 17:22:48 2011 Child 3 will create 39788 files.
+Sat Feb 26 17:22:59 2011 Child 1 finished creating 1301 directories.
+Sat Feb 26 17:22:59 2011 Child 1 will create 39788 files.
+Sat Feb 26 17:23:26 2011 Child 0 finished creating 1301 directories.
+Sat Feb 26 17:23:26 2011 Child 0 will create 39788 files.
+Sat Feb 26 17:23:59 2011 Child 2 finished creating 1301 directories.
+Sat Feb 26 17:23:59 2011 Child 2 will create 39788 files.
+Sat Feb 26 17:25:18 2011 Child 3 verified 39788 files, created 2366
+Sat Feb 26 17:25:18 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 17:25:19 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 17:26:43 2011 Child 1 verified 39788 files, created 2366
+Sat Feb 26 17:26:43 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 17:26:43 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 17:28:27 2011 Child 0 verified 37779 files (747 creates).
+Sat Feb 26 17:29:00 2011 Child 2 verified 37810 files (778 creates).
+Sat Feb 26 17:29:54 2011 Child 0 verified 39788 files, created 2366
+Sat Feb 26 17:29:54 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 17:29:54 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 17:30:11 2011 Child 2 verified 39788 files, created 2366
+Sat Feb 26 17:30:11 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 17:30:11 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 17:30:12 2011 Completed.
+Sat Feb 26 17:30:12 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:30:12 2011 Completed.
+Sat Feb 26 17:30:12 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:30:12 2011 Received.
+Sat Feb 26 17:30:12 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 17:35:12 2011 Completed.
+Sat Feb 26 17:35:12 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:35:12 2011 Completed.
+Sat Feb 26 17:35:12 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:35:13 2011 Received.
+Sat Feb 26 17:35:13 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 17:40:23 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 13032 13032 0 2.00 15.28 0.07 2.0%
+setattr 4.0% 4.0% 2024 2024 0 78.64 473.24 0.95 12.3%
+lookup 24.0% 24.3% 12272 12272 0 3.11 22.25 0.08 2.9%
+readlink 1.0% 0.9% 469 469 0 0.83 6.46 0.23 0.0%
+read 18.0% 17.9% 9026 11127 0 46.42 238.75 0.32 32.4%
+write 10.0% 10.1% 5109 6190 0 74.42 120.24 0.30 29.4%
+create 1.0% 1.0% 500 500 0 152.28 934.96 2.68 5.9%
+remove 1.0% 1.0% 514 514 0 113.71 910.96 2.61 4.5%
+readdir 1.0% 1.0% 528 528 0 1.69 10.86 0.28 0.1%
+fsstat 1.0% 1.0% 500 500 0 2.57 17.94 0.37 0.1%
+access 11.0% 10.9% 5522 5522 0 1.12 10.53 0.09 0.5%
+commit 0.0% 0.0% 0 1799 0 0.00 0.00 0.00 9.7%
+readdirplus 2.0% 1.9% 979 979 0 1.73 8.26 0.18 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 168.81 Ops/Sec AVG. RESPONSE TIME: 25.62 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 680 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 50475 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 55456
+PHYSICAL NFS V3 THROUGHPUT: 185.47 Ops/Sec
+FILE SET SIZE CREATED: 82850864.0 KB
+FILE SET SIZE ACCESSED: 24857172.0 - 24953138.0 KB (100.00% to 100.39% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 17:40:23 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 680
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 156028 Files created for I/O operations
+ 46808 Files accessed for I/O operations
+ 3124 Files for non-I/O operations
+ 24 Symlinks
+ 5200 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 17:40:23 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:40:23 2011 Completed.
+Sat Feb 26 17:40:23 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 17:40:24 2011 Received.
+Sat Feb 26 17:40:24 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 17:40:24 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 720 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 17:40:26 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 17:40:26 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 17:40:38 2011 Completed.
+Sat Feb 26 17:40:38 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:40:38 2011 Completed.
+Sat Feb 26 17:40:38 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:40:42 2011 Received.
+
+Sat Feb 26 17:40:42 2011 Initializing test directories.
+Sat Feb 26 17:40:42 2011 Child 3 will create 1383 directories.
+Sat Feb 26 17:40:42 2011 Child 2 will create 1383 directories.
+Sat Feb 26 17:40:42 2011 Child 1 will create 1383 directories.
+Sat Feb 26 17:40:42 2011 Child 0 will create 1383 directories.
+Sat Feb 26 17:40:49 2011 Child 2 finished creating 1383 directories.
+Sat Feb 26 17:40:49 2011 Child 2 will create 42306 files.
+Sat Feb 26 17:41:35 2011 Child 1 finished creating 1383 directories.
+Sat Feb 26 17:41:35 2011 Child 1 will create 42306 files.
+Sat Feb 26 17:41:36 2011 Child 3 finished creating 1383 directories.
+Sat Feb 26 17:41:36 2011 Child 3 will create 42306 files.
+Sat Feb 26 17:42:50 2011 Child 0 finished creating 1383 directories.
+Sat Feb 26 17:42:50 2011 Child 0 will create 42306 files.
+Sat Feb 26 17:46:26 2011 Child 2 verified 40941 files (1934 creates).
+Sat Feb 26 17:46:36 2011 Child 1 verified 33577 files (0 creates).
+Sat Feb 26 17:46:37 2011 Child 3 verified 33902 files (0 creates).
+Sat Feb 26 17:47:48 2011 Child 2 verified 42306 files, created 2885
+Sat Feb 26 17:47:48 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 17:47:51 2011 Child 0 verified 33828 files (0 creates).
+Sat Feb 26 17:47:51 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 17:51:06 2011 Child 3 verified 42306 files, created 2885
+Sat Feb 26 17:51:06 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 17:51:08 2011 Child 1 verified 42306 files, created 2885
+Sat Feb 26 17:51:08 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 17:51:08 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 17:51:08 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 17:51:36 2011 Child 0 verified 42306 files, created 2885
+Sat Feb 26 17:51:36 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 17:51:36 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 17:51:37 2011 Completed.
+Sat Feb 26 17:51:37 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:51:37 2011 Completed.
+Sat Feb 26 17:51:37 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:51:37 2011 Received.
+Sat Feb 26 17:51:37 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 17:56:37 2011 Completed.
+Sat Feb 26 17:56:37 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:56:37 2011 Completed.
+Sat Feb 26 17:56:37 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 17:56:38 2011 Received.
+Sat Feb 26 17:56:38 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 18:01:49 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 9818 9818 0 6.45 328.53 0.36 6.1%
+setattr 4.0% 4.2% 1583 1583 0 88.12 751.53 1.35 13.5%
+lookup 24.0% 23.8% 9028 9028 0 1.83 13.26 0.08 1.6%
+readlink 1.0% 1.0% 380 380 0 0.76 5.53 0.24 0.0%
+read 18.0% 18.2% 6917 8572 1 47.08 280.00 0.39 31.5%
+write 10.0% 10.1% 3829 4619 0 68.11 127.87 0.36 25.2%
+create 1.0% 1.0% 382 382 1 213.69 1381.36 3.73 7.9%
+remove 1.0% 1.0% 376 376 0 78.85 60.00 0.78 2.9%
+readdir 1.0% 1.0% 387 387 0 0.50 0.99 0.10 0.0%
+fsstat 1.0% 0.9% 353 353 0 0.53 3.01 0.18 0.0%
+access 11.0% 10.9% 4158 4158 2 1.19 14.79 0.12 0.5%
+commit 0.0% 0.0% 0 1326 0 0.00 0.00 0.00 10.8%
+readdirplus 2.0% 2.0% 768 768 0 1.21 3.35 0.13 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 126.59 Ops/Sec AVG. RESPONSE TIME: 27.25 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 720 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 37979 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 41750
+PHYSICAL NFS V3 THROUGHPUT: 139.16 Ops/Sec
+FILE SET SIZE CREATED: 88095024.0 KB
+FILE SET SIZE ACCESSED: 26428932.0 - 26508344.0 KB (100.00% to 100.30% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 18:01:49 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 720
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 165904 Files created for I/O operations
+ 49768 Files accessed for I/O operations
+ 3320 Files for non-I/O operations
+ 24 Symlinks
+ 5528 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 18:01:49 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:01:49 2011 Completed.
+Sat Feb 26 18:01:49 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 18:01:50 2011 Received.
+Sat Feb 26 18:01:50 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 18:01:50 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 760 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 18:01:52 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 18:01:52 2011 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Sat Feb 26 18:02:08 2011 Completed.
+Sat Feb 26 18:02:08 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:02:08 2011 Completed.
+Sat Feb 26 18:02:08 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:02:08 2011 Received.
+
+Sat Feb 26 18:02:08 2011 Initializing test directories.
+Sat Feb 26 18:02:08 2011 Child 2 will create 1465 directories.
+Sat Feb 26 18:02:08 2011 Child 3 will create 1465 directories.
+Sat Feb 26 18:02:08 2011 Child 1 will create 1465 directories.
+Sat Feb 26 18:02:08 2011 Child 0 will create 1465 directories.
+Sat Feb 26 18:03:01 2011 Child 0 finished creating 1465 directories.
+Sat Feb 26 18:03:01 2011 Child 0 will create 44823 files.
+Sat Feb 26 18:03:12 2011 Child 2 finished creating 1465 directories.
+Sat Feb 26 18:03:12 2011 Child 2 will create 44823 files.
+Sat Feb 26 18:03:17 2011 Child 3 finished creating 1465 directories.
+Sat Feb 26 18:03:17 2011 Child 3 will create 44823 files.
+Sat Feb 26 18:04:23 2011 Child 1 finished creating 1465 directories.
+Sat Feb 26 18:04:23 2011 Child 1 will create 44823 files.
+Sat Feb 26 18:08:02 2011 Child 0 verified 42563 files (1087 creates).
+Sat Feb 26 18:08:14 2011 Child 2 verified 42462 files (986 creates).
+Sat Feb 26 18:08:19 2011 Child 3 verified 42500 files (1024 creates).
+Sat Feb 26 18:09:25 2011 Child 1 verified 37518 files (0 creates).
+Sat Feb 26 18:10:29 2011 Child 0 verified 44823 files, created 2908
+Sat Feb 26 18:10:29 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 18:10:31 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 18:10:41 2011 Child 3 verified 44823 files, created 2908
+Sat Feb 26 18:10:41 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 18:10:41 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 18:10:42 2011 Child 2 verified 44823 files, created 2908
+Sat Feb 26 18:10:42 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 18:10:42 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 18:11:58 2011 Child 1 verified 44823 files, created 2908
+Sat Feb 26 18:11:58 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 18:11:58 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 18:11:59 2011 Completed.
+Sat Feb 26 18:11:59 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:11:59 2011 Completed.
+Sat Feb 26 18:11:59 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:11:59 2011 Received.
+Sat Feb 26 18:11:59 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 18:16:59 2011 Completed.
+Sat Feb 26 18:16:59 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:16:59 2011 Completed.
+Sat Feb 26 18:16:59 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:17:00 2011 Received.
+Sat Feb 26 18:17:00 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 18:22:10 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.7% 10264 10264 0 7.75 224.16 0.29 6.2%
+setattr 4.0% 4.0% 1613 1613 0 87.04 533.88 1.13 10.9%
+lookup 24.0% 23.9% 9545 9545 0 7.49 230.44 0.30 5.5%
+readlink 1.0% 1.0% 397 397 0 5.35 90.36 0.93 0.2%
+read 18.0% 18.0% 7186 8834 0 61.47 404.51 0.46 34.2%
+write 10.0% 9.9% 3959 4821 0 80.63 445.62 0.66 24.7%
+create 1.0% 1.0% 402 402 0 130.05 126.67 1.10 4.0%
+remove 1.0% 1.1% 419 419 0 90.60 96.67 0.94 2.9%
+readdir 1.0% 1.0% 411 411 0 1.12 8.13 0.28 0.0%
+fsstat 1.0% 0.9% 366 366 0 0.78 3.43 0.19 0.0%
+access 11.0% 11.4% 4530 4530 0 2.12 37.16 0.18 0.7%
+commit 0.0% 0.0% 0 1374 0 0.00 0.00 0.00 9.0%
+readdirplus 2.0% 1.9% 777 777 0 27.94 621.32 1.75 1.7%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 135.60 Ops/Sec AVG. RESPONSE TIME: 32.42 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 760 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 39869 TEST TIME: 294 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 43753
+PHYSICAL NFS V3 THROUGHPUT: 148.81 Ops/Sec
+FILE SET SIZE CREATED: 93337056.0 KB
+FILE SET SIZE ACCESSED: 28002816.0 - 28085528.0 KB (100.00% to 100.30% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 18:22:10 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 760
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 175776 Files created for I/O operations
+ 52732 Files accessed for I/O operations
+ 3516 Files for non-I/O operations
+ 24 Symlinks
+ 5856 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 18:22:10 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:22:10 2011 Completed.
+Sat Feb 26 18:22:10 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 18:22:11 2011 Received.
+Sat Feb 26 18:22:11 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 18:22:11 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 800 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 18:22:13 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 18:22:13 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 18:22:24 2011 Completed.
+Sat Feb 26 18:22:24 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:22:24 2011 Completed.
+Sat Feb 26 18:22:24 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:22:29 2011 Received.
+
+Sat Feb 26 18:22:29 2011 Initializing test directories.
+Sat Feb 26 18:22:29 2011 Child 0 will create 1531 directories.
+Sat Feb 26 18:22:29 2011 Child 3 will create 1531 directories.
+Sat Feb 26 18:22:29 2011 Child 2 will create 1531 directories.
+Sat Feb 26 18:22:29 2011 Child 1 will create 1531 directories.
+Sat Feb 26 18:22:35 2011 Child 0 finished creating 1531 directories.
+Sat Feb 26 18:22:35 2011 Child 0 will create 46838 files.
+Sat Feb 26 18:23:17 2011 Child 3 finished creating 1531 directories.
+Sat Feb 26 18:23:17 2011 Child 3 will create 46838 files.
+Sat Feb 26 18:23:30 2011 Child 2 finished creating 1531 directories.
+Sat Feb 26 18:23:30 2011 Child 2 will create 46838 files.
+Sat Feb 26 18:25:09 2011 Child 1 finished creating 1531 directories.
+Sat Feb 26 18:25:09 2011 Child 1 will create 46838 files.
+Sat Feb 26 18:27:36 2011 Child 0 verified 45528 files (1584 creates).
+Sat Feb 26 18:28:19 2011 Child 3 verified 45221 files (1277 creates).
+Sat Feb 26 18:28:31 2011 Child 2 verified 45528 files (1584 creates).
+Sat Feb 26 18:28:35 2011 Child 0 verified 46838 files, created 2435
+Sat Feb 26 18:28:35 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 18:28:35 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 18:29:12 2011 Child 3 verified 46838 files, created 2435
+Sat Feb 26 18:29:12 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 18:29:12 2011 Child 2 verified 46838 files, created 2435
+Sat Feb 26 18:29:12 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 18:29:19 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 18:29:19 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 18:30:10 2011 Child 1 verified 44925 files (981 creates).
+Sat Feb 26 18:30:48 2011 Child 1 verified 46838 files, created 2435
+Sat Feb 26 18:30:48 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 18:30:48 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 18:30:49 2011 Completed.
+Sat Feb 26 18:30:49 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:30:49 2011 Completed.
+Sat Feb 26 18:30:49 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:30:50 2011 Received.
+Sat Feb 26 18:30:50 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 18:35:50 2011 Completed.
+Sat Feb 26 18:35:50 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:35:50 2011 Completed.
+Sat Feb 26 18:35:50 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:35:51 2011 Received.
+Sat Feb 26 18:35:51 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 18:41:04 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 12975 12975 0 1.59 27.59 0.09 1.5%
+setattr 4.0% 4.0% 1998 1998 0 58.81 99.02 0.44 8.6%
+lookup 24.0% 24.0% 11974 11974 0 2.48 34.61 0.11 2.2%
+readlink 1.0% 1.0% 504 504 0 0.66 3.83 0.17 0.0%
+read 18.0% 18.1% 9033 11167 0 65.75 165.59 0.27 43.7%
+write 10.0% 10.0% 4999 6066 0 69.92 98.88 0.28 25.7%
+create 1.0% 1.0% 510 510 0 117.28 85.43 0.80 4.4%
+remove 1.0% 1.0% 522 522 0 82.01 77.44 0.75 3.1%
+readdir 1.0% 1.0% 516 516 0 6.18 90.10 0.82 0.2%
+fsstat 1.0% 1.0% 505 505 0 0.30 1.04 0.09 0.0%
+access 11.0% 10.8% 5387 5387 0 0.88 19.58 0.12 0.3%
+commit 0.0% 0.0% 0 1748 0 0.00 0.00 0.00 10.0%
+readdirplus 2.0% 2.1% 1042 1042 0 1.53 7.82 0.17 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 167.10 Ops/Sec AVG. RESPONSE TIME: 27.21 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 800 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 49965 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 54914
+PHYSICAL NFS V3 THROUGHPUT: 183.65 Ops/Sec
+FILE SET SIZE CREATED: 97531952.0 KB
+FILE SET SIZE ACCESSED: 29260224.0 - 29360788.0 KB (100.00% to 100.34% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 18:41:04 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 800
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 183676 Files created for I/O operations
+ 55100 Files accessed for I/O operations
+ 3676 Files for non-I/O operations
+ 24 Symlinks
+ 6120 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 18:41:04 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 18:41:04 2011 Completed.
+Sat Feb 26 18:41:04 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 18:41:04 2011 Received.
+Sat Feb 26 18:41:04 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 18:41:04 2011 Completed.
--- /dev/null
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 40 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 21:10:23 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 21:10:23 2011 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Sat Feb 26 21:10:39 2011 Completed.
+Sat Feb 26 21:10:39 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:10:39 2011 Completed.
+Sat Feb 26 21:10:39 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:10:39 2011 Received.
+
+Sat Feb 26 21:10:39 2011 Initializing test directories.
+Sat Feb 26 21:10:39 2011 Child 2 will create 66 directories.
+Sat Feb 26 21:10:39 2011 Child 3 will create 66 directories.
+Sat Feb 26 21:10:39 2011 Child 1 will create 66 directories.
+Sat Feb 26 21:10:39 2011 Child 0 will create 66 directories.
+Sat Feb 26 21:10:39 2011 Child 3 finished creating 66 directories.
+Sat Feb 26 21:10:39 2011 Child 3 will create 2016 files.
+Sat Feb 26 21:10:39 2011 Child 2 finished creating 66 directories.
+Sat Feb 26 21:10:39 2011 Child 2 will create 2016 files.
+Sat Feb 26 21:10:39 2011 Child 1 finished creating 66 directories.
+Sat Feb 26 21:10:39 2011 Child 1 will create 2016 files.
+Sat Feb 26 21:10:39 2011 Child 0 finished creating 66 directories.
+Sat Feb 26 21:10:39 2011 Child 0 will create 2016 files.
+Sat Feb 26 21:13:10 2011 Child 2 verified 2016 files, created 1997
+Sat Feb 26 21:13:10 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 21:13:10 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 21:13:20 2011 Child 0 verified 2016 files, created 1997
+Sat Feb 26 21:13:20 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 21:13:20 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 21:13:20 2011 Child 3 verified 2016 files, created 1997
+Sat Feb 26 21:13:20 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 21:13:20 2011 Child 1 verified 2016 files, created 1997
+Sat Feb 26 21:13:20 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 21:13:20 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 21:13:20 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 21:13:21 2011 Completed.
+Sat Feb 26 21:13:21 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:13:21 2011 Completed.
+Sat Feb 26 21:13:21 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:13:22 2011 Received.
+Sat Feb 26 21:13:22 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 21:18:22 2011 Completed.
+Sat Feb 26 21:18:22 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:18:22 2011 Completed.
+Sat Feb 26 21:18:22 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:18:23 2011 Received.
+Sat Feb 26 21:18:23 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 21:23:33 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 3141 3141 0 0.18 0.05 0.01 0.5%
+setattr 4.0% 3.9% 463 463 0 1.29 8.19 0.26 0.5%
+lookup 24.0% 23.2% 2787 2787 0 0.23 2.65 0.06 0.6%
+readlink 1.0% 0.9% 110 110 0 0.17 0.01 0.02 0.0%
+read 18.0% 18.2% 2181 2688 0 27.84 85.44 0.39 55.1%
+write 10.0% 9.9% 1194 1452 0 37.79 83.90 0.52 41.0%
+create 1.0% 1.3% 152 152 0 2.21 1.19 0.17 0.3%
+remove 1.0% 1.1% 137 137 0 1.69 2.04 0.24 0.2%
+readdir 1.0% 0.9% 111 111 0 0.36 0.01 0.02 0.0%
+fsstat 1.0% 1.0% 122 122 0 0.17 0.01 0.02 0.0%
+access 11.0% 11.4% 1365 1365 0 0.18 0.02 0.01 0.2%
+commit 0.0% 0.0% 0 530 0 0.00 0.00 0.00 1.4%
+readdirplus 2.0% 2.0% 240 240 0 0.60 0.04 0.03 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 40.01 Ops/Sec AVG. RESPONSE TIME: 9.17 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 40 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 12003 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 13298
+PHYSICAL NFS V3 THROUGHPUT: 44.32 Ops/Sec
+FILE SET SIZE CREATED: 4197024.0 KB
+FILE SET SIZE ACCESSED: 1259532.0 - 1285423.0 KB (100.00% to 102.06% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 21:23:33 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 40
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 7904 Files created for I/O operations
+ 2368 Files accessed for I/O operations
+ 160 Files for non-I/O operations
+ 24 Symlinks
+ 260 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 21:23:33 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:23:33 2011 Completed.
+Sat Feb 26 21:23:33 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 21:23:34 2011 Received.
+Sat Feb 26 21:23:34 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 21:23:34 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 80 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 21:23:36 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 21:23:36 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 21:23:47 2011 Completed.
+Sat Feb 26 21:23:47 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:23:47 2011 Completed.
+Sat Feb 26 21:23:47 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:23:52 2011 Received.
+
+Sat Feb 26 21:23:52 2011 Initializing test directories.
+Sat Feb 26 21:23:52 2011 Child 3 will create 149 directories.
+Sat Feb 26 21:23:52 2011 Child 1 will create 149 directories.
+Sat Feb 26 21:23:52 2011 Child 0 will create 149 directories.
+Sat Feb 26 21:23:52 2011 Child 2 will create 149 directories.
+Sat Feb 26 21:23:53 2011 Child 2 finished creating 149 directories.
+Sat Feb 26 21:23:53 2011 Child 2 will create 4533 files.
+Sat Feb 26 21:23:56 2011 Child 3 finished creating 149 directories.
+Sat Feb 26 21:23:56 2011 Child 3 will create 4533 files.
+Sat Feb 26 21:23:56 2011 Child 0 finished creating 149 directories.
+Sat Feb 26 21:23:56 2011 Child 0 will create 4533 files.
+Sat Feb 26 21:23:58 2011 Child 1 finished creating 149 directories.
+Sat Feb 26 21:23:58 2011 Child 1 will create 4533 files.
+Sat Feb 26 21:27:02 2011 Child 2 verified 4533 files, created 2513
+Sat Feb 26 21:27:02 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 21:27:02 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 21:27:08 2011 Child 0 verified 4533 files, created 2513
+Sat Feb 26 21:27:08 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 21:27:08 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 21:27:11 2011 Child 1 verified 4533 files, created 2513
+Sat Feb 26 21:27:11 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 21:27:11 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 21:27:11 2011 Child 3 verified 4533 files, created 2513
+Sat Feb 26 21:27:11 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 21:27:11 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 21:27:12 2011 Completed.
+Sat Feb 26 21:27:12 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:27:12 2011 Completed.
+Sat Feb 26 21:27:12 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:27:13 2011 Received.
+Sat Feb 26 21:27:13 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 21:32:13 2011 Completed.
+Sat Feb 26 21:32:13 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:32:13 2011 Completed.
+Sat Feb 26 21:32:13 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:32:14 2011 Received.
+Sat Feb 26 21:32:14 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 21:37:24 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 6254 6254 0 0.18 0.05 0.01 0.3%
+setattr 4.0% 4.1% 993 993 0 1.00 1.04 0.06 0.2%
+lookup 24.0% 24.6% 5933 5933 0 0.18 0.05 0.01 0.3%
+readlink 1.0% 1.0% 251 251 0 0.18 0.01 0.01 0.0%
+read 18.0% 17.9% 4312 5344 0 60.79 126.49 0.34 61.4%
+write 10.0% 9.8% 2366 2808 0 62.79 247.86 0.63 34.8%
+create 1.0% 0.9% 225 225 0 3.42 2.09 0.19 0.2%
+remove 1.0% 0.9% 218 218 0 3.63 12.40 0.47 0.2%
+readdir 1.0% 0.9% 222 222 0 0.37 0.03 0.02 0.0%
+fsstat 1.0% 1.0% 235 235 0 0.19 0.15 0.05 0.0%
+access 11.0% 10.9% 2637 2637 0 0.18 0.02 0.01 0.1%
+commit 0.0% 0.0% 0 1029 0 0.00 0.00 0.00 2.4%
+readdirplus 2.0% 2.0% 493 493 0 0.68 0.07 0.02 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 80.46 Ops/Sec AVG. RESPONSE TIME: 17.67 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 80 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 24139 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 26642
+PHYSICAL NFS V3 THROUGHPUT: 88.80 Ops/Sec
+FILE SET SIZE CREATED: 9439056.0 KB
+FILE SET SIZE ACCESSED: 2833416.0 - 2885891.0 KB (100.00% to 101.85% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 21:37:24 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 80
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 17776 Files created for I/O operations
+ 5332 Files accessed for I/O operations
+ 356 Files for non-I/O operations
+ 24 Symlinks
+ 592 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 21:37:24 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:37:24 2011 Completed.
+Sat Feb 26 21:37:24 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 21:37:25 2011 Received.
+Sat Feb 26 21:37:25 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 21:37:25 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 120 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 21:37:27 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 21:37:27 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 21:37:38 2011 Completed.
+Sat Feb 26 21:37:38 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:37:38 2011 Completed.
+Sat Feb 26 21:37:38 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:37:43 2011 Received.
+
+Sat Feb 26 21:37:43 2011 Initializing test directories.
+Sat Feb 26 21:37:43 2011 Child 2 will create 231 directories.
+Sat Feb 26 21:37:43 2011 Child 0 will create 231 directories.
+Sat Feb 26 21:37:43 2011 Child 1 will create 231 directories.
+Sat Feb 26 21:37:43 2011 Child 3 will create 231 directories.
+Sat Feb 26 21:37:50 2011 Child 2 finished creating 231 directories.
+Sat Feb 26 21:37:50 2011 Child 2 will create 7052 files.
+Sat Feb 26 21:37:51 2011 Child 3 finished creating 231 directories.
+Sat Feb 26 21:37:51 2011 Child 3 will create 7052 files.
+Sat Feb 26 21:37:56 2011 Child 0 finished creating 231 directories.
+Sat Feb 26 21:37:56 2011 Child 0 will create 7052 files.
+Sat Feb 26 21:37:58 2011 Child 1 finished creating 231 directories.
+Sat Feb 26 21:37:58 2011 Child 1 will create 7052 files.
+Sat Feb 26 21:40:15 2011 Child 2 verified 7052 files, created 2539
+Sat Feb 26 21:40:15 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 21:40:15 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 21:40:19 2011 Child 3 verified 7052 files, created 2539
+Sat Feb 26 21:40:19 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 21:40:19 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 21:40:24 2011 Child 1 verified 7052 files, created 2539
+Sat Feb 26 21:40:24 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 21:40:24 2011 Child 0 verified 7052 files, created 2539
+Sat Feb 26 21:40:24 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 21:40:24 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 21:40:24 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 21:40:25 2011 Completed.
+Sat Feb 26 21:40:25 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:40:25 2011 Completed.
+Sat Feb 26 21:40:25 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:40:26 2011 Received.
+Sat Feb 26 21:40:26 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 21:45:26 2011 Completed.
+Sat Feb 26 21:45:26 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:45:26 2011 Completed.
+Sat Feb 26 21:45:26 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:45:27 2011 Received.
+Sat Feb 26 21:45:27 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 21:50:37 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 9368 9368 0 0.18 0.03 0.00 0.3%
+setattr 4.0% 4.0% 1444 1444 0 2.37 19.13 0.23 0.6%
+lookup 24.0% 24.3% 8804 8804 0 0.18 0.05 0.00 0.3%
+readlink 1.0% 0.9% 335 335 0 0.18 0.02 0.02 0.0%
+read 18.0% 18.0% 6505 8001 0 56.04 128.20 0.28 63.1%
+write 10.0% 9.8% 3537 4252 0 55.00 94.33 0.32 33.7%
+create 1.0% 1.0% 354 354 0 3.93 6.91 0.27 0.2%
+remove 1.0% 0.9% 334 334 0 4.75 28.65 0.57 0.3%
+readdir 1.0% 1.0% 354 354 0 0.38 0.03 0.02 0.0%
+fsstat 1.0% 1.0% 377 377 0 0.18 0.02 0.01 0.0%
+access 11.0% 11.2% 4060 4060 0 0.18 0.03 0.01 0.1%
+commit 0.0% 0.0% 0 1556 0 0.00 0.00 0.00 1.3%
+readdirplus 2.0% 2.0% 707 707 0 0.68 0.04 0.02 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 121.00 Ops/Sec AVG. RESPONSE TIME: 15.97 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 120 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 36179 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 39946
+PHYSICAL NFS V3 THROUGHPUT: 133.59 Ops/Sec
+FILE SET SIZE CREATED: 14683212.0 KB
+FILE SET SIZE ACCESSED: 4405176.0 - 4492752.0 KB (100.00% to 101.99% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 21:50:37 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 120
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 27652 Files created for I/O operations
+ 8292 Files accessed for I/O operations
+ 556 Files for non-I/O operations
+ 24 Symlinks
+ 920 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 21:50:37 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:50:37 2011 Completed.
+Sat Feb 26 21:50:37 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 21:50:38 2011 Received.
+Sat Feb 26 21:50:38 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 21:50:38 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 160 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 21:50:40 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 21:50:40 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 21:50:51 2011 Completed.
+Sat Feb 26 21:50:51 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:50:51 2011 Completed.
+Sat Feb 26 21:50:51 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:50:56 2011 Received.
+
+Sat Feb 26 21:50:56 2011 Initializing test directories.
+Sat Feb 26 21:50:56 2011 Child 0 will create 297 directories.
+Sat Feb 26 21:50:56 2011 Child 1 will create 297 directories.
+Sat Feb 26 21:50:56 2011 Child 3 will create 297 directories.
+Sat Feb 26 21:50:56 2011 Child 2 will create 297 directories.
+Sat Feb 26 21:50:57 2011 Child 0 finished creating 297 directories.
+Sat Feb 26 21:50:57 2011 Child 0 will create 9066 files.
+Sat Feb 26 21:50:59 2011 Child 2 finished creating 297 directories.
+Sat Feb 26 21:50:59 2011 Child 2 will create 9066 files.
+Sat Feb 26 21:51:06 2011 Child 1 finished creating 297 directories.
+Sat Feb 26 21:51:06 2011 Child 1 will create 9066 files.
+Sat Feb 26 21:51:18 2011 Child 3 finished creating 297 directories.
+Sat Feb 26 21:51:18 2011 Child 3 will create 9066 files.
+Sat Feb 26 21:52:38 2011 Child 0 verified 9066 files, created 2065
+Sat Feb 26 21:52:38 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 21:52:38 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 21:52:44 2011 Child 2 verified 9066 files, created 2065
+Sat Feb 26 21:52:44 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 21:52:44 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 21:52:58 2011 Child 1 verified 9066 files, created 2065
+Sat Feb 26 21:52:58 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 21:52:58 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 21:53:12 2011 Child 3 verified 9066 files, created 2065
+Sat Feb 26 21:53:12 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 21:53:12 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 21:53:13 2011 Completed.
+Sat Feb 26 21:53:13 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:53:13 2011 Completed.
+Sat Feb 26 21:53:13 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:53:14 2011 Received.
+Sat Feb 26 21:53:14 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 21:58:14 2011 Completed.
+Sat Feb 26 21:58:14 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:58:14 2011 Completed.
+Sat Feb 26 21:58:14 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 21:58:15 2011 Received.
+Sat Feb 26 21:58:15 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 22:03:26 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 12652 12652 0 0.18 0.04 0.00 0.3%
+setattr 4.0% 3.9% 1863 1863 0 2.45 24.34 0.22 0.6%
+lookup 24.0% 24.3% 11749 11749 0 0.18 0.03 0.00 0.3%
+readlink 1.0% 1.0% 483 483 0 0.18 0.03 0.01 0.0%
+read 18.0% 17.9% 8660 10668 0 51.58 118.42 0.23 61.8%
+write 10.0% 10.1% 4852 5976 0 51.07 91.95 0.27 34.3%
+create 1.0% 0.9% 448 448 0 4.86 20.07 0.41 0.3%
+remove 1.0% 1.0% 491 491 0 4.10 17.45 0.37 0.3%
+readdir 1.0% 1.0% 484 484 0 0.38 0.07 0.02 0.0%
+fsstat 1.0% 1.0% 477 477 0 0.18 0.01 0.01 0.0%
+access 11.0% 10.7% 5180 5180 0 0.18 0.07 0.01 0.1%
+commit 0.0% 0.0% 0 2134 0 0.00 0.00 0.00 1.8%
+readdirplus 2.0% 1.9% 923 923 0 0.69 0.06 0.02 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 161.41 Ops/Sec AVG. RESPONSE TIME: 14.97 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 160 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 48262 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 53528
+PHYSICAL NFS V3 THROUGHPUT: 179.02 Ops/Sec
+FILE SET SIZE CREATED: 18878112.0 KB
+FILE SET SIZE ACCESSED: 5664708.0 - 5784740.0 KB (100.00% to 102.12% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:03:26 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 160
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 35552 Files created for I/O operations
+ 10664 Files accessed for I/O operations
+ 712 Files for non-I/O operations
+ 24 Symlinks
+ 1184 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 22:03:26 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:03:26 2011 Completed.
+Sat Feb 26 22:03:26 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 22:03:27 2011 Received.
+Sat Feb 26 22:03:27 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 22:03:27 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 200 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 22:03:29 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 22:03:29 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 22:03:45 2011 Completed.
+Sat Feb 26 22:03:45 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:03:45 2011 Completed.
+Sat Feb 26 22:03:45 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:03:46 2011 Received.
+
+Sat Feb 26 22:03:46 2011 Initializing test directories.
+Sat Feb 26 22:03:46 2011 Child 3 will create 379 directories.
+Sat Feb 26 22:03:46 2011 Child 1 will create 379 directories.
+Sat Feb 26 22:03:46 2011 Child 0 will create 379 directories.
+Sat Feb 26 22:03:46 2011 Child 2 will create 379 directories.
+Sat Feb 26 22:03:49 2011 Child 2 finished creating 379 directories.
+Sat Feb 26 22:03:49 2011 Child 2 will create 11585 files.
+Sat Feb 26 22:03:53 2011 Child 0 finished creating 379 directories.
+Sat Feb 26 22:03:53 2011 Child 0 will create 11585 files.
+Sat Feb 26 22:03:56 2011 Child 3 finished creating 379 directories.
+Sat Feb 26 22:03:56 2011 Child 3 will create 11585 files.
+Sat Feb 26 22:04:13 2011 Child 1 finished creating 379 directories.
+Sat Feb 26 22:04:13 2011 Child 1 will create 11585 files.
+Sat Feb 26 22:05:51 2011 Child 2 verified 11585 files, created 2584
+Sat Feb 26 22:05:51 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 22:05:52 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 22:06:06 2011 Child 0 verified 11585 files, created 2584
+Sat Feb 26 22:06:06 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 22:06:07 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 22:06:12 2011 Child 3 verified 11585 files, created 2584
+Sat Feb 26 22:06:12 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 22:06:12 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 22:06:30 2011 Child 1 verified 11585 files, created 2584
+Sat Feb 26 22:06:30 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 22:06:30 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 22:06:31 2011 Completed.
+Sat Feb 26 22:06:31 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:06:31 2011 Completed.
+Sat Feb 26 22:06:31 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:06:32 2011 Received.
+Sat Feb 26 22:06:32 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 22:11:32 2011 Completed.
+Sat Feb 26 22:11:32 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:11:32 2011 Completed.
+Sat Feb 26 22:11:32 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:11:33 2011 Received.
+Sat Feb 26 22:11:33 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 22:16:43 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 15820 15820 0 0.18 0.05 0.00 0.3%
+setattr 4.0% 4.1% 2465 2465 0 2.95 35.41 0.23 0.7%
+lookup 24.0% 24.0% 14496 14496 0 0.18 0.05 0.00 0.2%
+readlink 1.0% 1.0% 615 615 0 0.18 0.11 0.03 0.0%
+read 18.0% 18.0% 10896 13334 0 58.74 131.07 0.21 59.9%
+write 10.0% 10.0% 6039 7357 0 64.13 106.28 0.26 36.2%
+create 1.0% 1.1% 655 655 0 10.42 67.41 0.63 0.6%
+remove 1.0% 1.0% 586 586 0 3.65 12.57 0.29 0.2%
+readdir 1.0% 1.0% 613 613 0 0.38 0.04 0.02 0.0%
+fsstat 1.0% 1.0% 591 591 0 0.18 0.05 0.02 0.0%
+access 11.0% 10.8% 6540 6540 0 0.18 0.03 0.00 0.1%
+commit 0.0% 0.0% 0 2635 0 0.00 0.00 0.00 1.7%
+readdirplus 2.0% 2.0% 1196 1196 0 0.70 0.08 0.02 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 201.70 Ops/Sec AVG. RESPONSE TIME: 17.67 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 200 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 60512 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 66903
+PHYSICAL NFS V3 THROUGHPUT: 223.01 Ops/Sec
+FILE SET SIZE CREATED: 24122268.0 KB
+FILE SET SIZE ACCESSED: 7238592.0 - 7377373.0 KB (100.00% to 101.92% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:16:43 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 45428 Files created for I/O operations
+ 13628 Files accessed for I/O operations
+ 912 Files for non-I/O operations
+ 24 Symlinks
+ 1512 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 22:16:43 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:16:43 2011 Completed.
+Sat Feb 26 22:16:43 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 22:16:44 2011 Received.
+Sat Feb 26 22:16:44 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 22:16:44 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 240 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 22:16:46 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 22:16:46 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 22:16:57 2011 Completed.
+Sat Feb 26 22:16:57 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:16:57 2011 Completed.
+Sat Feb 26 22:16:57 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:17:02 2011 Received.
+
+Sat Feb 26 22:17:02 2011 Initializing test directories.
+Sat Feb 26 22:17:02 2011 Child 2 will create 461 directories.
+Sat Feb 26 22:17:02 2011 Child 1 will create 461 directories.
+Sat Feb 26 22:17:02 2011 Child 0 will create 461 directories.
+Sat Feb 26 22:17:02 2011 Child 3 will create 461 directories.
+Sat Feb 26 22:17:06 2011 Child 3 finished creating 461 directories.
+Sat Feb 26 22:17:06 2011 Child 3 will create 14103 files.
+Sat Feb 26 22:17:21 2011 Child 0 finished creating 461 directories.
+Sat Feb 26 22:17:21 2011 Child 0 will create 14103 files.
+Sat Feb 26 22:17:30 2011 Child 2 finished creating 461 directories.
+Sat Feb 26 22:17:30 2011 Child 2 will create 14103 files.
+Sat Feb 26 22:17:35 2011 Child 1 finished creating 461 directories.
+Sat Feb 26 22:17:35 2011 Child 1 will create 14103 files.
+Sat Feb 26 22:19:06 2011 Child 3 verified 14103 files, created 2608
+Sat Feb 26 22:19:06 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 22:19:06 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 22:19:56 2011 Child 0 verified 14103 files, created 2608
+Sat Feb 26 22:19:56 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 22:19:56 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 22:20:17 2011 Child 2 verified 14103 files, created 2608
+Sat Feb 26 22:20:17 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 22:20:17 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 22:20:18 2011 Child 1 verified 14103 files, created 2608
+Sat Feb 26 22:20:18 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 22:20:18 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 22:20:19 2011 Completed.
+Sat Feb 26 22:20:19 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:20:19 2011 Completed.
+Sat Feb 26 22:20:19 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:20:19 2011 Received.
+Sat Feb 26 22:20:19 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 22:25:19 2011 Completed.
+Sat Feb 26 22:25:19 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:25:19 2011 Completed.
+Sat Feb 26 22:25:19 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:25:20 2011 Received.
+Sat Feb 26 22:25:20 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 22:30:30 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 18480 18480 0 0.17 0.04 0.00 0.2%
+setattr 4.0% 4.1% 2907 2907 0 3.36 43.29 0.24 0.6%
+lookup 24.0% 24.2% 17274 17274 0 0.18 0.04 0.00 0.2%
+readlink 1.0% 1.0% 699 699 0 0.17 0.04 0.02 0.0%
+read 18.0% 18.0% 12856 15870 0 75.10 140.93 0.21 61.7%
+write 10.0% 9.8% 7022 8525 0 77.40 118.78 0.25 34.7%
+create 1.0% 1.0% 691 691 0 10.27 75.92 0.65 0.5%
+remove 1.0% 1.1% 750 750 0 10.30 73.09 0.61 0.5%
+readdir 1.0% 1.0% 711 711 0 0.38 0.06 0.02 0.0%
+fsstat 1.0% 1.0% 693 693 0 0.17 0.04 0.02 0.0%
+access 11.0% 11.0% 7858 7858 0 0.17 0.04 0.00 0.1%
+commit 0.0% 0.0% 0 2869 0 0.00 0.00 0.00 1.4%
+readdirplus 2.0% 2.0% 1449 1449 0 0.69 0.07 0.01 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 238.76 Ops/Sec AVG. RESPONSE TIME: 21.92 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 240 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 71390 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 78776
+PHYSICAL NFS V3 THROUGHPUT: 263.46 Ops/Sec
+FILE SET SIZE CREATED: 29366424.0 KB
+FILE SET SIZE ACCESSED: 8810352.0 - 8939763.0 KB (100.00% to 101.47% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:30:30 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 240
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 55304 Files created for I/O operations
+ 16588 Files accessed for I/O operations
+ 1108 Files for non-I/O operations
+ 24 Symlinks
+ 1840 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 22:30:30 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:30:30 2011 Completed.
+Sat Feb 26 22:30:30 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 22:30:31 2011 Received.
+Sat Feb 26 22:30:31 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 22:30:31 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 280 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 22:30:33 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 22:30:33 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 22:30:44 2011 Completed.
+Sat Feb 26 22:30:44 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:30:44 2011 Completed.
+Sat Feb 26 22:30:44 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:30:49 2011 Received.
+
+Sat Feb 26 22:30:49 2011 Initializing test directories.
+Sat Feb 26 22:30:49 2011 Child 1 will create 527 directories.
+Sat Feb 26 22:30:49 2011 Child 2 will create 527 directories.
+Sat Feb 26 22:30:49 2011 Child 3 will create 527 directories.
+Sat Feb 26 22:30:49 2011 Child 0 will create 527 directories.
+Sat Feb 26 22:30:55 2011 Child 1 finished creating 527 directories.
+Sat Feb 26 22:30:55 2011 Child 1 will create 16118 files.
+Sat Feb 26 22:31:25 2011 Child 2 finished creating 527 directories.
+Sat Feb 26 22:31:25 2011 Child 2 will create 16118 files.
+Sat Feb 26 22:31:26 2011 Child 0 finished creating 527 directories.
+Sat Feb 26 22:31:26 2011 Child 0 will create 16118 files.
+Sat Feb 26 22:31:30 2011 Child 3 finished creating 527 directories.
+Sat Feb 26 22:31:30 2011 Child 3 will create 16118 files.
+Sat Feb 26 22:32:07 2011 Child 1 verified 16118 files, created 2134
+Sat Feb 26 22:32:07 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 22:32:07 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 22:33:22 2011 Child 2 verified 16118 files, created 2134
+Sat Feb 26 22:33:22 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 22:33:22 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 22:33:22 2011 Child 0 verified 16118 files, created 2134
+Sat Feb 26 22:33:22 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 22:33:22 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 22:33:28 2011 Child 3 verified 16118 files, created 2134
+Sat Feb 26 22:33:28 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 22:33:28 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 22:33:29 2011 Completed.
+Sat Feb 26 22:33:29 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:33:29 2011 Completed.
+Sat Feb 26 22:33:29 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:33:30 2011 Received.
+Sat Feb 26 22:33:30 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 22:38:30 2011 Completed.
+Sat Feb 26 22:38:30 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:38:30 2011 Completed.
+Sat Feb 26 22:38:30 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:38:31 2011 Received.
+Sat Feb 26 22:38:31 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 22:43:42 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 17458 17458 0 0.17 0.04 0.00 0.2%
+setattr 4.0% 3.8% 2577 2577 0 4.34 58.32 0.29 0.7%
+lookup 24.0% 24.3% 16313 16313 0 0.18 0.04 0.00 0.2%
+readlink 1.0% 1.0% 660 660 0 0.17 0.08 0.02 0.0%
+read 18.0% 17.8% 11958 14575 0 79.57 142.44 0.21 60.9%
+write 10.0% 10.0% 6715 8167 0 81.45 111.57 0.25 35.0%
+create 1.0% 1.0% 662 662 0 7.20 47.74 0.53 0.3%
+remove 1.0% 1.0% 659 659 0 7.90 58.05 0.58 0.3%
+readdir 1.0% 1.0% 675 675 0 0.37 0.05 0.02 0.0%
+fsstat 1.0% 1.0% 685 685 0 0.17 0.04 0.01 0.0%
+access 11.0% 11.1% 7430 7430 0 0.17 0.04 0.00 0.1%
+commit 0.0% 0.0% 0 2619 0 0.00 0.00 0.00 2.2%
+readdirplus 2.0% 2.1% 1377 1377 0 0.69 0.08 0.01 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 224.64 Ops/Sec AVG. RESPONSE TIME: 23.26 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 280 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 67169 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 73857
+PHYSICAL NFS V3 THROUGHPUT: 247.01 Ops/Sec
+FILE SET SIZE CREATED: 33561324.0 KB
+FILE SET SIZE ACCESSED: 10069884.0 - 10189809.0 KB (100.00% to 101.19% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:43:42 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 280
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 63204 Files created for I/O operations
+ 18960 Files accessed for I/O operations
+ 1268 Files for non-I/O operations
+ 24 Symlinks
+ 2104 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 22:43:42 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:43:42 2011 Completed.
+Sat Feb 26 22:43:42 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 22:43:42 2011 Received.
+Sat Feb 26 22:43:42 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 22:43:42 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 320 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 22:43:44 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 22:43:44 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 22:43:55 2011 Completed.
+Sat Feb 26 22:43:55 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:43:55 2011 Completed.
+Sat Feb 26 22:43:55 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:44:00 2011 Received.
+
+Sat Feb 26 22:44:00 2011 Initializing test directories.
+Sat Feb 26 22:44:00 2011 Child 1 will create 609 directories.
+Sat Feb 26 22:44:00 2011 Child 3 will create 609 directories.
+Sat Feb 26 22:44:00 2011 Child 0 will create 609 directories.
+Sat Feb 26 22:44:00 2011 Child 2 will create 609 directories.
+Sat Feb 26 22:44:38 2011 Child 1 finished creating 609 directories.
+Sat Feb 26 22:44:38 2011 Child 1 will create 18635 files.
+Sat Feb 26 22:44:39 2011 Child 0 finished creating 609 directories.
+Sat Feb 26 22:44:39 2011 Child 0 will create 18635 files.
+Sat Feb 26 22:44:44 2011 Child 2 finished creating 609 directories.
+Sat Feb 26 22:44:44 2011 Child 2 will create 18635 files.
+Sat Feb 26 22:44:50 2011 Child 3 finished creating 609 directories.
+Sat Feb 26 22:44:50 2011 Child 3 will create 18635 files.
+Sat Feb 26 22:46:34 2011 Child 1 verified 18635 files, created 2652
+Sat Feb 26 22:46:34 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 22:46:34 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 22:46:41 2011 Child 0 verified 18635 files, created 2652
+Sat Feb 26 22:46:41 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 22:46:41 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 22:46:52 2011 Child 2 verified 18635 files, created 2652
+Sat Feb 26 22:46:52 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 22:46:52 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 22:47:03 2011 Child 3 verified 18635 files, created 2652
+Sat Feb 26 22:47:03 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 22:47:03 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 22:47:04 2011 Completed.
+Sat Feb 26 22:47:04 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:47:04 2011 Completed.
+Sat Feb 26 22:47:04 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:47:05 2011 Received.
+Sat Feb 26 22:47:05 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 22:52:05 2011 Completed.
+Sat Feb 26 22:52:05 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:52:05 2011 Completed.
+Sat Feb 26 22:52:05 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:52:06 2011 Received.
+Sat Feb 26 22:52:06 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 22:57:16 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 14247 14247 0 0.17 0.04 0.00 0.2%
+setattr 4.0% 3.9% 2109 2109 0 5.01 59.27 0.33 0.7%
+lookup 24.0% 24.3% 13257 13257 0 0.18 0.08 0.00 0.2%
+readlink 1.0% 1.0% 563 563 0 0.17 0.04 0.02 0.0%
+read 18.0% 17.8% 9722 11960 0 100.13 151.30 0.24 63.2%
+write 10.0% 9.9% 5396 6553 0 94.62 125.42 0.30 33.2%
+create 1.0% 1.1% 577 577 0 7.08 38.76 0.51 0.3%
+remove 1.0% 1.0% 543 543 0 10.27 80.90 0.76 0.4%
+readdir 1.0% 1.0% 564 564 0 0.38 0.03 0.02 0.0%
+fsstat 1.0% 1.0% 538 538 0 0.17 0.04 0.02 0.0%
+access 11.0% 11.0% 5994 5994 0 0.17 0.04 0.01 0.1%
+commit 0.0% 0.0% 0 2022 0 0.00 0.00 0.00 1.8%
+readdirplus 2.0% 2.0% 1069 1069 0 0.70 0.07 0.02 0.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 182.53 Ops/Sec AVG. RESPONSE TIME: 28.20 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 320 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 54579 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 59996
+PHYSICAL NFS V3 THROUGHPUT: 200.65 Ops/Sec
+FILE SET SIZE CREATED: 38803356.0 KB
+FILE SET SIZE ACCESSED: 11641644.0 - 11746512.0 KB (100.00% to 100.90% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:57:16 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 320
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 73076 Files created for I/O operations
+ 21920 Files accessed for I/O operations
+ 1464 Files for non-I/O operations
+ 24 Symlinks
+ 2432 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 22:57:16 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:57:16 2011 Completed.
+Sat Feb 26 22:57:16 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 22:57:17 2011 Received.
+Sat Feb 26 22:57:17 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 22:57:17 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 360 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 22:57:19 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 22:57:19 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 22:57:35 2011 Completed.
+Sat Feb 26 22:57:35 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:57:35 2011 Completed.
+Sat Feb 26 22:57:35 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 22:57:36 2011 Received.
+
+Sat Feb 26 22:57:36 2011 Initializing test directories.
+Sat Feb 26 22:57:36 2011 Child 2 will create 692 directories.
+Sat Feb 26 22:57:36 2011 Child 0 will create 692 directories.
+Sat Feb 26 22:57:36 2011 Child 1 will create 692 directories.
+Sat Feb 26 22:57:36 2011 Child 3 will create 692 directories.
+Sat Feb 26 22:57:50 2011 Child 2 finished creating 692 directories.
+Sat Feb 26 22:57:50 2011 Child 2 will create 21153 files.
+Sat Feb 26 22:57:55 2011 Child 3 finished creating 692 directories.
+Sat Feb 26 22:57:55 2011 Child 3 will create 21153 files.
+Sat Feb 26 22:57:57 2011 Child 0 finished creating 692 directories.
+Sat Feb 26 22:57:57 2011 Child 0 will create 21153 files.
+Sat Feb 26 22:58:18 2011 Child 1 finished creating 692 directories.
+Sat Feb 26 22:58:18 2011 Child 1 will create 21153 files.
+Sat Feb 26 22:59:29 2011 Child 2 verified 21153 files, created 2677
+Sat Feb 26 22:59:29 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 22:59:30 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 22:59:57 2011 Child 0 verified 21153 files, created 2677
+Sat Feb 26 22:59:57 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 22:59:57 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 22:59:58 2011 Child 3 verified 21153 files, created 2677
+Sat Feb 26 22:59:58 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 22:59:58 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 23:00:17 2011 Child 1 verified 21153 files, created 2677
+Sat Feb 26 23:00:17 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 23:00:17 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 23:00:18 2011 Completed.
+Sat Feb 26 23:00:18 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:00:18 2011 Completed.
+Sat Feb 26 23:00:18 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:00:19 2011 Received.
+Sat Feb 26 23:00:19 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 23:05:19 2011 Completed.
+Sat Feb 26 23:05:19 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:05:19 2011 Completed.
+Sat Feb 26 23:05:19 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:05:20 2011 Received.
+Sat Feb 26 23:05:20 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 23:10:31 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 12768 12768 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 3.9% 1882 1882 0 7.21 70.45 0.38 0.9%
+lookup 24.0% 24.1% 11753 11753 0 0.18 0.10 0.01 0.1%
+readlink 1.0% 1.0% 481 481 0 0.17 0.05 0.02 0.0%
+read 18.0% 18.0% 8792 10768 0 112.63 158.62 0.26 64.1%
+write 10.0% 9.9% 4820 5846 0 103.73 125.05 0.32 32.4%
+create 1.0% 0.9% 417 417 0 8.96 55.56 0.72 0.2%
+remove 1.0% 1.0% 493 493 0 11.58 82.11 0.80 0.4%
+readdir 1.0% 1.0% 498 498 0 0.38 0.04 0.02 0.0%
+fsstat 1.0% 1.0% 505 505 0 0.17 0.02 0.01 0.0%
+access 11.0% 11.1% 5432 5432 0 0.17 0.04 0.01 0.1%
+commit 0.0% 0.0% 0 1758 0 0.00 0.00 0.00 1.7%
+readdirplus 2.0% 2.1% 1017 1017 0 0.70 0.08 0.02 0.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 162.86 Ops/Sec AVG. RESPONSE TIME: 31.62 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 360 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 48858 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 53618
+PHYSICAL NFS V3 THROUGHPUT: 178.72 Ops/Sec
+FILE SET SIZE CREATED: 44047512.0 KB
+FILE SET SIZE ACCESSED: 13215528.0 - 13303998.0 KB (100.00% to 100.67% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 23:10:31 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 360
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 82952 Files created for I/O operations
+ 24884 Files accessed for I/O operations
+ 1660 Files for non-I/O operations
+ 24 Symlinks
+ 2764 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 23:10:31 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:10:31 2011 Completed.
+Sat Feb 26 23:10:31 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 23:10:32 2011 Received.
+Sat Feb 26 23:10:32 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 23:10:32 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 400 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 23:10:34 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 23:10:34 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 23:10:45 2011 Completed.
+Sat Feb 26 23:10:45 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:10:45 2011 Completed.
+Sat Feb 26 23:10:45 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:10:50 2011 Received.
+
+Sat Feb 26 23:10:50 2011 Initializing test directories.
+Sat Feb 26 23:10:50 2011 Child 1 will create 758 directories.
+Sat Feb 26 23:10:50 2011 Child 2 will create 758 directories.
+Sat Feb 26 23:10:50 2011 Child 3 will create 758 directories.
+Sat Feb 26 23:10:50 2011 Child 0 will create 758 directories.
+Sat Feb 26 23:11:18 2011 Child 0 finished creating 758 directories.
+Sat Feb 26 23:11:18 2011 Child 0 will create 23168 files.
+Sat Feb 26 23:11:32 2011 Child 3 finished creating 758 directories.
+Sat Feb 26 23:11:32 2011 Child 3 will create 23168 files.
+Sat Feb 26 23:11:33 2011 Child 2 finished creating 758 directories.
+Sat Feb 26 23:11:33 2011 Child 2 will create 23168 files.
+Sat Feb 26 23:11:34 2011 Child 1 finished creating 758 directories.
+Sat Feb 26 23:11:34 2011 Child 1 will create 23168 files.
+Sat Feb 26 23:12:50 2011 Child 0 verified 23168 files, created 2203
+Sat Feb 26 23:12:50 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 23:12:50 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 23:13:38 2011 Child 3 verified 23168 files, created 2203
+Sat Feb 26 23:13:38 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 23:13:39 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 23:13:40 2011 Child 2 verified 23168 files, created 2203
+Sat Feb 26 23:13:40 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 23:13:40 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 23:13:44 2011 Child 1 verified 23168 files, created 2203
+Sat Feb 26 23:13:44 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 23:13:44 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 23:13:44 2011 Completed.
+Sat Feb 26 23:13:44 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:13:44 2011 Completed.
+Sat Feb 26 23:13:44 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:13:44 2011 Received.
+Sat Feb 26 23:13:44 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 23:18:44 2011 Completed.
+Sat Feb 26 23:18:44 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:18:44 2011 Completed.
+Sat Feb 26 23:18:44 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:18:45 2011 Received.
+Sat Feb 26 23:18:45 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 23:23:56 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 9704 9704 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 3.9% 1460 1460 0 5.85 67.83 0.42 0.6%
+lookup 24.0% 24.0% 9016 9016 0 0.18 0.03 0.00 0.1%
+readlink 1.0% 1.0% 371 371 0 0.17 0.04 0.02 0.0%
+read 18.0% 18.0% 6773 8423 0 148.95 170.43 0.31 66.7%
+write 10.0% 10.1% 3799 4514 0 119.01 122.57 0.35 29.9%
+create 1.0% 1.0% 387 387 0 18.22 109.62 1.04 0.5%
+remove 1.0% 1.0% 363 363 0 17.26 107.98 1.07 0.4%
+readdir 1.0% 1.0% 372 372 0 0.39 0.06 0.03 0.0%
+fsstat 1.0% 1.0% 391 391 0 0.17 0.03 0.02 0.0%
+access 11.0% 11.3% 4232 4232 0 0.17 0.04 0.01 0.0%
+commit 0.0% 0.0% 0 1355 0 0.00 0.00 0.00 1.6%
+readdirplus 2.0% 2.0% 740 740 0 0.71 0.06 0.02 0.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 125.36 Ops/Sec AVG. RESPONSE TIME: 40.19 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 400 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 37608 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 41328
+PHYSICAL NFS V3 THROUGHPUT: 137.76 Ops/Sec
+FILE SET SIZE CREATED: 48242412.0 KB
+FILE SET SIZE ACCESSED: 14472936.0 - 14543127.0 KB (100.00% to 100.48% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 23:23:56 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 400
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 90852 Files created for I/O operations
+ 27252 Files accessed for I/O operations
+ 1820 Files for non-I/O operations
+ 24 Symlinks
+ 3028 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 23:23:56 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:23:56 2011 Completed.
+Sat Feb 26 23:23:56 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 23:23:57 2011 Received.
+Sat Feb 26 23:23:57 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 23:23:57 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 440 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 23:23:59 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 23:23:59 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 23:24:10 2011 Completed.
+Sat Feb 26 23:24:10 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:24:10 2011 Completed.
+Sat Feb 26 23:24:10 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:24:15 2011 Received.
+
+Sat Feb 26 23:24:15 2011 Initializing test directories.
+Sat Feb 26 23:24:15 2011 Child 0 will create 840 directories.
+Sat Feb 26 23:24:15 2011 Child 2 will create 840 directories.
+Sat Feb 26 23:24:15 2011 Child 3 will create 840 directories.
+Sat Feb 26 23:24:15 2011 Child 1 will create 840 directories.
+Sat Feb 26 23:24:50 2011 Child 3 finished creating 840 directories.
+Sat Feb 26 23:24:50 2011 Child 3 will create 25686 files.
+Sat Feb 26 23:24:51 2011 Child 1 finished creating 840 directories.
+Sat Feb 26 23:24:51 2011 Child 1 will create 25686 files.
+Sat Feb 26 23:25:21 2011 Child 0 finished creating 840 directories.
+Sat Feb 26 23:25:21 2011 Child 0 will create 25686 files.
+Sat Feb 26 23:25:30 2011 Child 2 finished creating 840 directories.
+Sat Feb 26 23:25:30 2011 Child 2 will create 25686 files.
+Sat Feb 26 23:26:50 2011 Child 3 verified 25686 files, created 2722
+Sat Feb 26 23:26:50 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 23:26:50 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 23:26:52 2011 Child 1 verified 25686 files, created 2722
+Sat Feb 26 23:26:52 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 23:26:52 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 23:27:44 2011 Child 0 verified 25686 files, created 2722
+Sat Feb 26 23:27:44 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 23:27:45 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 23:27:53 2011 Child 2 verified 25686 files, created 2722
+Sat Feb 26 23:27:53 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 23:27:53 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 23:27:53 2011 Completed.
+Sat Feb 26 23:27:53 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:27:53 2011 Completed.
+Sat Feb 26 23:27:53 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:27:53 2011 Received.
+Sat Feb 26 23:27:53 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 23:32:53 2011 Completed.
+Sat Feb 26 23:32:53 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:32:53 2011 Completed.
+Sat Feb 26 23:32:53 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:32:54 2011 Received.
+Sat Feb 26 23:32:54 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 23:38:04 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 9675 9675 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 4.1% 1532 1532 0 7.68 79.55 0.45 0.8%
+lookup 24.0% 24.1% 8971 8971 0 0.18 0.13 0.01 0.1%
+readlink 1.0% 1.0% 362 362 0 0.17 0.03 0.02 0.0%
+read 18.0% 17.9% 6641 8056 0 146.80 173.80 0.32 65.1%
+write 10.0% 9.8% 3642 4387 0 130.48 122.07 0.36 31.7%
+create 1.0% 1.0% 377 377 0 15.80 97.00 0.99 0.4%
+remove 1.0% 1.1% 408 408 0 14.54 82.27 0.88 0.4%
+readdir 1.0% 1.0% 381 381 0 0.39 0.04 0.02 0.0%
+fsstat 1.0% 1.1% 409 409 0 0.17 0.02 0.01 0.0%
+access 11.0% 10.9% 4054 4054 0 0.17 0.03 0.01 0.0%
+commit 0.0% 0.0% 0 1280 0 0.00 0.00 0.00 1.2%
+readdirplus 2.0% 2.0% 734 734 0 0.71 0.07 0.02 0.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 124.36 Ops/Sec AVG. RESPONSE TIME: 40.26 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 440 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 37186 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 40626
+PHYSICAL NFS V3 THROUGHPUT: 135.87 Ops/Sec
+FILE SET SIZE CREATED: 53486568.0 KB
+FILE SET SIZE ACCESSED: 16046820.0 - 16117399.0 KB (100.00% to 100.44% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 23:38:04 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 440
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 100728 Files created for I/O operations
+ 30216 Files accessed for I/O operations
+ 2016 Files for non-I/O operations
+ 24 Symlinks
+ 3356 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 23:38:04 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:38:04 2011 Completed.
+Sat Feb 26 23:38:04 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 23:38:05 2011 Received.
+Sat Feb 26 23:38:05 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 23:38:05 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 480 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 23:38:07 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 23:38:07 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Sat Feb 26 23:38:23 2011 Completed.
+Sat Feb 26 23:38:23 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:38:23 2011 Completed.
+Sat Feb 26 23:38:23 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:38:24 2011 Received.
+
+Sat Feb 26 23:38:24 2011 Initializing test directories.
+Sat Feb 26 23:38:24 2011 Child 2 will create 922 directories.
+Sat Feb 26 23:38:24 2011 Child 3 will create 922 directories.
+Sat Feb 26 23:38:24 2011 Child 0 will create 922 directories.
+Sat Feb 26 23:38:24 2011 Child 1 will create 922 directories.
+Sat Feb 26 23:38:35 2011 Child 0 finished creating 922 directories.
+Sat Feb 26 23:38:35 2011 Child 0 will create 28205 files.
+Sat Feb 26 23:38:58 2011 Child 3 finished creating 922 directories.
+Sat Feb 26 23:38:58 2011 Child 3 will create 28205 files.
+Sat Feb 26 23:39:06 2011 Child 1 finished creating 922 directories.
+Sat Feb 26 23:39:06 2011 Child 1 will create 28205 files.
+Sat Feb 26 23:39:46 2011 Child 2 finished creating 922 directories.
+Sat Feb 26 23:39:46 2011 Child 2 will create 28205 files.
+Sat Feb 26 23:40:08 2011 Child 0 verified 28205 files, created 2747
+Sat Feb 26 23:40:08 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 23:40:09 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 23:41:11 2011 Child 3 verified 28205 files, created 2747
+Sat Feb 26 23:41:11 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 23:41:11 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 23:41:24 2011 Child 1 verified 28205 files, created 2747
+Sat Feb 26 23:41:24 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 23:41:25 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 23:42:01 2011 Child 2 verified 28205 files, created 2747
+Sat Feb 26 23:42:01 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 23:42:01 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 23:42:01 2011 Completed.
+Sat Feb 26 23:42:01 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:42:01 2011 Completed.
+Sat Feb 26 23:42:01 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:42:02 2011 Received.
+Sat Feb 26 23:42:02 2011 Performing 300 seconds pretest warmup.
+Sat Feb 26 23:47:02 2011 Completed.
+Sat Feb 26 23:47:02 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:47:02 2011 Completed.
+Sat Feb 26 23:47:02 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:47:03 2011 Received.
+Sat Feb 26 23:47:03 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sat Feb 26 23:52:14 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 9485 9485 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 4.0% 1458 1458 0 7.66 89.01 0.48 0.7%
+lookup 24.0% 23.9% 8683 8683 0 0.18 0.12 0.01 0.1%
+readlink 1.0% 1.0% 373 373 0 0.17 0.03 0.02 0.0%
+read 18.0% 18.1% 6561 8041 0 150.63 166.06 0.31 65.8%
+write 10.0% 9.8% 3565 4322 0 128.43 136.87 0.38 30.5%
+create 1.0% 1.1% 397 397 0 14.80 82.70 0.89 0.4%
+remove 1.0% 1.0% 345 345 0 23.14 146.07 1.28 0.5%
+readdir 1.0% 1.0% 362 362 0 0.38 0.04 0.02 0.0%
+fsstat 1.0% 1.0% 357 357 0 0.17 0.02 0.02 0.0%
+access 11.0% 10.9% 3942 3942 0 0.17 0.04 0.01 0.0%
+commit 0.0% 0.0% 0 1248 0 0.00 0.00 0.00 1.7%
+readdirplus 2.0% 2.0% 731 731 0 0.71 0.07 0.02 0.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 120.86 Ops/Sec AVG. RESPONSE TIME: 41.39 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 480 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 36259 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 39744
+PHYSICAL NFS V3 THROUGHPUT: 132.48 Ops/Sec
+FILE SET SIZE CREATED: 58730724.0 KB
+FILE SET SIZE ACCESSED: 17620704.0 - 17691586.0 KB (100.00% to 100.40% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 23:52:14 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 480
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 110604 Files created for I/O operations
+ 33180 Files accessed for I/O operations
+ 2216 Files for non-I/O operations
+ 24 Symlinks
+ 3684 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sat Feb 26 23:52:14 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:52:14 2011 Completed.
+Sat Feb 26 23:52:14 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sat Feb 26 23:52:15 2011 Received.
+Sat Feb 26 23:52:15 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sat Feb 26 23:52:15 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 520 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sat Feb 26 23:52:17 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sat Feb 26 23:52:17 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sat Feb 26 23:52:33 2011 Completed.
+Sat Feb 26 23:52:33 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:52:33 2011 Completed.
+Sat Feb 26 23:52:33 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:52:34 2011 Received.
+
+Sat Feb 26 23:52:34 2011 Initializing test directories.
+Sat Feb 26 23:52:34 2011 Child 2 will create 988 directories.
+Sat Feb 26 23:52:34 2011 Child 0 will create 988 directories.
+Sat Feb 26 23:52:34 2011 Child 1 will create 988 directories.
+Sat Feb 26 23:52:34 2011 Child 3 will create 988 directories.
+Sat Feb 26 23:52:47 2011 Child 1 finished creating 988 directories.
+Sat Feb 26 23:52:47 2011 Child 1 will create 30219 files.
+Sat Feb 26 23:53:39 2011 Child 0 finished creating 988 directories.
+Sat Feb 26 23:53:39 2011 Child 0 will create 30219 files.
+Sat Feb 26 23:53:46 2011 Child 2 finished creating 988 directories.
+Sat Feb 26 23:53:46 2011 Child 2 will create 30219 files.
+Sat Feb 26 23:53:48 2011 Child 1 verified 30219 files, created 2272
+Sat Feb 26 23:53:48 2011 Child 1 will create 6 symlinks.
+Sat Feb 26 23:53:48 2011 Child 1 finished creating 6 symlinks.
+Sat Feb 26 23:54:01 2011 Child 3 finished creating 988 directories.
+Sat Feb 26 23:54:01 2011 Child 3 will create 30219 files.
+Sat Feb 26 23:55:34 2011 Child 0 verified 30219 files, created 2272
+Sat Feb 26 23:55:34 2011 Child 0 will create 6 symlinks.
+Sat Feb 26 23:55:34 2011 Child 0 finished creating 6 symlinks.
+Sat Feb 26 23:55:47 2011 Child 2 verified 30219 files, created 2272
+Sat Feb 26 23:55:47 2011 Child 2 will create 6 symlinks.
+Sat Feb 26 23:55:47 2011 Child 2 finished creating 6 symlinks.
+Sat Feb 26 23:56:12 2011 Child 3 verified 30219 files, created 2272
+Sat Feb 26 23:56:12 2011 Child 3 will create 6 symlinks.
+Sat Feb 26 23:56:12 2011 Child 3 finished creating 6 symlinks.
+Sat Feb 26 23:56:12 2011 Completed.
+Sat Feb 26 23:56:12 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:56:12 2011 Completed.
+Sat Feb 26 23:56:12 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sat Feb 26 23:56:12 2011 Received.
+Sat Feb 26 23:56:12 2011 Performing 300 seconds pretest warmup.
+Sun Feb 27 00:01:12 2011 Completed.
+Sun Feb 27 00:01:12 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:01:12 2011 Completed.
+Sun Feb 27 00:01:12 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:01:13 2011 Received.
+Sun Feb 27 00:01:13 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sun Feb 27 00:06:24 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 9166 9166 0 0.17 0.06 0.01 0.1%
+setattr 4.0% 4.0% 1389 1389 0 10.25 104.80 0.54 0.9%
+lookup 24.0% 23.9% 8394 8394 0 0.18 0.08 0.01 0.1%
+readlink 1.0% 1.0% 350 350 0 0.17 0.03 0.02 0.0%
+read 18.0% 18.0% 6337 7796 0 158.74 171.36 0.32 66.6%
+write 10.0% 10.0% 3500 4170 0 128.87 123.88 0.37 29.9%
+create 1.0% 1.1% 377 377 0 13.28 83.74 0.92 0.3%
+remove 1.0% 1.0% 343 343 0 12.57 73.99 0.91 0.3%
+readdir 1.0% 1.0% 353 353 0 0.38 0.04 0.02 0.0%
+fsstat 1.0% 1.1% 374 374 0 0.17 0.04 0.02 0.0%
+access 11.0% 11.1% 3895 3895 0 0.17 0.05 0.01 0.0%
+commit 0.0% 0.0% 0 1222 0 0.00 0.00 0.00 1.6%
+readdirplus 2.0% 1.9% 678 678 0 0.72 0.33 0.04 0.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 117.18 Ops/Sec AVG. RESPONSE TIME: 42.94 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 520 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 35156 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 38507
+PHYSICAL NFS V3 THROUGHPUT: 128.35 Ops/Sec
+FILE SET SIZE CREATED: 62925624.0 KB
+FILE SET SIZE ACCESSED: 18878112.0 - 18942380.0 KB (100.00% to 100.34% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 00:06:24 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 520
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 118504 Files created for I/O operations
+ 35548 Files accessed for I/O operations
+ 2372 Files for non-I/O operations
+ 24 Symlinks
+ 3948 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sun Feb 27 00:06:24 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:06:24 2011 Completed.
+Sun Feb 27 00:06:24 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sun Feb 27 00:06:25 2011 Received.
+Sun Feb 27 00:06:25 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sun Feb 27 00:06:25 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 560 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sun Feb 27 00:06:27 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sun Feb 27 00:06:27 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Sun Feb 27 00:06:43 2011 Completed.
+Sun Feb 27 00:06:43 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:06:43 2011 Completed.
+Sun Feb 27 00:06:43 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:06:44 2011 Received.
+
+Sun Feb 27 00:06:44 2011 Initializing test directories.
+Sun Feb 27 00:06:44 2011 Child 3 will create 1070 directories.
+Sun Feb 27 00:06:44 2011 Child 1 will create 1070 directories.
+Sun Feb 27 00:06:44 2011 Child 2 will create 1070 directories.
+Sun Feb 27 00:06:44 2011 Child 0 will create 1070 directories.
+Sun Feb 27 00:07:03 2011 Child 3 finished creating 1070 directories.
+Sun Feb 27 00:07:03 2011 Child 3 will create 32736 files.
+Sun Feb 27 00:07:07 2011 Child 1 finished creating 1070 directories.
+Sun Feb 27 00:07:07 2011 Child 1 will create 32736 files.
+Sun Feb 27 00:07:26 2011 Child 0 finished creating 1070 directories.
+Sun Feb 27 00:07:26 2011 Child 0 will create 32736 files.
+Sun Feb 27 00:07:56 2011 Child 2 finished creating 1070 directories.
+Sun Feb 27 00:07:56 2011 Child 2 will create 32736 files.
+Sun Feb 27 00:09:04 2011 Child 3 verified 32736 files, created 2790
+Sun Feb 27 00:09:04 2011 Child 3 will create 6 symlinks.
+Sun Feb 27 00:09:05 2011 Child 3 finished creating 6 symlinks.
+Sun Feb 27 00:09:16 2011 Child 1 verified 32736 files, created 2790
+Sun Feb 27 00:09:16 2011 Child 1 will create 6 symlinks.
+Sun Feb 27 00:09:16 2011 Child 1 finished creating 6 symlinks.
+Sun Feb 27 00:09:58 2011 Child 0 verified 32736 files, created 2790
+Sun Feb 27 00:09:58 2011 Child 0 will create 6 symlinks.
+Sun Feb 27 00:09:58 2011 Child 0 finished creating 6 symlinks.
+Sun Feb 27 00:10:28 2011 Child 2 verified 32736 files, created 2790
+Sun Feb 27 00:10:28 2011 Child 2 will create 6 symlinks.
+Sun Feb 27 00:10:28 2011 Child 2 finished creating 6 symlinks.
+Sun Feb 27 00:10:29 2011 Completed.
+Sun Feb 27 00:10:29 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:10:29 2011 Completed.
+Sun Feb 27 00:10:29 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:10:31 2011 Received.
+Sun Feb 27 00:10:31 2011 Performing 300 seconds pretest warmup.
+Sun Feb 27 00:15:31 2011 Completed.
+Sun Feb 27 00:15:31 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:15:31 2011 Completed.
+Sun Feb 27 00:15:31 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:15:32 2011 Received.
+Sun Feb 27 00:15:32 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sun Feb 27 00:20:43 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.4% 8101 8101 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 3.9% 1181 1181 0 5.28 56.05 0.43 0.4%
+lookup 24.0% 24.0% 7357 7357 0 0.18 0.09 0.01 0.1%
+readlink 1.0% 0.9% 278 278 0 0.17 0.02 0.01 0.0%
+read 18.0% 17.7% 5441 6737 0 178.52 191.70 0.37 65.1%
+write 10.0% 10.3% 3162 3842 0 151.12 335.03 0.64 32.0%
+create 1.0% 1.0% 296 296 0 21.15 124.27 1.27 0.4%
+remove 1.0% 1.0% 293 293 0 22.94 119.64 1.25 0.5%
+readdir 1.0% 1.0% 305 305 0 0.39 0.07 0.03 0.0%
+fsstat 1.0% 0.9% 291 291 0 0.17 0.02 0.02 0.0%
+access 11.0% 10.9% 3344 3344 0 0.17 0.03 0.01 0.0%
+commit 0.0% 0.0% 0 1099 0 0.00 0.00 0.00 1.3%
+readdirplus 2.0% 2.0% 618 618 0 0.72 0.06 0.02 0.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 102.22 Ops/Sec AVG. RESPONSE TIME: 48.62 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 560 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 30667 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 33742
+PHYSICAL NFS V3 THROUGHPUT: 112.47 Ops/Sec
+FILE SET SIZE CREATED: 68167656.0 KB
+FILE SET SIZE ACCESSED: 20451996.0 - 20516694.0 KB (100.00% to 100.32% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 00:20:43 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 560
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 128376 Files created for I/O operations
+ 38512 Files accessed for I/O operations
+ 2568 Files for non-I/O operations
+ 24 Symlinks
+ 4276 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sun Feb 27 00:20:43 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:20:43 2011 Completed.
+Sun Feb 27 00:20:43 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sun Feb 27 00:20:44 2011 Received.
+Sun Feb 27 00:20:44 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sun Feb 27 00:20:44 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 600 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sun Feb 27 00:20:46 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sun Feb 27 00:20:46 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sun Feb 27 00:20:57 2011 Completed.
+Sun Feb 27 00:20:57 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:20:57 2011 Completed.
+Sun Feb 27 00:20:57 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:21:02 2011 Received.
+
+Sun Feb 27 00:21:02 2011 Initializing test directories.
+Sun Feb 27 00:21:02 2011 Child 3 will create 1153 directories.
+Sun Feb 27 00:21:02 2011 Child 0 will create 1153 directories.
+Sun Feb 27 00:21:02 2011 Child 2 will create 1153 directories.
+Sun Feb 27 00:21:02 2011 Child 1 will create 1153 directories.
+Sun Feb 27 00:21:07 2011 Child 0 finished creating 1153 directories.
+Sun Feb 27 00:21:07 2011 Child 0 will create 35255 files.
+Sun Feb 27 00:21:40 2011 Child 2 finished creating 1153 directories.
+Sun Feb 27 00:21:40 2011 Child 2 will create 35255 files.
+Sun Feb 27 00:22:22 2011 Child 3 finished creating 1153 directories.
+Sun Feb 27 00:22:22 2011 Child 3 will create 35255 files.
+Sun Feb 27 00:22:34 2011 Child 0 verified 35255 files, created 2816
+Sun Feb 27 00:22:34 2011 Child 0 will create 6 symlinks.
+Sun Feb 27 00:22:34 2011 Child 0 finished creating 6 symlinks.
+Sun Feb 27 00:22:51 2011 Child 1 finished creating 1153 directories.
+Sun Feb 27 00:22:51 2011 Child 1 will create 35255 files.
+Sun Feb 27 00:23:41 2011 Child 2 verified 35255 files, created 2816
+Sun Feb 27 00:23:41 2011 Child 2 will create 6 symlinks.
+Sun Feb 27 00:23:41 2011 Child 2 finished creating 6 symlinks.
+Sun Feb 27 00:24:49 2011 Child 3 verified 35255 files, created 2816
+Sun Feb 27 00:24:49 2011 Child 3 will create 6 symlinks.
+Sun Feb 27 00:24:49 2011 Child 3 finished creating 6 symlinks.
+Sun Feb 27 00:25:03 2011 Child 1 verified 35255 files, created 2816
+Sun Feb 27 00:25:03 2011 Child 1 will create 6 symlinks.
+Sun Feb 27 00:25:03 2011 Child 1 finished creating 6 symlinks.
+Sun Feb 27 00:25:04 2011 Completed.
+Sun Feb 27 00:25:04 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:25:04 2011 Completed.
+Sun Feb 27 00:25:04 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:25:04 2011 Received.
+Sun Feb 27 00:25:04 2011 Performing 300 seconds pretest warmup.
+Sun Feb 27 00:30:04 2011 Completed.
+Sun Feb 27 00:30:04 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:30:04 2011 Completed.
+Sun Feb 27 00:30:04 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:30:05 2011 Received.
+Sun Feb 27 00:30:05 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sun Feb 27 00:35:15 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 7945 7945 0 0.17 0.06 0.01 0.1%
+setattr 4.0% 3.9% 1187 1187 0 3.69 40.88 0.36 0.3%
+lookup 24.0% 24.1% 7317 7317 0 0.19 0.29 0.01 0.1%
+readlink 1.0% 1.0% 297 297 0 0.17 0.02 0.01 0.0%
+read 18.0% 17.7% 5362 6640 0 182.77 168.93 0.35 66.0%
+write 10.0% 10.1% 3069 3768 0 149.22 124.84 0.40 30.8%
+create 1.0% 1.0% 302 302 0 17.63 110.62 1.19 0.4%
+remove 1.0% 0.9% 275 275 0 18.31 93.14 1.14 0.3%
+readdir 1.0% 1.0% 305 305 0 0.39 0.08 0.03 0.0%
+fsstat 1.0% 1.0% 310 310 0 0.17 0.04 0.02 0.0%
+access 11.0% 11.0% 3346 3346 0 0.17 0.04 0.01 0.0%
+commit 0.0% 0.0% 0 1071 0 0.00 0.00 0.00 1.9%
+readdirplus 2.0% 2.0% 608 608 0 0.73 0.07 0.02 0.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 101.41 Ops/Sec AVG. RESPONSE TIME: 48.99 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 600 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 30323 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 33371
+PHYSICAL NFS V3 THROUGHPUT: 111.60 Ops/Sec
+FILE SET SIZE CREATED: 73411808.0 KB
+FILE SET SIZE ACCESSED: 22023756.0 - 22085028.0 KB (100.00% to 100.28% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 00:35:15 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 600
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 138252 Files created for I/O operations
+ 41472 Files accessed for I/O operations
+ 2768 Files for non-I/O operations
+ 24 Symlinks
+ 4608 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sun Feb 27 00:35:15 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:35:15 2011 Completed.
+Sun Feb 27 00:35:15 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sun Feb 27 00:35:16 2011 Received.
+Sun Feb 27 00:35:16 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sun Feb 27 00:35:16 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 640 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sun Feb 27 00:35:18 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sun Feb 27 00:35:18 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sun Feb 27 00:35:29 2011 Completed.
+Sun Feb 27 00:35:29 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:35:29 2011 Completed.
+Sun Feb 27 00:35:29 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:35:34 2011 Received.
+
+Sun Feb 27 00:35:34 2011 Initializing test directories.
+Sun Feb 27 00:35:34 2011 Child 3 will create 1235 directories.
+Sun Feb 27 00:35:34 2011 Child 0 will create 1235 directories.
+Sun Feb 27 00:35:34 2011 Child 2 will create 1235 directories.
+Sun Feb 27 00:35:34 2011 Child 1 will create 1235 directories.
+Sun Feb 27 00:35:46 2011 Child 0 finished creating 1235 directories.
+Sun Feb 27 00:35:46 2011 Child 0 will create 37773 files.
+Sun Feb 27 00:36:02 2011 Child 1 finished creating 1235 directories.
+Sun Feb 27 00:36:02 2011 Child 1 will create 37773 files.
+Sun Feb 27 00:36:31 2011 Child 2 finished creating 1235 directories.
+Sun Feb 27 00:36:31 2011 Child 2 will create 37773 files.
+Sun Feb 27 00:37:02 2011 Child 3 finished creating 1235 directories.
+Sun Feb 27 00:37:02 2011 Child 3 will create 37773 files.
+Sun Feb 27 00:37:59 2011 Child 0 verified 37773 files, created 2840
+Sun Feb 27 00:37:59 2011 Child 0 will create 6 symlinks.
+Sun Feb 27 00:37:59 2011 Child 0 finished creating 6 symlinks.
+Sun Feb 27 00:38:55 2011 Child 1 verified 37773 files, created 2840
+Sun Feb 27 00:38:55 2011 Child 1 will create 6 symlinks.
+Sun Feb 27 00:38:57 2011 Child 1 finished creating 6 symlinks.
+Sun Feb 27 00:39:57 2011 Child 2 verified 37773 files, created 2840
+Sun Feb 27 00:39:57 2011 Child 2 will create 6 symlinks.
+Sun Feb 27 00:39:57 2011 Child 2 finished creating 6 symlinks.
+Sun Feb 27 00:40:18 2011 Child 3 verified 37773 files, created 2840
+Sun Feb 27 00:40:18 2011 Child 3 will create 6 symlinks.
+Sun Feb 27 00:40:18 2011 Child 3 finished creating 6 symlinks.
+Sun Feb 27 00:40:18 2011 Completed.
+Sun Feb 27 00:40:18 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:40:18 2011 Completed.
+Sun Feb 27 00:40:18 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:40:19 2011 Received.
+Sun Feb 27 00:40:19 2011 Performing 300 seconds pretest warmup.
+Sun Feb 27 00:45:19 2011 Completed.
+Sun Feb 27 00:45:19 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:45:19 2011 Completed.
+Sun Feb 27 00:45:19 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:45:20 2011 Received.
+Sun Feb 27 00:45:20 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sun Feb 27 00:50:30 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 6607 6607 0 0.47 5.48 0.06 0.2%
+setattr 4.0% 4.1% 1041 1041 0 34.00 494.83 1.35 2.4%
+lookup 24.0% 24.1% 6089 6089 0 0.78 10.19 0.08 0.3%
+readlink 1.0% 1.0% 252 252 0 0.50 3.84 0.24 0.0%
+read 18.0% 18.3% 4627 5782 0 211.85 411.92 0.58 66.4%
+write 10.0% 9.3% 2348 2859 0 172.88 610.55 1.00 27.5%
+create 1.0% 0.9% 229 229 0 60.10 559.18 3.06 0.9%
+remove 1.0% 1.0% 242 242 0 38.47 301.36 2.19 0.6%
+readdir 1.0% 1.0% 265 265 0 0.42 0.35 0.07 0.0%
+fsstat 1.0% 1.0% 246 246 0 0.19 0.21 0.06 0.0%
+access 11.0% 11.2% 2831 2831 0 0.82 26.72 0.19 0.2%
+commit 0.0% 0.0% 0 809 0 0.00 0.00 0.00 1.4%
+readdirplus 2.0% 1.9% 471 471 0 0.79 0.64 0.07 0.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 84.44 Ops/Sec AVG. RESPONSE TIME: 58.43 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 640 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 25248 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 27723
+PHYSICAL NFS V3 THROUGHPUT: 92.71 Ops/Sec
+FILE SET SIZE CREATED: 78655968.0 KB
+FILE SET SIZE ACCESSED: 23597640.0 - 23645860.0 KB (100.00% to 100.20% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 00:50:30 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 640
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 148128 Files created for I/O operations
+ 44436 Files accessed for I/O operations
+ 2964 Files for non-I/O operations
+ 24 Symlinks
+ 4936 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sun Feb 27 00:50:30 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:50:30 2011 Completed.
+Sun Feb 27 00:50:30 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sun Feb 27 00:50:31 2011 Received.
+Sun Feb 27 00:50:31 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sun Feb 27 00:50:31 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 680 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sun Feb 27 00:50:33 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sun Feb 27 00:50:33 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Sun Feb 27 00:50:49 2011 Completed.
+Sun Feb 27 00:50:49 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:50:49 2011 Completed.
+Sun Feb 27 00:50:49 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:50:50 2011 Received.
+
+Sun Feb 27 00:50:50 2011 Initializing test directories.
+Sun Feb 27 00:50:50 2011 Child 1 will create 1301 directories.
+Sun Feb 27 00:50:50 2011 Child 2 will create 1301 directories.
+Sun Feb 27 00:50:50 2011 Child 3 will create 1301 directories.
+Sun Feb 27 00:50:50 2011 Child 0 will create 1301 directories.
+Sun Feb 27 00:51:24 2011 Child 3 finished creating 1301 directories.
+Sun Feb 27 00:51:24 2011 Child 3 will create 39788 files.
+Sun Feb 27 00:51:37 2011 Child 1 finished creating 1301 directories.
+Sun Feb 27 00:51:37 2011 Child 1 will create 39788 files.
+Sun Feb 27 00:52:04 2011 Child 0 finished creating 1301 directories.
+Sun Feb 27 00:52:04 2011 Child 0 will create 39788 files.
+Sun Feb 27 00:52:35 2011 Child 2 finished creating 1301 directories.
+Sun Feb 27 00:52:35 2011 Child 2 will create 39788 files.
+Sun Feb 27 00:52:57 2011 Child 3 verified 39788 files, created 2366
+Sun Feb 27 00:52:57 2011 Child 3 will create 6 symlinks.
+Sun Feb 27 00:52:58 2011 Child 3 finished creating 6 symlinks.
+Sun Feb 27 00:53:43 2011 Child 1 verified 39788 files, created 2366
+Sun Feb 27 00:53:43 2011 Child 1 will create 6 symlinks.
+Sun Feb 27 00:53:44 2011 Child 1 finished creating 6 symlinks.
+Sun Feb 27 00:54:32 2011 Child 0 verified 39788 files, created 2366
+Sun Feb 27 00:54:32 2011 Child 0 will create 6 symlinks.
+Sun Feb 27 00:54:33 2011 Child 0 finished creating 6 symlinks.
+Sun Feb 27 00:54:58 2011 Child 2 verified 39788 files, created 2366
+Sun Feb 27 00:54:58 2011 Child 2 will create 6 symlinks.
+Sun Feb 27 00:54:58 2011 Child 2 finished creating 6 symlinks.
+Sun Feb 27 00:54:58 2011 Completed.
+Sun Feb 27 00:54:58 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:54:58 2011 Completed.
+Sun Feb 27 00:54:58 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:54:59 2011 Received.
+Sun Feb 27 00:54:59 2011 Performing 300 seconds pretest warmup.
+Sun Feb 27 00:59:59 2011 Completed.
+Sun Feb 27 00:59:59 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 00:59:59 2011 Completed.
+Sun Feb 27 00:59:59 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:00:00 2011 Received.
+Sun Feb 27 01:00:00 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sun Feb 27 01:05:11 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.6% 7063 7063 0 0.18 0.34 0.01 0.1%
+setattr 4.0% 4.1% 1132 1132 0 8.35 147.63 0.71 0.6%
+lookup 24.0% 24.5% 6762 6762 0 0.22 1.16 0.03 0.1%
+readlink 1.0% 1.0% 273 273 0 0.20 0.35 0.07 0.0%
+read 18.0% 17.9% 4939 6009 0 198.68 205.04 0.40 67.4%
+write 10.0% 10.0% 2758 3312 0 153.07 150.69 0.46 29.0%
+create 1.0% 1.0% 284 284 0 22.29 115.05 1.25 0.4%
+remove 1.0% 1.0% 266 266 0 25.03 127.43 1.36 0.5%
+readdir 1.0% 1.1% 290 290 0 0.39 0.04 0.02 0.0%
+fsstat 1.0% 1.0% 263 263 0 0.20 0.48 0.08 0.0%
+access 11.0% 10.8% 2972 2972 0 0.19 0.33 0.02 0.0%
+commit 0.0% 0.0% 0 951 0 0.00 0.00 0.00 1.7%
+readdirplus 2.0% 2.0% 557 557 0 0.74 0.17 0.03 0.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 91.86 Ops/Sec AVG. RESPONSE TIME: 52.80 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 680 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 27559 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 30134
+PHYSICAL NFS V3 THROUGHPUT: 100.44 Ops/Sec
+FILE SET SIZE CREATED: 82850864.0 KB
+FILE SET SIZE ACCESSED: 24857172.0 - 24912428.0 KB (100.00% to 100.22% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 01:05:11 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 680
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 156028 Files created for I/O operations
+ 46808 Files accessed for I/O operations
+ 3124 Files for non-I/O operations
+ 24 Symlinks
+ 5200 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sun Feb 27 01:05:11 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:05:11 2011 Completed.
+Sun Feb 27 01:05:11 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sun Feb 27 01:05:11 2011 Received.
+Sun Feb 27 01:05:11 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sun Feb 27 01:05:11 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 720 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sun Feb 27 01:05:13 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sun Feb 27 01:05:13 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sun Feb 27 01:05:24 2011 Completed.
+Sun Feb 27 01:05:24 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:05:24 2011 Completed.
+Sun Feb 27 01:05:24 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:05:29 2011 Received.
+
+Sun Feb 27 01:05:29 2011 Initializing test directories.
+Sun Feb 27 01:05:29 2011 Child 3 will create 1383 directories.
+Sun Feb 27 01:05:29 2011 Child 2 will create 1383 directories.
+Sun Feb 27 01:05:29 2011 Child 0 will create 1383 directories.
+Sun Feb 27 01:05:29 2011 Child 1 will create 1383 directories.
+Sun Feb 27 01:05:31 2011 Child 2 finished creating 1383 directories.
+Sun Feb 27 01:05:31 2011 Child 2 will create 42306 files.
+Sun Feb 27 01:06:01 2011 Child 1 finished creating 1383 directories.
+Sun Feb 27 01:06:01 2011 Child 1 will create 42306 files.
+Sun Feb 27 01:06:05 2011 Child 3 finished creating 1383 directories.
+Sun Feb 27 01:06:05 2011 Child 3 will create 42306 files.
+Sun Feb 27 01:07:08 2011 Child 0 finished creating 1383 directories.
+Sun Feb 27 01:07:08 2011 Child 0 will create 42306 files.
+Sun Feb 27 01:07:09 2011 Child 2 verified 42306 files, created 2885
+Sun Feb 27 01:07:09 2011 Child 2 will create 6 symlinks.
+Sun Feb 27 01:07:09 2011 Child 2 finished creating 6 symlinks.
+Sun Feb 27 01:08:27 2011 Child 1 verified 42306 files, created 2885
+Sun Feb 27 01:08:27 2011 Child 1 will create 6 symlinks.
+Sun Feb 27 01:08:27 2011 Child 1 finished creating 6 symlinks.
+Sun Feb 27 01:08:38 2011 Child 3 verified 42306 files, created 2885
+Sun Feb 27 01:08:38 2011 Child 3 will create 6 symlinks.
+Sun Feb 27 01:08:38 2011 Child 3 finished creating 6 symlinks.
+Sun Feb 27 01:09:48 2011 Child 0 verified 42306 files, created 2885
+Sun Feb 27 01:09:48 2011 Child 0 will create 6 symlinks.
+Sun Feb 27 01:09:48 2011 Child 0 finished creating 6 symlinks.
+Sun Feb 27 01:09:48 2011 Completed.
+Sun Feb 27 01:09:48 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:09:48 2011 Completed.
+Sun Feb 27 01:09:48 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:09:49 2011 Received.
+Sun Feb 27 01:09:49 2011 Performing 300 seconds pretest warmup.
+Sun Feb 27 01:14:49 2011 Completed.
+Sun Feb 27 01:14:49 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:14:49 2011 Completed.
+Sun Feb 27 01:14:49 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:14:50 2011 Received.
+Sun Feb 27 01:14:50 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sun Feb 27 01:20:01 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.6% 6624 6624 0 0.24 1.33 0.03 0.1%
+setattr 4.0% 4.1% 1049 1049 0 18.29 237.27 0.93 1.3%
+lookup 24.0% 23.7% 6137 6137 0 1.79 85.09 0.23 0.8%
+readlink 1.0% 1.1% 276 276 0 0.19 0.23 0.06 0.0%
+read 18.0% 18.3% 4736 5776 0 204.43 286.64 0.48 66.3%
+write 10.0% 10.0% 2578 3087 0 164.03 199.33 0.54 29.0%
+create 1.0% 1.0% 256 256 0 20.38 94.22 1.19 0.4%
+remove 1.0% 1.0% 266 266 0 16.93 91.22 1.15 0.3%
+readdir 1.0% 1.0% 269 269 0 0.44 0.61 0.09 0.0%
+fsstat 1.0% 0.9% 243 243 0 0.19 0.29 0.07 0.0%
+access 11.0% 11.2% 2896 2896 0 0.22 0.76 0.03 0.0%
+commit 0.0% 0.0% 0 881 0 0.00 0.00 0.00 1.8%
+readdirplus 2.0% 2.0% 525 525 0 0.86 1.43 0.10 0.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 86.18 Ops/Sec AVG. RESPONSE TIME: 56.48 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 720 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 25855 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 28285
+PHYSICAL NFS V3 THROUGHPUT: 94.28 Ops/Sec
+FILE SET SIZE CREATED: 88095024.0 KB
+FILE SET SIZE ACCESSED: 26428932.0 - 26477896.0 KB (100.00% to 100.19% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 01:20:01 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 720
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 165904 Files created for I/O operations
+ 49768 Files accessed for I/O operations
+ 3320 Files for non-I/O operations
+ 24 Symlinks
+ 5528 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sun Feb 27 01:20:01 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:20:01 2011 Completed.
+Sun Feb 27 01:20:01 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sun Feb 27 01:20:02 2011 Received.
+Sun Feb 27 01:20:02 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sun Feb 27 01:20:02 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 760 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sun Feb 27 01:20:04 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sun Feb 27 01:20:04 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sun Feb 27 01:20:15 2011 Completed.
+Sun Feb 27 01:20:15 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:20:15 2011 Completed.
+Sun Feb 27 01:20:15 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:20:20 2011 Received.
+
+Sun Feb 27 01:20:20 2011 Initializing test directories.
+Sun Feb 27 01:20:20 2011 Child 2 will create 1465 directories.
+Sun Feb 27 01:20:20 2011 Child 3 will create 1465 directories.
+Sun Feb 27 01:20:20 2011 Child 1 will create 1465 directories.
+Sun Feb 27 01:20:20 2011 Child 0 will create 1465 directories.
+Sun Feb 27 01:21:07 2011 Child 0 finished creating 1465 directories.
+Sun Feb 27 01:21:07 2011 Child 0 will create 44823 files.
+Sun Feb 27 01:21:18 2011 Child 2 finished creating 1465 directories.
+Sun Feb 27 01:21:18 2011 Child 2 will create 44823 files.
+Sun Feb 27 01:21:20 2011 Child 3 finished creating 1465 directories.
+Sun Feb 27 01:21:20 2011 Child 3 will create 44823 files.
+Sun Feb 27 01:22:25 2011 Child 1 finished creating 1465 directories.
+Sun Feb 27 01:22:25 2011 Child 1 will create 44823 files.
+Sun Feb 27 01:23:40 2011 Child 0 verified 44823 files, created 2908
+Sun Feb 27 01:23:40 2011 Child 0 will create 6 symlinks.
+Sun Feb 27 01:23:41 2011 Child 0 finished creating 6 symlinks.
+Sun Feb 27 01:24:30 2011 Child 2 verified 44823 files, created 2908
+Sun Feb 27 01:24:30 2011 Child 2 will create 6 symlinks.
+Sun Feb 27 01:24:30 2011 Child 2 finished creating 6 symlinks.
+Sun Feb 27 01:24:32 2011 Child 3 verified 44823 files, created 2908
+Sun Feb 27 01:24:32 2011 Child 3 will create 6 symlinks.
+Sun Feb 27 01:24:33 2011 Child 3 finished creating 6 symlinks.
+Sun Feb 27 01:26:18 2011 Child 1 verified 44823 files, created 2908
+Sun Feb 27 01:26:18 2011 Child 1 will create 6 symlinks.
+Sun Feb 27 01:26:19 2011 Child 1 finished creating 6 symlinks.
+Sun Feb 27 01:26:19 2011 Completed.
+Sun Feb 27 01:26:19 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:26:19 2011 Completed.
+Sun Feb 27 01:26:19 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:26:20 2011 Received.
+Sun Feb 27 01:26:20 2011 Performing 300 seconds pretest warmup.
+Sun Feb 27 01:31:20 2011 Completed.
+Sun Feb 27 01:31:20 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:31:20 2011 Completed.
+Sun Feb 27 01:31:20 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:31:21 2011 Received.
+Sun Feb 27 01:31:21 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sun Feb 27 01:36:32 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 5008 5008 0 7.87 303.79 0.48 2.8%
+setattr 4.0% 4.0% 781 781 0 24.45 124.97 0.78 1.4%
+lookup 24.0% 23.7% 4578 4578 0 15.77 439.39 0.61 5.1%
+readlink 1.0% 1.1% 210 210 0 0.58 3.15 0.24 0.0%
+read 18.0% 18.3% 3531 4341 0 225.60 501.63 0.74 56.5%
+write 10.0% 10.1% 1946 2359 0 212.39 566.13 1.06 29.3%
+create 1.0% 1.0% 185 185 0 50.54 399.02 2.88 0.7%
+remove 1.0% 1.0% 200 200 0 22.00 68.56 1.15 0.3%
+readdir 1.0% 1.0% 191 191 0 0.79 2.54 0.23 0.0%
+fsstat 1.0% 1.0% 203 203 0 0.46 2.28 0.21 0.0%
+access 11.0% 11.1% 2141 2141 0 0.81 6.74 0.11 0.1%
+commit 0.0% 0.0% 0 665 0 0.00 0.00 0.00 3.7%
+readdirplus 2.0% 1.9% 373 373 0 2.74 23.24 0.49 0.1%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 64.70 Ops/Sec AVG. RESPONSE TIME: 72.82 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 760 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 19347 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 21235
+PHYSICAL NFS V3 THROUGHPUT: 71.02 Ops/Sec
+FILE SET SIZE CREATED: 93337056.0 KB
+FILE SET SIZE ACCESSED: 28002816.0 - 28041540.0 KB (100.00% to 100.14% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 01:36:32 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 760
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 175776 Files created for I/O operations
+ 52732 Files accessed for I/O operations
+ 3516 Files for non-I/O operations
+ 24 Symlinks
+ 5856 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sun Feb 27 01:36:32 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:36:32 2011 Completed.
+Sun Feb 27 01:36:32 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sun Feb 27 01:36:32 2011 Received.
+Sun Feb 27 01:36:32 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sun Feb 27 01:36:32 2011 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 800 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Sun Feb 27 01:36:34 2011
+ Client hostname = c09-44
+ Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Sun Feb 27 01:36:34 2011 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Sun Feb 27 01:36:45 2011 Completed.
+Sun Feb 27 01:36:45 2011 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:36:45 2011 Completed.
+Sun Feb 27 01:36:45 2011 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:36:50 2011 Received.
+
+Sun Feb 27 01:36:50 2011 Initializing test directories.
+Sun Feb 27 01:36:50 2011 Child 3 will create 1531 directories.
+Sun Feb 27 01:36:50 2011 Child 1 will create 1531 directories.
+Sun Feb 27 01:36:50 2011 Child 2 will create 1531 directories.
+Sun Feb 27 01:36:50 2011 Child 0 will create 1531 directories.
+Sun Feb 27 01:36:54 2011 Child 0 finished creating 1531 directories.
+Sun Feb 27 01:36:54 2011 Child 0 will create 46838 files.
+Sun Feb 27 01:37:36 2011 Child 3 finished creating 1531 directories.
+Sun Feb 27 01:37:36 2011 Child 3 will create 46838 files.
+Sun Feb 27 01:37:48 2011 Child 2 finished creating 1531 directories.
+Sun Feb 27 01:37:48 2011 Child 2 will create 46838 files.
+Sun Feb 27 01:38:01 2011 Child 0 verified 46838 files, created 2435
+Sun Feb 27 01:38:01 2011 Child 0 will create 6 symlinks.
+Sun Feb 27 01:38:01 2011 Child 0 finished creating 6 symlinks.
+Sun Feb 27 01:39:02 2011 Child 3 verified 46838 files, created 2435
+Sun Feb 27 01:39:02 2011 Child 3 will create 6 symlinks.
+Sun Feb 27 01:39:02 2011 Child 3 finished creating 6 symlinks.
+Sun Feb 27 01:39:14 2011 Child 2 verified 46838 files, created 2435
+Sun Feb 27 01:39:14 2011 Child 2 will create 6 symlinks.
+Sun Feb 27 01:39:14 2011 Child 2 finished creating 6 symlinks.
+Sun Feb 27 01:39:18 2011 Child 1 finished creating 1531 directories.
+Sun Feb 27 01:39:18 2011 Child 1 will create 46838 files.
+Sun Feb 27 01:42:07 2011 Child 1 verified 46838 files, created 2435
+Sun Feb 27 01:42:07 2011 Child 1 will create 6 symlinks.
+Sun Feb 27 01:42:07 2011 Child 1 finished creating 6 symlinks.
+Sun Feb 27 01:42:07 2011 Completed.
+Sun Feb 27 01:42:07 2011 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:42:07 2011 Completed.
+Sun Feb 27 01:42:07 2011 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:42:08 2011 Received.
+Sun Feb 27 01:42:08 2011 Performing 300 seconds pretest warmup.
+Sun Feb 27 01:47:08 2011 Completed.
+Sun Feb 27 01:47:08 2011 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:47:08 2011 Completed.
+Sun Feb 27 01:47:08 2011 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:47:09 2011 Received.
+Sun Feb 27 01:47:09 2011 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Sun Feb 27 01:52:20 2011
+--------------------------------------------------------------------------------------
+NFS V3 Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op Logical Logical Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+--------------------------------------------------------------------------------------
+getattr 26.0% 26.4% 7769 7769 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 3.9% 1135 1135 0 15.42 133.75 0.67 1.2%
+lookup 24.0% 24.0% 7057 7057 0 0.19 0.25 0.01 0.1%
+readlink 1.0% 1.1% 320 320 0 0.18 0.18 0.05 0.0%
+read 18.0% 17.8% 5219 6459 0 187.70 184.25 0.37 66.2%
+write 10.0% 9.9% 2923 3501 0 152.29 142.55 0.43 30.1%
+create 1.0% 1.0% 293 293 0 25.86 124.17 1.28 0.5%
+remove 1.0% 1.0% 284 284 0 10.18 4.50 0.25 0.2%
+readdir 1.0% 1.0% 288 288 0 0.39 0.07 0.03 0.0%
+fsstat 1.0% 1.0% 304 304 0 0.18 0.07 0.03 0.0%
+access 11.0% 10.8% 3180 3180 0 0.17 0.06 0.01 0.0%
+commit 0.0% 0.0% 0 1004 0 0.00 0.00 0.00 1.5%
+readdirplus 2.0% 2.1% 623 623 0 0.72 0.06 0.02 0.0%
+--------------------------------------------------------------------------------------
+
+ --------------------------------------------------
+ | SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY |
+ --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT: 98.64 Ops/Sec AVG. RESPONSE TIME: 50.30 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 800 Ops/Sec
+TOTAL LOGICAL NFS V3 OPERATIONS: 29395 TEST TIME: 298 Sec
+TOTAL PHYSICAL NFS V3 OPERATIONS: 32217
+PHYSICAL NFS V3 THROUGHPUT: 108.11 Ops/Sec
+FILE SET SIZE CREATED: 97531952.0 KB
+FILE SET SIZE ACCESSED: 29260224.0 - 29319106.0 KB (100.00% to 100.20% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 01:52:20 2011 Completed.
+
+Client Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS V3 operations/second) = 800
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 183676 Files created for I/O operations
+ 55100 Files accessed for I/O operations
+ 3676 Files for non-I/O operations
+ 24 Symlinks
+ 6120 Directories
+ Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Sun Feb 27 01:52:20 2011 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Sun Feb 27 01:52:20 2011 Completed.
+Sun Feb 27 01:52:20 2011 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Sun Feb 27 01:52:20 2011 Received.
+Sun Feb 27 01:52:20 2011 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Sun Feb 27 01:52:20 2011 Completed.
--- /dev/null
+Fri Feb 25 14:54:29 PST 2011 Configuration parameters passed validation
+
+Fri Feb 25 14:54:29 PST 2011 ========================================================================
+SFS Benchmark Prime Client Logfile.
+ Creation Date: Fri Feb 25 14:54:29 PST 2011
+ Prime Client hostname: c09-44.sysnet.ucsd.edu
+Fri Feb 25 14:54:34 PST 2011 Number of Clients: 1
+ Client hostname(s): c09-44.sysnet.ucsd.edu
+
+Fri Feb 25 14:54:34 PST 2011 SfsManager: Started sfs_syncd on c09-44.sysnet.ucsd.edu
+Fri Feb 25 14:54:44 PST 2011
+************************************************************************
+Fri Feb 25 14:54:44 PST 2011 Test Run 1 of 50
+
+Fri Feb 25 14:54:44 PST 2011 Fri Feb 25 14:54:44 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 14:54:44 PST 2011 sfsnfs3 -N 1 -l 100 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 14:54:59 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 14:55:00 2011 Received.
+Fri Feb 25 14:55:00 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 14:55:00 2011 Completed.
+Fri Feb 25 14:55:00 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 15:00:51 2011 Received.
+Fri Feb 25 15:00:51 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 15:00:51 2011 Completed.
+Fri Feb 25 15:00:51 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 15:05:52 2011 Received.
+Fri Feb 25 15:05:52 2011 Sending START message to 1 client(s).
+Fri Feb 25 15:05:52 2011 Completed.
+Fri Feb 25 15:10:52 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 15:10:52 2011 Completed.
+Fri Feb 25 15:10:52 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 15:11:03 2011 Received.
+Fri Feb 25 15:11:03 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 15:11:03 2011 Completed.
+Fri Feb 25 15:11:03 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 15:11:04 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 100 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 100
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 21728 Files created for I/O operations
+ 6516 Files accessed for I/O operations
+ 436 Files for non-I/O operations
+ 24 Symlinks
+ 724 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 15:11:04 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.7% 7717 7717 0 0.14 0.01 0.00 1.1%
+setattr 4.0% 4.0% 1198 1198 0 13.14 83.75 0.52 16.9%
+lookup 24.0% 24.3% 7301 7301 0 0.18 2.51 0.04 1.4%
+readlink 1.0% 1.0% 309 309 0 0.14 0.01 0.01 0.0%
+read 18.0% 18.2% 5467 6681 0 4.34 18.27 0.11 25.5%
+write 10.0% 9.8% 2956 3630 0 4.51 33.81 0.21 14.3%
+create 1.0% 1.0% 294 294 0 25.59 145.58 1.38 8.1%
+remove 1.0% 1.0% 295 295 0 10.16 89.89 1.08 3.2%
+readdir 1.0% 1.0% 293 293 0 0.47 0.02 0.02 0.1%
+fsstat 1.0% 1.0% 293 293 0 0.14 0.02 0.02 0.0%
+access 11.0% 11.1% 3335 3335 0 0.14 0.02 0.00 0.5%
+commit 0.0% 0.0% 0 1308 0 0.00 0.00 0.00 27.5%
+readdirplus 2.0% 2.1% 622 622 0 1.87 18.18 0.33 1.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 100 Ops/Sec AVG. RESPONSE TIME: 3.1 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 100 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 30080 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 33276
+PHYSICAL NFS IO THROUGHPUT: 110 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 11267.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3381.0 - 3454.2 MB (100.00% to 102.16% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 15:11:05 PST 2011
+************************************************************************
+Fri Feb 25 15:11:05 PST 2011
+************************************************************************
+Fri Feb 25 15:11:05 PST 2011 Test Run 2 of 50
+
+Fri Feb 25 15:11:05 PST 2011 Fri Feb 25 15:11:05 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 15:11:05 PST 2011 sfsnfs3 -N 1 -l 200 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 15:11:20 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 15:11:22 2011 Received.
+Fri Feb 25 15:11:22 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 15:11:22 2011 Completed.
+Fri Feb 25 15:11:22 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 15:18:21 2011 Received.
+Fri Feb 25 15:18:21 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 15:18:21 2011 Completed.
+Fri Feb 25 15:18:21 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 15:23:22 2011 Received.
+Fri Feb 25 15:23:22 2011 Sending START message to 1 client(s).
+Fri Feb 25 15:23:22 2011 Completed.
+Fri Feb 25 15:28:22 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 15:28:22 2011 Completed.
+Fri Feb 25 15:28:22 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 15:28:33 2011 Received.
+Fri Feb 25 15:28:33 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 15:28:33 2011 Completed.
+Fri Feb 25 15:28:33 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 15:28:34 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 200 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 45428 Files created for I/O operations
+ 13628 Files accessed for I/O operations
+ 912 Files for non-I/O operations
+ 24 Symlinks
+ 1512 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 15:28:34 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 15515 15515 0 0.14 0.10 0.01 0.8%
+setattr 4.0% 4.0% 2389 2389 0 25.74 151.90 0.49 23.4%
+lookup 24.0% 23.9% 14188 14188 0 0.15 0.03 0.00 0.8%
+readlink 1.0% 1.0% 607 607 0 0.14 0.02 0.01 0.0%
+read 18.0% 18.1% 10734 13182 0 5.10 18.08 0.08 20.9%
+write 10.0% 9.9% 5911 7092 0 5.26 34.19 0.15 11.8%
+create 1.0% 1.1% 640 640 0 31.65 165.00 0.99 7.7%
+remove 1.0% 1.0% 608 608 0 26.01 146.85 0.96 6.0%
+readdir 1.0% 1.0% 588 588 0 1.81 28.95 0.43 0.4%
+fsstat 1.0% 1.0% 570 570 0 0.14 0.02 0.01 0.0%
+access 11.0% 10.9% 6501 6501 0 0.14 0.02 0.00 0.3%
+commit 0.0% 0.0% 0 2564 0 0.00 0.00 0.00 26.7%
+readdirplus 2.0% 2.0% 1180 1180 0 2.16 28.04 0.30 1.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 198 Ops/Sec AVG. RESPONSE TIME: 4.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 200 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 59431 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 65624
+PHYSICAL NFS IO THROUGHPUT: 218 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 23556.9 MB
+TOTAL FILE SET SIZE ACCESSED: 7068.9 - 7203.5 MB (100.00% to 101.90% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 15:28:35 PST 2011
+************************************************************************
+Fri Feb 25 15:28:35 PST 2011
+************************************************************************
+Fri Feb 25 15:28:35 PST 2011 Test Run 3 of 50
+
+Fri Feb 25 15:28:35 PST 2011 Fri Feb 25 15:28:35 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 15:28:35 PST 2011 sfsnfs3 -N 1 -l 300 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 15:28:50 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 15:28:51 2011 Received.
+Fri Feb 25 15:28:51 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 15:28:51 2011 Completed.
+Fri Feb 25 15:28:51 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 15:35:54 2011 Received.
+Fri Feb 25 15:35:54 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 15:35:54 2011 Completed.
+Fri Feb 25 15:35:54 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 15:40:55 2011 Received.
+Fri Feb 25 15:40:55 2011 Sending START message to 1 client(s).
+Fri Feb 25 15:40:55 2011 Completed.
+Fri Feb 25 15:45:55 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 15:45:55 2011 Completed.
+Fri Feb 25 15:45:55 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 15:46:06 2011 Received.
+Fri Feb 25 15:46:06 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 15:46:06 2011 Completed.
+Fri Feb 25 15:46:06 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 15:46:07 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 300 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 300
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 69128 Files created for I/O operations
+ 20736 Files accessed for I/O operations
+ 1384 Files for non-I/O operations
+ 24 Symlinks
+ 2304 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 15:46:07 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 23734 23734 0 0.14 0.28 0.01 0.6%
+setattr 4.0% 4.0% 3625 3625 0 42.87 170.10 0.42 26.4%
+lookup 24.0% 24.0% 21926 21926 0 0.15 0.29 0.01 0.6%
+readlink 1.0% 1.0% 953 953 0 0.15 0.03 0.01 0.0%
+read 18.0% 18.0% 16455 20439 0 6.64 17.45 0.06 18.6%
+write 10.0% 10.1% 9203 10921 0 5.31 30.78 0.11 8.3%
+create 1.0% 1.0% 895 895 0 65.56 212.28 0.95 10.0%
+remove 1.0% 1.0% 892 892 0 41.33 169.50 0.85 6.3%
+readdir 1.0% 1.0% 907 907 0 0.57 0.86 0.06 0.1%
+fsstat 1.0% 1.0% 935 935 0 0.14 0.04 0.01 0.0%
+access 11.0% 10.9% 9910 9910 0 0.15 0.34 0.01 0.2%
+commit 0.0% 0.0% 0 3978 0 0.00 0.00 0.00 28.1%
+readdirplus 2.0% 1.9% 1772 1772 0 2.80 37.28 0.28 0.8%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 305 Ops/Sec AVG. RESPONSE TIME: 6.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 300 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 91207 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 100887
+PHYSICAL NFS IO THROUGHPUT: 337 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 35846.6 MB
+TOTAL FILE SET SIZE ACCESSED: 10754.8 - 10947.5 MB (100.00% to 101.79% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 15:46:08 PST 2011
+************************************************************************
+Fri Feb 25 15:46:08 PST 2011
+************************************************************************
+Fri Feb 25 15:46:08 PST 2011 Test Run 4 of 50
+
+Fri Feb 25 15:46:08 PST 2011 Fri Feb 25 15:46:08 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 15:46:08 PST 2011 sfsnfs3 -N 1 -l 400 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 15:46:23 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 15:46:24 2011 Received.
+Fri Feb 25 15:46:24 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 15:46:24 2011 Completed.
+Fri Feb 25 15:46:24 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 15:52:49 2011 Received.
+Fri Feb 25 15:52:49 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 15:52:49 2011 Completed.
+Fri Feb 25 15:52:49 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 15:57:50 2011 Received.
+Fri Feb 25 15:57:50 2011 Sending START message to 1 client(s).
+Fri Feb 25 15:57:50 2011 Completed.
+Fri Feb 25 16:02:50 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 16:02:50 2011 Completed.
+Fri Feb 25 16:02:50 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 16:03:01 2011 Received.
+Fri Feb 25 16:03:01 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 16:03:01 2011 Completed.
+Fri Feb 25 16:03:01 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 16:03:02 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 400 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 400
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 90852 Files created for I/O operations
+ 27252 Files accessed for I/O operations
+ 1820 Files for non-I/O operations
+ 24 Symlinks
+ 3028 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 16:03:02 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 25933 25933 0 0.15 0.28 0.01 0.3%
+setattr 4.0% 4.0% 3951 3951 0 89.74 221.25 0.46 28.6%
+lookup 24.0% 24.0% 23861 23861 0 0.16 0.23 0.01 0.3%
+readlink 1.0% 1.0% 1014 1014 0 0.16 0.06 0.01 0.0%
+read 18.0% 18.2% 18105 22139 0 12.62 27.83 0.08 18.5%
+write 10.0% 9.9% 9868 11968 0 8.99 34.79 0.12 7.2%
+create 1.0% 1.0% 998 998 0 152.92 319.61 1.11 12.3%
+remove 1.0% 1.0% 1005 1005 0 84.94 196.52 0.87 6.9%
+readdir 1.0% 1.0% 994 994 0 1.30 16.61 0.25 0.1%
+fsstat 1.0% 0.9% 920 920 0 0.15 0.06 0.02 0.0%
+access 11.0% 11.0% 10896 10896 0 0.15 0.06 0.00 0.1%
+commit 0.0% 0.0% 0 3977 0 0.00 0.00 0.00 25.2%
+readdirplus 2.0% 2.0% 1958 1958 0 2.60 35.04 0.26 0.4%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 333 Ops/Sec AVG. RESPONSE TIME: 12.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 400 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 99503 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 109614
+PHYSICAL NFS IO THROUGHPUT: 366 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 47111.7 MB
+TOTAL FILE SET SIZE ACCESSED: 14133.7 - 14318.1 MB (100.00% to 101.30% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 16:03:03 PST 2011
+************************************************************************
+Fri Feb 25 16:03:03 PST 2011
+************************************************************************
+Fri Feb 25 16:03:03 PST 2011 Test Run 5 of 50
+
+Fri Feb 25 16:03:03 PST 2011 Fri Feb 25 16:03:03 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 16:03:03 PST 2011 sfsnfs3 -N 1 -l 500 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 16:03:18 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 16:03:20 2011 Received.
+Fri Feb 25 16:03:20 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 16:03:20 2011 Completed.
+Fri Feb 25 16:03:20 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 16:10:17 2011 Received.
+Fri Feb 25 16:10:17 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 16:10:17 2011 Completed.
+Fri Feb 25 16:10:17 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 16:15:18 2011 Received.
+Fri Feb 25 16:15:18 2011 Sending START message to 1 client(s).
+Fri Feb 25 16:15:18 2011 Completed.
+Fri Feb 25 16:20:18 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 16:20:18 2011 Completed.
+Fri Feb 25 16:20:18 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 16:20:29 2011 Received.
+Fri Feb 25 16:20:29 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 16:20:29 2011 Completed.
+Fri Feb 25 16:20:29 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 16:20:30 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 500 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 500
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 114552 Files created for I/O operations
+ 34364 Files accessed for I/O operations
+ 2292 Files for non-I/O operations
+ 24 Symlinks
+ 3816 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 16:20:30 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 21825 21825 0 0.17 2.04 0.02 0.3%
+setattr 4.0% 4.0% 3361 3361 0 99.67 225.73 0.51 27.0%
+lookup 24.0% 24.0% 20087 20087 0 0.23 3.93 0.03 0.4%
+readlink 1.0% 1.0% 842 842 0 0.16 0.05 0.02 0.0%
+read 18.0% 17.6% 14758 18011 0 16.96 30.58 0.09 20.1%
+write 10.0% 10.0% 8359 10281 0 11.81 41.52 0.14 7.9%
+create 1.0% 1.0% 855 855 0 195.90 359.11 1.27 13.5%
+remove 1.0% 1.0% 825 825 0 101.25 226.98 1.03 6.7%
+readdir 1.0% 1.1% 889 889 0 1.25 7.45 0.18 0.1%
+fsstat 1.0% 1.0% 814 814 0 0.15 0.07 0.02 0.0%
+access 11.0% 11.2% 9338 9338 0 0.24 4.30 0.04 0.2%
+commit 0.0% 0.0% 0 3188 0 0.00 0.00 0.00 23.5%
+readdirplus 2.0% 2.0% 1674 1674 0 2.16 23.41 0.23 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 280 Ops/Sec AVG. RESPONSE TIME: 14.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 500 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 83627 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 91990
+PHYSICAL NFS IO THROUGHPUT: 307 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 59401.5 MB
+TOTAL FILE SET SIZE ACCESSED: 17821.7 - 17996.6 MB (100.00% to 100.98% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 16:20:31 PST 2011
+************************************************************************
+Fri Feb 25 16:20:31 PST 2011
+************************************************************************
+Fri Feb 25 16:20:31 PST 2011 Test Run 6 of 50
+
+Fri Feb 25 16:20:31 PST 2011 Fri Feb 25 16:20:31 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 16:20:31 PST 2011 sfsnfs3 -N 1 -l 600 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 16:20:46 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 16:20:47 2011 Received.
+Fri Feb 25 16:20:47 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 16:20:47 2011 Completed.
+Fri Feb 25 16:20:47 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 16:28:25 2011 Received.
+Fri Feb 25 16:28:25 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 16:28:25 2011 Completed.
+Fri Feb 25 16:28:25 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 16:33:26 2011 Received.
+Fri Feb 25 16:33:26 2011 Sending START message to 1 client(s).
+Fri Feb 25 16:33:26 2011 Completed.
+Fri Feb 25 16:38:26 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 16:38:26 2011 Completed.
+Fri Feb 25 16:38:26 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 16:38:37 2011 Received.
+Fri Feb 25 16:38:37 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 16:38:37 2011 Completed.
+Fri Feb 25 16:38:37 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 16:38:38 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 600 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 600
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 138252 Files created for I/O operations
+ 41472 Files accessed for I/O operations
+ 2768 Files for non-I/O operations
+ 24 Symlinks
+ 4608 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 16:38:38 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 20572 20572 0 0.16 1.45 0.02 0.3%
+setattr 4.0% 4.1% 3301 3301 0 104.45 244.40 0.53 27.6%
+lookup 24.0% 24.1% 19174 19174 0 0.28 7.23 0.04 0.4%
+readlink 1.0% 1.0% 800 800 0 0.15 0.05 0.02 0.0%
+read 18.0% 18.1% 14426 17709 0 19.59 34.65 0.10 22.6%
+write 10.0% 9.8% 7820 9434 0 13.69 51.39 0.16 8.6%
+create 1.0% 1.0% 833 833 0 188.75 338.83 1.25 12.6%
+remove 1.0% 1.0% 785 785 0 100.21 230.48 1.06 6.3%
+readdir 1.0% 0.9% 742 742 0 1.79 21.19 0.33 0.1%
+fsstat 1.0% 1.0% 768 768 0 0.15 0.09 0.02 0.0%
+access 11.0% 11.1% 8814 8814 0 0.30 9.42 0.06 0.2%
+commit 0.0% 0.0% 0 2890 0 0.00 0.00 0.00 20.9%
+readdirplus 2.0% 2.1% 1640 1640 0 2.68 23.45 0.23 0.4%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 266 Ops/Sec AVG. RESPONSE TIME: 15.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 600 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 79675 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 87462
+PHYSICAL NFS IO THROUGHPUT: 292 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 71691.2 MB
+TOTAL FILE SET SIZE ACCESSED: 21507.6 - 21669.1 MB (100.00% to 100.75% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 16:38:39 PST 2011
+************************************************************************
+Fri Feb 25 16:38:39 PST 2011
+************************************************************************
+Fri Feb 25 16:38:39 PST 2011 Test Run 7 of 50
+
+Fri Feb 25 16:38:39 PST 2011 Fri Feb 25 16:38:39 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 16:38:39 PST 2011 sfsnfs3 -N 1 -l 700 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 16:38:54 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 16:38:55 2011 Received.
+Fri Feb 25 16:38:55 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 16:38:55 2011 Completed.
+Fri Feb 25 16:38:55 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 16:47:02 2011 Received.
+Fri Feb 25 16:47:02 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 16:47:02 2011 Completed.
+Fri Feb 25 16:47:02 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 16:52:03 2011 Received.
+Fri Feb 25 16:52:03 2011 Sending START message to 1 client(s).
+Fri Feb 25 16:52:03 2011 Completed.
+Fri Feb 25 16:57:03 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 16:57:03 2011 Completed.
+Fri Feb 25 16:57:03 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 16:57:14 2011 Received.
+Fri Feb 25 16:57:14 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 16:57:14 2011 Completed.
+Fri Feb 25 16:57:14 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 16:57:15 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 700 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 700
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 161952 Files created for I/O operations
+ 48584 Files accessed for I/O operations
+ 3240 Files for non-I/O operations
+ 24 Symlinks
+ 5396 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 16:57:15 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 19484 19484 0 0.17 2.89 0.02 0.3%
+setattr 4.0% 4.0% 3017 3017 0 115.37 271.06 0.59 28.0%
+lookup 24.0% 24.1% 18149 18149 0 0.20 1.80 0.02 0.3%
+readlink 1.0% 1.0% 769 769 0 0.15 0.05 0.02 0.0%
+read 18.0% 18.0% 13590 16800 0 22.06 31.76 0.09 24.1%
+write 10.0% 10.0% 7564 9116 0 12.42 37.28 0.14 7.5%
+create 1.0% 1.0% 758 758 0 200.24 355.16 1.34 12.2%
+remove 1.0% 1.0% 719 719 0 96.18 197.13 1.03 5.6%
+readdir 1.0% 1.0% 747 747 0 1.69 21.49 0.33 0.1%
+fsstat 1.0% 1.0% 756 756 0 0.16 0.15 0.03 0.0%
+access 11.0% 11.0% 8279 8279 0 0.28 6.43 0.05 0.2%
+commit 0.0% 0.0% 0 2734 0 0.00 0.00 0.00 21.6%
+readdirplus 2.0% 2.0% 1490 1490 0 1.44 8.04 0.14 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 252 Ops/Sec AVG. RESPONSE TIME: 16.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 700 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 75322 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 82818
+PHYSICAL NFS IO THROUGHPUT: 276 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 83981.0 MB
+TOTAL FILE SET SIZE ACCESSED: 25195.5 - 25344.9 MB (100.00% to 100.59% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 16:57:16 PST 2011
+************************************************************************
+Fri Feb 25 16:57:16 PST 2011
+************************************************************************
+Fri Feb 25 16:57:16 PST 2011 Test Run 8 of 50
+
+Fri Feb 25 16:57:16 PST 2011 Fri Feb 25 16:57:16 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 16:57:16 PST 2011 sfsnfs3 -N 1 -l 800 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 16:57:31 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 16:57:32 2011 Received.
+Fri Feb 25 16:57:32 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 16:57:32 2011 Completed.
+Fri Feb 25 16:57:32 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 17:04:34 2011 Received.
+Fri Feb 25 17:04:34 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 17:04:34 2011 Completed.
+Fri Feb 25 17:04:34 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 17:09:35 2011 Received.
+Fri Feb 25 17:09:35 2011 Sending START message to 1 client(s).
+Fri Feb 25 17:09:35 2011 Completed.
+Fri Feb 25 17:14:35 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 17:14:35 2011 Completed.
+Fri Feb 25 17:14:35 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 17:14:46 2011 Received.
+Fri Feb 25 17:14:46 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 17:14:46 2011 Completed.
+Fri Feb 25 17:14:46 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 17:14:47 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 800 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 800
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 183676 Files created for I/O operations
+ 55100 Files accessed for I/O operations
+ 3676 Files for non-I/O operations
+ 24 Symlinks
+ 6120 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 17:14:47 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 17982 17982 0 0.16 1.63 0.02 0.2%
+setattr 4.0% 3.9% 2742 2742 0 118.73 266.05 0.61 26.0%
+lookup 24.0% 24.1% 16717 16717 0 0.28 7.27 0.04 0.4%
+readlink 1.0% 0.9% 659 659 0 0.15 0.05 0.02 0.0%
+read 18.0% 18.1% 12565 15483 0 24.56 35.12 0.10 24.7%
+write 10.0% 10.1% 6995 8434 0 14.84 45.57 0.16 8.3%
+create 1.0% 1.0% 718 718 0 213.92 333.84 1.34 12.3%
+remove 1.0% 1.0% 713 713 0 122.66 257.06 1.18 7.0%
+readdir 1.0% 1.1% 743 743 0 2.99 31.77 0.41 0.2%
+fsstat 1.0% 1.0% 678 678 0 0.21 0.61 0.06 0.0%
+access 11.0% 10.8% 7490 7490 0 0.29 8.48 0.07 0.2%
+commit 0.0% 0.0% 0 2494 0 0.00 0.00 0.00 20.5%
+readdirplus 2.0% 2.1% 1435 1435 0 2.02 18.20 0.22 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 231 Ops/Sec AVG. RESPONSE TIME: 18.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 800 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 69437 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 76288
+PHYSICAL NFS IO THROUGHPUT: 254 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 95246.0 MB
+TOTAL FILE SET SIZE ACCESSED: 28574.4 - 28711.9 MB (100.00% to 100.48% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 17:14:48 PST 2011
+************************************************************************
+Fri Feb 25 17:14:48 PST 2011
+************************************************************************
+Fri Feb 25 17:14:48 PST 2011 Test Run 9 of 50
+
+Fri Feb 25 17:14:48 PST 2011 Fri Feb 25 17:14:48 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 17:14:48 PST 2011 sfsnfs3 -N 1 -l 900 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 17:15:03 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 17:15:05 2011 Received.
+Fri Feb 25 17:15:05 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 17:15:05 2011 Completed.
+Fri Feb 25 17:15:05 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 17:23:33 2011 Received.
+Fri Feb 25 17:23:33 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 17:23:33 2011 Completed.
+Fri Feb 25 17:23:33 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 17:28:34 2011 Received.
+Fri Feb 25 17:28:34 2011 Sending START message to 1 client(s).
+Fri Feb 25 17:28:34 2011 Completed.
+Fri Feb 25 17:33:34 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 17:33:34 2011 Completed.
+Fri Feb 25 17:33:34 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 17:33:45 2011 Received.
+Fri Feb 25 17:33:45 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 17:33:45 2011 Completed.
+Fri Feb 25 17:33:45 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 17:33:46 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 900 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 900
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 207376 Files created for I/O operations
+ 62212 Files accessed for I/O operations
+ 4148 Files for non-I/O operations
+ 24 Symlinks
+ 6912 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 17:33:46 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 17455 17455 0 0.25 4.46 0.03 0.3%
+setattr 4.0% 4.0% 2674 2674 0 124.81 286.84 0.64 26.7%
+lookup 24.0% 23.9% 16135 16135 0 0.24 2.56 0.02 0.3%
+readlink 1.0% 1.1% 720 720 0 0.15 0.04 0.01 0.0%
+read 18.0% 18.0% 12152 14949 0 26.59 36.80 0.11 25.9%
+write 10.0% 9.9% 6710 8114 0 14.23 41.24 0.15 7.7%
+create 1.0% 1.0% 681 681 0 220.30 346.16 1.40 12.0%
+remove 1.0% 0.9% 625 625 0 117.61 250.83 1.24 5.9%
+readdir 1.0% 1.0% 687 687 0 1.31 7.35 0.20 0.1%
+fsstat 1.0% 1.1% 710 710 0 0.23 0.40 0.05 0.0%
+access 11.0% 11.2% 7582 7582 0 0.35 5.26 0.05 0.2%
+commit 0.0% 0.0% 0 2357 0 0.00 0.00 0.00 20.7%
+readdirplus 2.0% 2.0% 1374 1374 0 1.95 12.16 0.18 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 225 Ops/Sec AVG. RESPONSE TIME: 18.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 900 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 67505 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 74063
+PHYSICAL NFS IO THROUGHPUT: 246 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 107535.8 MB
+TOTAL FILE SET SIZE ACCESSED: 32262.4 - 32399.2 MB (100.00% to 100.42% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 17:33:47 PST 2011
+************************************************************************
+Fri Feb 25 17:33:47 PST 2011
+************************************************************************
+Fri Feb 25 17:33:47 PST 2011 Test Run 10 of 50
+
+Fri Feb 25 17:33:47 PST 2011 Fri Feb 25 17:33:47 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 17:33:47 PST 2011 sfsnfs3 -N 1 -l 1000 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 17:34:02 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 17:34:03 2011 Received.
+Fri Feb 25 17:34:03 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 17:34:03 2011 Completed.
+Fri Feb 25 17:34:03 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 17:42:42 2011 Received.
+Fri Feb 25 17:42:42 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 17:42:42 2011 Completed.
+Fri Feb 25 17:42:42 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 17:47:43 2011 Received.
+Fri Feb 25 17:47:43 2011 Sending START message to 1 client(s).
+Fri Feb 25 17:47:43 2011 Completed.
+Fri Feb 25 17:52:43 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 17:52:43 2011 Completed.
+Fri Feb 25 17:52:43 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 17:52:54 2011 Received.
+Fri Feb 25 17:52:54 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 17:52:54 2011 Completed.
+Fri Feb 25 17:52:54 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 17:52:55 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1000 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1000
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 231076 Files created for I/O operations
+ 69320 Files accessed for I/O operations
+ 4624 Files for non-I/O operations
+ 24 Symlinks
+ 7700 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 17:52:55 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 17141 17141 0 0.19 2.83 0.03 0.3%
+setattr 4.0% 4.0% 2641 2641 0 116.71 253.22 0.61 24.7%
+lookup 24.0% 23.9% 15704 15704 0 0.25 0.85 0.01 0.3%
+readlink 1.0% 1.0% 641 641 0 0.15 0.05 0.02 0.0%
+read 18.0% 18.1% 11878 14471 0 28.72 42.88 0.12 27.3%
+write 10.0% 9.8% 6427 7724 0 15.35 44.14 0.16 7.9%
+create 1.0% 1.0% 685 685 0 217.16 335.95 1.37 11.9%
+remove 1.0% 1.0% 660 660 0 148.08 344.78 1.42 7.8%
+readdir 1.0% 1.0% 653 653 0 1.22 4.73 0.17 0.1%
+fsstat 1.0% 1.0% 665 665 0 0.28 1.01 0.08 0.0%
+access 11.0% 11.0% 7197 7197 0 0.33 3.64 0.04 0.2%
+commit 0.0% 0.0% 0 2266 0 0.00 0.00 0.00 19.2%
+readdirplus 2.0% 2.0% 1318 1318 0 2.76 26.10 0.28 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 219 Ops/Sec AVG. RESPONSE TIME: 19.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1000 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 65610 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 71766
+PHYSICAL NFS IO THROUGHPUT: 240 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 119825.5 MB
+TOTAL FILE SET SIZE ACCESSED: 35948.3 - 36078.1 MB (100.00% to 100.36% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 17:52:56 PST 2011
+************************************************************************
+Fri Feb 25 17:52:56 PST 2011
+************************************************************************
+Fri Feb 25 17:52:56 PST 2011 Test Run 11 of 50
+
+Fri Feb 25 17:52:56 PST 2011 Fri Feb 25 17:52:56 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 17:52:56 PST 2011 sfsnfs3 -N 1 -l 1100 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 17:53:11 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 17:53:12 2011 Received.
+Fri Feb 25 17:53:12 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 17:53:12 2011 Completed.
+Fri Feb 25 17:53:12 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 18:01:34 2011 Received.
+Fri Feb 25 18:01:34 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 18:01:34 2011 Completed.
+Fri Feb 25 18:01:34 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 18:06:35 2011 Received.
+Fri Feb 25 18:06:35 2011 Sending START message to 1 client(s).
+Fri Feb 25 18:06:35 2011 Completed.
+Fri Feb 25 18:11:35 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 18:11:35 2011 Completed.
+Fri Feb 25 18:11:35 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 18:11:46 2011 Received.
+Fri Feb 25 18:11:46 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 18:11:46 2011 Completed.
+Fri Feb 25 18:11:46 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 18:11:47 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1100 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1100
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 252804 Files created for I/O operations
+ 75840 Files accessed for I/O operations
+ 5060 Files for non-I/O operations
+ 24 Symlinks
+ 8424 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 18:11:47 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 15540 15540 0 0.18 2.44 0.02 0.2%
+setattr 4.0% 4.0% 2380 2380 0 129.73 288.18 0.68 24.7%
+lookup 24.0% 24.2% 14488 14488 0 0.48 15.85 0.06 0.6%
+readlink 1.0% 1.0% 590 590 0 0.15 0.04 0.02 0.0%
+read 18.0% 18.0% 10761 13183 0 30.22 38.35 0.12 26.0%
+write 10.0% 9.8% 5869 7048 0 17.32 53.90 0.19 8.1%
+create 1.0% 1.0% 591 591 0 260.28 413.18 1.64 12.3%
+remove 1.0% 1.0% 602 602 0 154.22 358.88 1.51 7.4%
+readdir 1.0% 1.0% 581 581 0 2.06 29.97 0.45 0.1%
+fsstat 1.0% 1.0% 615 615 0 0.36 1.71 0.10 0.0%
+access 11.0% 11.0% 6595 6595 0 0.41 3.94 0.05 0.2%
+commit 0.0% 0.0% 0 2047 0 0.00 0.00 0.00 20.2%
+readdirplus 2.0% 2.0% 1185 1185 0 2.18 13.67 0.21 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 199 Ops/Sec AVG. RESPONSE TIME: 20.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1100 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 59797 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 65445
+PHYSICAL NFS IO THROUGHPUT: 218 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 131092.7 MB
+TOTAL FILE SET SIZE ACCESSED: 39329.3 - 39454.3 MB (100.00% to 100.32% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 18:11:48 PST 2011
+************************************************************************
+Fri Feb 25 18:11:48 PST 2011
+************************************************************************
+Fri Feb 25 18:11:48 PST 2011 Test Run 12 of 50
+
+Fri Feb 25 18:11:48 PST 2011 Fri Feb 25 18:11:48 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 18:11:48 PST 2011 sfsnfs3 -N 1 -l 1200 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 18:12:03 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 18:12:04 2011 Received.
+Fri Feb 25 18:12:04 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 18:12:04 2011 Completed.
+Fri Feb 25 18:12:04 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 18:21:32 2011 Received.
+Fri Feb 25 18:21:32 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 18:21:32 2011 Completed.
+Fri Feb 25 18:21:32 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 18:26:33 2011 Received.
+Fri Feb 25 18:26:33 2011 Sending START message to 1 client(s).
+Fri Feb 25 18:26:33 2011 Completed.
+Fri Feb 25 18:31:33 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 18:31:33 2011 Completed.
+Fri Feb 25 18:31:33 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 18:31:44 2011 Received.
+Fri Feb 25 18:31:44 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 18:31:44 2011 Completed.
+Fri Feb 25 18:31:44 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 18:31:45 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1200 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 276504 Files created for I/O operations
+ 82948 Files accessed for I/O operations
+ 5532 Files for non-I/O operations
+ 24 Symlinks
+ 9216 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 18:31:45 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 14727 14727 0 0.15 0.05 0.00 0.2%
+setattr 4.0% 4.1% 2351 2351 0 144.58 317.48 0.72 27.3%
+lookup 24.0% 23.8% 13497 13497 0 0.42 7.24 0.05 0.5%
+readlink 1.0% 1.0% 552 552 0 0.15 0.04 0.02 0.0%
+read 18.0% 18.1% 10253 12630 0 31.84 35.56 0.12 26.2%
+write 10.0% 10.0% 5658 6850 0 17.26 45.00 0.17 7.8%
+create 1.0% 1.1% 611 611 0 239.52 424.00 1.63 11.7%
+remove 1.0% 1.0% 550 550 0 126.84 283.62 1.41 5.6%
+readdir 1.0% 1.0% 570 570 0 0.89 3.00 0.14 0.0%
+fsstat 1.0% 1.0% 554 554 0 0.46 1.40 0.10 0.0%
+access 11.0% 10.9% 6192 6192 0 0.48 3.97 0.05 0.2%
+commit 0.0% 0.0% 0 1958 0 0.00 0.00 0.00 20.2%
+readdirplus 2.0% 2.0% 1146 1146 0 2.42 22.42 0.27 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 190 Ops/Sec AVG. RESPONSE TIME: 22.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1200 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 56661 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 62188
+PHYSICAL NFS IO THROUGHPUT: 207 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 143382.4 MB
+TOTAL FILE SET SIZE ACCESSED: 43015.1 - 43136.2 MB (100.00% to 100.28% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 18:31:46 PST 2011
+************************************************************************
+Fri Feb 25 18:31:46 PST 2011
+************************************************************************
+Fri Feb 25 18:31:46 PST 2011 Test Run 13 of 50
+
+Fri Feb 25 18:31:46 PST 2011 Fri Feb 25 18:31:46 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 18:31:46 PST 2011 sfsnfs3 -N 1 -l 1300 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 18:32:01 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 18:32:02 2011 Received.
+Fri Feb 25 18:32:02 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 18:32:02 2011 Completed.
+Fri Feb 25 18:32:02 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 18:41:09 2011 Received.
+Fri Feb 25 18:41:09 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 18:41:09 2011 Completed.
+Fri Feb 25 18:41:09 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 18:46:10 2011 Received.
+Fri Feb 25 18:46:10 2011 Sending START message to 1 client(s).
+Fri Feb 25 18:46:10 2011 Completed.
+Fri Feb 25 18:51:10 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 18:51:10 2011 Completed.
+Fri Feb 25 18:51:10 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 18:51:21 2011 Received.
+Fri Feb 25 18:51:21 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 18:51:21 2011 Completed.
+Fri Feb 25 18:51:21 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 18:51:22 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1300 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1300
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 300204 Files created for I/O operations
+ 90060 Files accessed for I/O operations
+ 6008 Files for non-I/O operations
+ 24 Symlinks
+ 10004 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 18:51:22 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 14982 14982 0 0.18 2.40 0.02 0.2%
+setattr 4.0% 4.1% 2405 2405 0 133.90 287.21 0.68 25.8%
+lookup 24.0% 24.0% 13895 13895 0 0.44 2.88 0.03 0.5%
+readlink 1.0% 1.0% 570 570 0 0.15 0.04 0.02 0.0%
+read 18.0% 18.0% 10452 12935 0 32.04 36.84 0.12 26.9%
+write 10.0% 9.9% 5742 7016 0 17.13 48.30 0.18 7.9%
+create 1.0% 1.0% 571 571 0 258.47 422.20 1.69 11.8%
+remove 1.0% 0.9% 550 550 0 158.39 360.76 1.59 7.0%
+readdir 1.0% 1.0% 564 564 0 1.35 9.72 0.26 0.1%
+fsstat 1.0% 1.0% 581 581 0 0.89 8.62 0.24 0.0%
+access 11.0% 11.3% 6539 6539 0 0.56 3.12 0.04 0.3%
+commit 0.0% 0.0% 0 1985 0 0.00 0.00 0.00 19.2%
+readdirplus 2.0% 2.0% 1160 1160 0 3.33 46.14 0.39 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 194 Ops/Sec AVG. RESPONSE TIME: 21.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1300 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 58011 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 63753
+PHYSICAL NFS IO THROUGHPUT: 213 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 155672.2 MB
+TOTAL FILE SET SIZE ACCESSED: 46703.1 - 46822.8 MB (100.00% to 100.26% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 18:51:23 PST 2011
+************************************************************************
+Fri Feb 25 18:51:23 PST 2011
+************************************************************************
+Fri Feb 25 18:51:23 PST 2011 Test Run 14 of 50
+
+Fri Feb 25 18:51:23 PST 2011 Fri Feb 25 18:51:23 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 18:51:23 PST 2011 sfsnfs3 -N 1 -l 1400 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 18:51:38 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 18:51:40 2011 Received.
+Fri Feb 25 18:51:40 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 18:51:40 2011 Completed.
+Fri Feb 25 18:51:40 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 19:01:48 2011 Received.
+Fri Feb 25 19:01:48 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 19:01:48 2011 Completed.
+Fri Feb 25 19:01:48 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 19:06:49 2011 Received.
+Fri Feb 25 19:06:49 2011 Sending START message to 1 client(s).
+Fri Feb 25 19:06:49 2011 Completed.
+Fri Feb 25 19:11:49 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 19:11:49 2011 Completed.
+Fri Feb 25 19:11:49 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 19:12:00 2011 Received.
+Fri Feb 25 19:12:00 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 19:12:00 2011 Completed.
+Fri Feb 25 19:12:00 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 19:12:01 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1400 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1400
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 323904 Files created for I/O operations
+ 97168 Files accessed for I/O operations
+ 6480 Files for non-I/O operations
+ 24 Symlinks
+ 10796 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 19:12:01 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 15190 15190 0 0.16 0.60 0.01 0.2%
+setattr 4.0% 3.8% 2225 2225 0 134.56 286.85 0.70 23.9%
+lookup 24.0% 24.2% 14063 14063 0 0.59 9.90 0.05 0.7%
+readlink 1.0% 1.0% 568 568 0 0.22 1.80 0.11 0.0%
+read 18.0% 18.1% 10524 12953 0 33.67 39.63 0.12 28.3%
+write 10.0% 9.9% 5779 6950 0 18.22 52.39 0.19 8.4%
+create 1.0% 0.9% 538 538 0 272.63 437.72 1.77 11.7%
+remove 1.0% 1.0% 567 567 0 140.26 277.01 1.37 6.4%
+readdir 1.0% 1.0% 585 585 0 1.58 19.46 0.36 0.1%
+fsstat 1.0% 1.0% 574 574 0 0.71 2.38 0.13 0.0%
+access 11.0% 11.0% 6403 6403 0 0.72 8.21 0.07 0.4%
+commit 0.0% 0.0% 0 1989 0 0.00 0.00 0.00 19.6%
+readdirplus 2.0% 2.0% 1174 1174 0 3.69 42.06 0.37 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 195 Ops/Sec AVG. RESPONSE TIME: 21.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1400 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 58190 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 63779
+PHYSICAL NFS IO THROUGHPUT: 213 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 167961.9 MB
+TOTAL FILE SET SIZE ACCESSED: 50389.0 - 50506.6 MB (100.00% to 100.23% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 19:12:02 PST 2011
+************************************************************************
+Fri Feb 25 19:12:02 PST 2011
+************************************************************************
+Fri Feb 25 19:12:02 PST 2011 Test Run 15 of 50
+
+Fri Feb 25 19:12:02 PST 2011 Fri Feb 25 19:12:02 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 19:12:02 PST 2011 sfsnfs3 -N 1 -l 1500 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 19:12:17 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 19:12:18 2011 Received.
+Fri Feb 25 19:12:18 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 19:12:18 2011 Completed.
+Fri Feb 25 19:12:18 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 19:22:46 2011 Received.
+Fri Feb 25 19:22:46 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 19:22:46 2011 Completed.
+Fri Feb 25 19:22:46 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 19:27:47 2011 Received.
+Fri Feb 25 19:27:47 2011 Sending START message to 1 client(s).
+Fri Feb 25 19:27:47 2011 Completed.
+Fri Feb 25 19:32:47 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 19:32:47 2011 Completed.
+Fri Feb 25 19:32:47 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 19:32:58 2011 Received.
+Fri Feb 25 19:32:58 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 19:32:58 2011 Completed.
+Fri Feb 25 19:32:58 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 19:32:59 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1500 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1500
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 345628 Files created for I/O operations
+ 103688 Files accessed for I/O operations
+ 6916 Files for non-I/O operations
+ 24 Symlinks
+ 11520 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 19:32:59 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 14444 14444 0 0.15 0.07 0.00 0.2%
+setattr 4.0% 4.1% 2269 2269 0 143.04 311.05 0.73 26.0%
+lookup 24.0% 24.4% 13571 13571 0 0.56 2.28 0.03 0.6%
+readlink 1.0% 1.0% 545 545 0 0.19 0.78 0.07 0.0%
+read 18.0% 17.9% 9951 12326 0 34.81 36.00 0.12 27.8%
+write 10.0% 10.0% 5578 6753 0 17.89 48.12 0.18 8.0%
+create 1.0% 1.0% 578 578 0 224.14 346.58 1.52 10.4%
+remove 1.0% 1.0% 551 551 0 146.00 309.29 1.47 6.5%
+readdir 1.0% 1.0% 535 535 0 0.88 3.01 0.15 0.0%
+fsstat 1.0% 0.9% 522 522 0 0.84 2.17 0.13 0.0%
+access 11.0% 10.9% 6073 6073 0 0.88 9.60 0.08 0.4%
+commit 0.0% 0.0% 0 1928 0 0.00 0.00 0.00 19.7%
+readdirplus 2.0% 2.0% 1097 1097 0 3.36 42.65 0.39 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 186 Ops/Sec AVG. RESPONSE TIME: 22.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1500 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 55714 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 61192
+PHYSICAL NFS IO THROUGHPUT: 204 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 179227.0 MB
+TOTAL FILE SET SIZE ACCESSED: 53770.0 - 53890.2 MB (100.00% to 100.22% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 19:33:00 PST 2011
+************************************************************************
+Fri Feb 25 19:33:00 PST 2011
+************************************************************************
+Fri Feb 25 19:33:00 PST 2011 Test Run 16 of 50
+
+Fri Feb 25 19:33:00 PST 2011 Fri Feb 25 19:33:00 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 19:33:00 PST 2011 sfsnfs3 -N 1 -l 1600 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 19:33:15 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 19:33:16 2011 Received.
+Fri Feb 25 19:33:16 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 19:33:16 2011 Completed.
+Fri Feb 25 19:33:16 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 19:44:00 2011 Received.
+Fri Feb 25 19:44:00 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 19:44:00 2011 Completed.
+Fri Feb 25 19:44:00 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 19:49:01 2011 Received.
+Fri Feb 25 19:49:01 2011 Sending START message to 1 client(s).
+Fri Feb 25 19:49:01 2011 Completed.
+Fri Feb 25 19:54:01 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 19:54:01 2011 Completed.
+Fri Feb 25 19:54:01 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 19:54:12 2011 Received.
+Fri Feb 25 19:54:12 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 19:54:12 2011 Completed.
+Fri Feb 25 19:54:12 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 19:54:13 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1600 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1600
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 369328 Files created for I/O operations
+ 110796 Files accessed for I/O operations
+ 7388 Files for non-I/O operations
+ 24 Symlinks
+ 12308 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 19:54:13 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 14125 14125 0 0.15 0.06 0.00 0.2%
+setattr 4.0% 4.0% 2155 2155 0 158.78 352.06 0.79 27.4%
+lookup 24.0% 24.0% 12982 12982 0 0.67 12.56 0.06 0.7%
+readlink 1.0% 1.0% 553 553 0 0.15 0.10 0.03 0.0%
+read 18.0% 18.0% 9747 11956 0 34.46 32.63 0.11 26.9%
+write 10.0% 9.7% 5268 6272 0 16.55 41.62 0.17 7.0%
+create 1.0% 1.0% 523 523 0 265.74 443.90 1.81 11.1%
+remove 1.0% 1.0% 525 525 0 163.69 385.72 1.68 6.9%
+readdir 1.0% 1.0% 540 540 0 2.57 24.49 0.42 0.1%
+fsstat 1.0% 1.0% 549 549 0 0.75 1.97 0.12 0.0%
+access 11.0% 11.1% 5990 5990 0 0.77 2.02 0.04 0.4%
+commit 0.0% 0.0% 0 1813 0 0.00 0.00 0.00 19.1%
+readdirplus 2.0% 2.0% 1080 1080 0 1.41 4.29 0.12 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 181 Ops/Sec AVG. RESPONSE TIME: 23.1 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1600 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 54037 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 59063
+PHYSICAL NFS IO THROUGHPUT: 197 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 191516.8 MB
+TOTAL FILE SET SIZE ACCESSED: 57455.9 - 57565.7 MB (100.00% to 100.19% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 19:54:14 PST 2011
+************************************************************************
+Fri Feb 25 19:54:14 PST 2011
+************************************************************************
+Fri Feb 25 19:54:14 PST 2011 Test Run 17 of 50
+
+Fri Feb 25 19:54:14 PST 2011 Fri Feb 25 19:54:14 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 19:54:14 PST 2011 sfsnfs3 -N 1 -l 1700 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 19:54:29 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 19:54:30 2011 Received.
+Fri Feb 25 19:54:30 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 19:54:30 2011 Completed.
+Fri Feb 25 19:54:30 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 20:04:56 2011 Received.
+Fri Feb 25 20:04:56 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 20:04:56 2011 Completed.
+Fri Feb 25 20:04:56 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 20:09:57 2011 Received.
+Fri Feb 25 20:09:57 2011 Sending START message to 1 client(s).
+Fri Feb 25 20:09:57 2011 Completed.
+Fri Feb 25 20:14:57 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 20:14:57 2011 Completed.
+Fri Feb 25 20:14:57 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 20:15:08 2011 Received.
+Fri Feb 25 20:15:08 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 20:15:08 2011 Completed.
+Fri Feb 25 20:15:08 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 20:15:09 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1700 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1700
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 393028 Files created for I/O operations
+ 117908 Files accessed for I/O operations
+ 7864 Files for non-I/O operations
+ 24 Symlinks
+ 13100 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 20:15:09 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.6% 13052 13052 0 0.15 0.06 0.00 0.2%
+setattr 4.0% 4.0% 2025 2025 0 156.22 352.03 0.82 25.3%
+lookup 24.0% 24.1% 12312 12312 0 0.82 8.14 0.05 0.8%
+readlink 1.0% 1.0% 532 532 0 0.15 0.09 0.03 0.0%
+read 18.0% 18.3% 9329 11491 0 37.21 32.94 0.12 27.7%
+write 10.0% 9.9% 5046 6177 0 18.53 46.77 0.19 7.5%
+create 1.0% 1.1% 553 553 0 277.45 433.93 1.74 12.3%
+remove 1.0% 1.0% 535 535 0 138.27 285.90 1.43 5.9%
+readdir 1.0% 1.0% 516 516 0 2.42 34.79 0.51 0.1%
+fsstat 1.0% 1.1% 545 545 0 0.90 2.81 0.14 0.0%
+access 11.0% 11.0% 5589 5589 0 1.08 3.18 0.05 0.5%
+commit 0.0% 0.0% 0 1732 0 0.00 0.00 0.00 19.6%
+readdirplus 2.0% 1.9% 988 988 0 1.70 14.28 0.24 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 171 Ops/Sec AVG. RESPONSE TIME: 24.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1700 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 51022 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 56047
+PHYSICAL NFS IO THROUGHPUT: 187 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 203806.5 MB
+TOTAL FILE SET SIZE ACCESSED: 61143.8 - 61260.4 MB (100.00% to 100.19% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 20:15:10 PST 2011
+************************************************************************
+Fri Feb 25 20:15:10 PST 2011
+************************************************************************
+Fri Feb 25 20:15:10 PST 2011 Test Run 18 of 50
+
+Fri Feb 25 20:15:10 PST 2011 Fri Feb 25 20:15:10 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 20:15:10 PST 2011 sfsnfs3 -N 1 -l 1800 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 20:15:25 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 20:15:27 2011 Received.
+Fri Feb 25 20:15:27 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 20:15:27 2011 Completed.
+Fri Feb 25 20:15:27 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 20:24:05 2011 Received.
+Fri Feb 25 20:24:05 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 20:24:05 2011 Completed.
+Fri Feb 25 20:24:05 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 20:29:06 2011 Received.
+Fri Feb 25 20:29:06 2011 Sending START message to 1 client(s).
+Fri Feb 25 20:29:06 2011 Completed.
+Fri Feb 25 20:34:06 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 20:34:06 2011 Completed.
+Fri Feb 25 20:34:06 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 20:34:17 2011 Received.
+Fri Feb 25 20:34:17 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 20:34:17 2011 Completed.
+Fri Feb 25 20:34:17 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 20:34:18 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1800 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1800
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 414752 Files created for I/O operations
+ 124424 Files accessed for I/O operations
+ 8296 Files for non-I/O operations
+ 24 Symlinks
+ 13824 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 20:34:18 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 13555 13555 0 0.15 0.48 0.01 0.2%
+setattr 4.0% 4.0% 2095 2095 0 141.99 302.04 0.74 23.8%
+lookup 24.0% 23.8% 12516 12516 0 0.99 12.47 0.06 1.0%
+readlink 1.0% 1.0% 539 539 0 0.20 1.16 0.09 0.0%
+read 18.0% 18.1% 9489 11646 0 37.93 36.07 0.12 28.8%
+write 10.0% 10.2% 5371 6605 0 17.72 43.40 0.18 7.6%
+create 1.0% 1.0% 536 536 0 270.96 453.16 1.80 11.6%
+remove 1.0% 1.0% 545 545 0 151.23 337.03 1.54 6.6%
+readdir 1.0% 1.0% 525 525 0 0.90 2.77 0.14 0.0%
+fsstat 1.0% 1.0% 529 529 0 1.33 4.28 0.18 0.1%
+access 11.0% 11.0% 5787 5787 0 1.21 5.00 0.06 0.6%
+commit 0.0% 0.0% 0 1839 0 0.00 0.00 0.00 19.6%
+readdirplus 2.0% 2.0% 1026 1026 0 2.22 26.75 0.32 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 176 Ops/Sec AVG. RESPONSE TIME: 23.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1800 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 52513 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 57743
+PHYSICAL NFS IO THROUGHPUT: 193 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 215071.6 MB
+TOTAL FILE SET SIZE ACCESSED: 64522.7 - 64640.5 MB (100.00% to 100.18% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 20:34:19 PST 2011
+************************************************************************
+Fri Feb 25 20:34:19 PST 2011
+************************************************************************
+Fri Feb 25 20:34:19 PST 2011 Test Run 19 of 50
+
+Fri Feb 25 20:34:19 PST 2011 Fri Feb 25 20:34:19 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 20:34:19 PST 2011 sfsnfs3 -N 1 -l 1900 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 20:34:34 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 20:34:35 2011 Received.
+Fri Feb 25 20:34:35 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 20:34:35 2011 Completed.
+Fri Feb 25 20:34:35 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 20:44:12 2011 Received.
+Fri Feb 25 20:44:12 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 20:44:12 2011 Completed.
+Fri Feb 25 20:44:12 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 20:49:13 2011 Received.
+Fri Feb 25 20:49:13 2011 Sending START message to 1 client(s).
+Fri Feb 25 20:49:13 2011 Completed.
+Fri Feb 25 20:54:13 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 20:54:13 2011 Completed.
+Fri Feb 25 20:54:13 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 20:54:24 2011 Received.
+Fri Feb 25 20:54:24 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 20:54:24 2011 Completed.
+Fri Feb 25 20:54:24 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 20:54:25 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1900 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1900
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 438452 Files created for I/O operations
+ 131532 Files accessed for I/O operations
+ 8772 Files for non-I/O operations
+ 24 Symlinks
+ 14612 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 20:54:25 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 13480 13480 0 0.15 0.43 0.01 0.2%
+setattr 4.0% 4.0% 2108 2108 0 145.69 324.49 0.77 24.6%
+lookup 24.0% 24.1% 12544 12544 0 0.96 2.67 0.03 1.0%
+readlink 1.0% 1.0% 523 523 0 0.15 0.03 0.02 0.0%
+read 18.0% 18.3% 9554 11590 0 38.64 34.46 0.12 29.6%
+write 10.0% 9.9% 5132 6227 0 18.50 54.76 0.20 7.6%
+create 1.0% 0.9% 480 480 0 244.49 379.50 1.74 9.4%
+remove 1.0% 0.9% 466 466 0 167.69 373.55 1.75 6.3%
+readdir 1.0% 1.0% 519 519 0 0.66 2.12 0.13 0.0%
+fsstat 1.0% 1.0% 509 509 0 1.52 2.92 0.15 0.1%
+access 11.0% 10.9% 5675 5675 0 1.34 2.61 0.04 0.6%
+commit 0.0% 0.0% 0 1764 0 0.00 0.00 0.00 20.6%
+readdirplus 2.0% 2.1% 1087 1087 0 1.26 4.67 0.13 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 175 Ops/Sec AVG. RESPONSE TIME: 24.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1900 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 52077 TEST TIME: 298 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 56972
+PHYSICAL NFS IO THROUGHPUT: 191 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 227361.3 MB
+TOTAL FILE SET SIZE ACCESSED: 68208.6 - 68317.8 MB (100.00% to 100.16% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 20:54:26 PST 2011
+************************************************************************
+Fri Feb 25 20:54:26 PST 2011
+************************************************************************
+Fri Feb 25 20:54:26 PST 2011 Test Run 20 of 50
+
+Fri Feb 25 20:54:26 PST 2011 Fri Feb 25 20:54:26 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 20:54:26 PST 2011 sfsnfs3 -N 1 -l 2000 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 20:54:41 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 20:54:42 2011 Received.
+Fri Feb 25 20:54:42 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 20:54:42 2011 Completed.
+Fri Feb 25 20:54:42 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 21:03:53 2011 Received.
+Fri Feb 25 21:03:53 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 21:03:53 2011 Completed.
+Fri Feb 25 21:03:53 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 21:08:54 2011 Received.
+Fri Feb 25 21:08:54 2011 Sending START message to 1 client(s).
+Fri Feb 25 21:08:54 2011 Completed.
+Fri Feb 25 21:13:54 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 21:13:54 2011 Completed.
+Fri Feb 25 21:13:54 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 21:14:05 2011 Received.
+Fri Feb 25 21:14:05 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 21:14:05 2011 Completed.
+Fri Feb 25 21:14:05 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 21:14:06 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 2000 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 2000
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 462152 Files created for I/O operations
+ 138644 Files accessed for I/O operations
+ 9244 Files for non-I/O operations
+ 24 Symlinks
+ 15404 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 21:14:06 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 13129 13129 0 0.16 0.83 0.02 0.2%
+setattr 4.0% 3.9% 2005 2005 0 147.13 327.33 0.79 23.6%
+lookup 24.0% 24.0% 12220 12220 0 1.47 5.49 0.04 1.4%
+readlink 1.0% 1.0% 499 499 0 0.15 0.03 0.01 0.0%
+read 18.0% 18.0% 9126 11106 0 39.39 33.03 0.12 28.7%
+write 10.0% 9.9% 5040 6169 0 19.84 55.31 0.21 8.0%
+create 1.0% 1.0% 522 522 0 263.24 434.35 1.79 11.0%
+remove 1.0% 1.0% 504 504 0 146.28 306.98 1.53 5.9%
+readdir 1.0% 1.1% 546 546 0 1.99 17.47 0.35 0.1%
+fsstat 1.0% 0.9% 482 482 0 2.08 3.01 0.15 0.1%
+access 11.0% 11.2% 5708 5708 0 2.34 14.30 0.10 1.1%
+commit 0.0% 0.0% 0 1729 0 0.00 0.00 0.00 19.8%
+readdirplus 2.0% 2.1% 1057 1057 0 1.86 17.58 0.25 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 170 Ops/Sec AVG. RESPONSE TIME: 24.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 2000 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 50838 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 55676
+PHYSICAL NFS IO THROUGHPUT: 186 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 239651.1 MB
+TOTAL FILE SET SIZE ACCESSED: 71896.6 - 72012.3 MB (100.00% to 100.16% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 21:14:07 PST 2011
+************************************************************************
+Fri Feb 25 21:14:07 PST 2011
+************************************************************************
+Fri Feb 25 21:14:07 PST 2011 Test Run 21 of 50
+
+Fri Feb 25 21:14:07 PST 2011 Fri Feb 25 21:14:07 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 21:14:07 PST 2011 sfsnfs3 -N 1 -l 2100 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 21:14:22 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 21:14:24 2011 Received.
+Fri Feb 25 21:14:24 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 21:14:24 2011 Completed.
+Fri Feb 25 21:14:24 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 21:25:19 2011 Received.
+Fri Feb 25 21:25:19 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 21:25:19 2011 Completed.
+Fri Feb 25 21:25:19 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 21:30:20 2011 Received.
+Fri Feb 25 21:30:20 2011 Sending START message to 1 client(s).
+Fri Feb 25 21:30:20 2011 Completed.
+Fri Feb 25 21:35:20 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 21:35:20 2011 Completed.
+Fri Feb 25 21:35:20 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 21:35:31 2011 Received.
+Fri Feb 25 21:35:31 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 21:35:31 2011 Completed.
+Fri Feb 25 21:35:31 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 21:35:32 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 2100 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 2100
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 485852 Files created for I/O operations
+ 145752 Files accessed for I/O operations
+ 9720 Files for non-I/O operations
+ 24 Symlinks
+ 16192 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 21:35:32 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 12366 12366 0 0.35 2.90 0.03 0.3%
+setattr 4.0% 3.9% 1857 1857 0 155.44 330.02 0.83 23.1%
+lookup 24.0% 23.8% 11343 11343 0 1.56 7.30 0.05 1.4%
+readlink 1.0% 1.0% 469 469 0 0.15 0.03 0.01 0.0%
+read 18.0% 18.2% 8668 10651 0 41.45 35.30 0.13 28.7%
+write 10.0% 10.2% 4846 5919 0 19.90 47.67 0.19 7.7%
+create 1.0% 1.0% 475 475 0 303.45 505.88 2.02 11.5%
+remove 1.0% 1.0% 473 473 0 150.63 323.87 1.62 5.7%
+readdir 1.0% 1.0% 483 483 0 1.15 4.57 0.19 0.0%
+fsstat 1.0% 1.0% 471 471 0 1.91 4.89 0.20 0.1%
+access 11.0% 11.1% 5272 5272 0 1.88 4.40 0.06 0.8%
+commit 0.0% 0.0% 0 1660 0 0.00 0.00 0.00 20.4%
+readdirplus 2.0% 1.9% 913 913 0 2.44 38.89 0.40 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 159 Ops/Sec AVG. RESPONSE TIME: 26.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 2100 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 47636 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 52352
+PHYSICAL NFS IO THROUGHPUT: 175 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 251940.8 MB
+TOTAL FILE SET SIZE ACCESSED: 75582.5 - 75689.0 MB (100.00% to 100.14% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 21:35:33 PST 2011
+************************************************************************
+Fri Feb 25 21:35:33 PST 2011
+************************************************************************
+Fri Feb 25 21:35:33 PST 2011 Test Run 22 of 50
+
+Fri Feb 25 21:35:33 PST 2011 Fri Feb 25 21:35:33 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 21:35:33 PST 2011 sfsnfs3 -N 1 -l 2200 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 21:35:48 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 21:35:49 2011 Received.
+Fri Feb 25 21:35:49 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 21:35:49 2011 Completed.
+Fri Feb 25 21:35:49 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 21:49:36 2011 Received.
+Fri Feb 25 21:49:36 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 21:49:36 2011 Completed.
+Fri Feb 25 21:49:36 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 21:54:37 2011 Received.
+Fri Feb 25 21:54:37 2011 Sending START message to 1 client(s).
+Fri Feb 25 21:54:37 2011 Completed.
+Fri Feb 25 21:59:37 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 21:59:37 2011 Completed.
+Fri Feb 25 21:59:37 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 21:59:48 2011 Received.
+Fri Feb 25 21:59:48 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 21:59:48 2011 Completed.
+Fri Feb 25 21:59:48 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 21:59:49 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 2200 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 2200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 507576 Files created for I/O operations
+ 152272 Files accessed for I/O operations
+ 10152 Files for non-I/O operations
+ 24 Symlinks
+ 16916 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 21:59:49 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 13038 13038 0 0.18 1.16 0.02 0.2%
+setattr 4.0% 4.1% 2051 2051 0 146.40 319.87 0.77 24.0%
+lookup 24.0% 24.3% 12320 12320 0 1.63 12.20 0.06 1.6%
+readlink 1.0% 1.0% 487 487 0 0.15 0.15 0.03 0.0%
+read 18.0% 18.0% 9105 11272 0 39.97 38.06 0.13 29.1%
+write 10.0% 10.0% 5063 6156 0 19.52 51.55 0.20 7.9%
+create 1.0% 1.0% 519 519 0 263.57 423.32 1.77 10.9%
+remove 1.0% 1.0% 507 507 0 150.41 323.36 1.56 6.1%
+readdir 1.0% 1.0% 528 528 0 0.89 3.37 0.16 0.0%
+fsstat 1.0% 1.1% 535 535 0 2.34 6.52 0.22 0.1%
+access 11.0% 10.7% 5428 5428 0 2.42 16.40 0.11 1.1%
+commit 0.0% 0.0% 0 1738 0 0.00 0.00 0.00 18.9%
+readdirplus 2.0% 2.0% 1018 1018 0 1.12 3.49 0.11 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 169 Ops/Sec AVG. RESPONSE TIME: 24.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 2200 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 50599 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 55597
+PHYSICAL NFS IO THROUGHPUT: 185 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 263205.9 MB
+TOTAL FILE SET SIZE ACCESSED: 78963.4 - 79073.1 MB (100.00% to 100.14% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 21:59:50 PST 2011
+************************************************************************
+Fri Feb 25 21:59:50 PST 2011
+************************************************************************
+Fri Feb 25 21:59:50 PST 2011 Test Run 23 of 50
+
+Fri Feb 25 21:59:50 PST 2011 Fri Feb 25 21:59:50 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 21:59:50 PST 2011 sfsnfs3 -N 1 -l 2300 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 22:00:05 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 22:00:06 2011 Received.
+Fri Feb 25 22:00:06 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 22:00:06 2011 Completed.
+Fri Feb 25 22:00:06 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 22:11:04 2011 Received.
+Fri Feb 25 22:11:04 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 22:11:04 2011 Completed.
+Fri Feb 25 22:11:04 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 22:16:05 2011 Received.
+Fri Feb 25 22:16:05 2011 Sending START message to 1 client(s).
+Fri Feb 25 22:16:05 2011 Completed.
+Fri Feb 25 22:21:05 2011 Sending STOP message to 1 client(s).
+Fri Feb 25 22:21:05 2011 Completed.
+Fri Feb 25 22:21:05 2011 Waiting on DONE-TEST message from 1 client(s).
+Fri Feb 25 22:21:16 2011 Received.
+Fri Feb 25 22:21:16 2011 Sending MOVE-DATA message to 1 client(s).
+Fri Feb 25 22:21:16 2011 Completed.
+Fri Feb 25 22:21:16 2011 Waiting on SEND-DATA message from 1 client(s).
+Fri Feb 25 22:21:17 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 2300 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 2300
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 531276 Files created for I/O operations
+ 159380 Files accessed for I/O operations
+ 10628 Files for non-I/O operations
+ 24 Symlinks
+ 17708 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 22:21:17 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 12788 12788 0 0.20 2.80 0.03 0.2%
+setattr 4.0% 4.2% 2050 2050 0 151.04 335.88 0.79 24.8%
+lookup 24.0% 23.9% 11793 11793 0 1.68 9.80 0.06 1.6%
+readlink 1.0% 1.0% 486 486 0 0.15 0.03 0.02 0.0%
+read 18.0% 17.9% 8829 10953 0 41.94 39.10 0.13 29.6%
+write 10.0% 9.9% 4892 5890 0 19.43 44.77 0.19 7.6%
+create 1.0% 1.0% 496 496 0 252.71 375.55 1.71 10.0%
+remove 1.0% 0.9% 466 466 0 152.16 322.69 1.63 5.7%
+readdir 1.0% 1.1% 537 537 0 1.20 6.99 0.22 0.1%
+fsstat 1.0% 1.0% 482 482 0 2.50 5.30 0.21 0.1%
+access 11.0% 11.1% 5486 5486 0 2.52 12.50 0.09 1.1%
+commit 0.0% 0.0% 0 1669 0 0.00 0.00 0.00 18.8%
+readdirplus 2.0% 1.9% 952 952 0 5.38 55.05 0.47 0.4%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 165 Ops/Sec AVG. RESPONSE TIME: 25.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 2300 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 49257 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 54048
+PHYSICAL NFS IO THROUGHPUT: 180 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 275495.7 MB
+TOTAL FILE SET SIZE ACCESSED: 82649.3 - 82754.8 MB (100.00% to 100.13% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 22:21:18 PST 2011
+************************************************************************
+Fri Feb 25 22:21:18 PST 2011
+************************************************************************
+Fri Feb 25 22:21:18 PST 2011 Test Run 24 of 50
+
+Fri Feb 25 22:21:18 PST 2011 Fri Feb 25 22:21:18 PST 2011 c09-44.sysnet.ucsd.edu start:
+Fri Feb 25 22:21:18 PST 2011 sfsnfs3 -N 1 -l 2400 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Fri Feb 25 22:21:34 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Fri Feb 25 22:21:35 2011 Received.
+Fri Feb 25 22:21:35 2011 Sending DO-INIT message to 1 client(s).
+Fri Feb 25 22:21:35 2011 Completed.
+Fri Feb 25 22:21:35 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Fri Feb 25 22:32:07 2011 Received.
+Fri Feb 25 22:32:07 2011 Sending DO-WARMUP message to 1 client(s).
+Fri Feb 25 22:32:07 2011 Completed.
+Fri Feb 25 22:32:07 2011 Waiting on READY message from 1 client(s).
+Fri Feb 25 22:37:08 2011 Received.
+Fri Feb 25 22:37:08 2011 Sending START message to 1 client(s).
+Fri Feb 25 22:37:08 2011 Completed.
--- /dev/null
+Sat Feb 26 13:21:37 PST 2011 Configuration parameters passed validation
+
+Sat Feb 26 13:21:37 PST 2011 ========================================================================
+SFS Benchmark Prime Client Logfile.
+ Creation Date: Sat Feb 26 13:21:37 PST 2011
+ Prime Client hostname: c09-44.sysnet.ucsd.edu
+Sat Feb 26 13:21:42 PST 2011 Number of Clients: 1
+ Client hostname(s): c09-44.sysnet.ucsd.edu
+
+Sat Feb 26 13:21:42 PST 2011 SfsManager: Started sfs_syncd on c09-44.sysnet.ucsd.edu
+Sat Feb 26 13:21:52 PST 2011
+************************************************************************
+Sat Feb 26 13:21:52 PST 2011 Test Run 1 of 20
+
+Sat Feb 26 13:21:52 PST 2011 Sat Feb 26 13:21:52 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 13:21:52 PST 2011 sfsnfs3 -N 1 -l 40 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 13:22:07 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 13:22:08 2011 Received.
+Sat Feb 26 13:22:08 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 13:22:08 2011 Completed.
+Sat Feb 26 13:22:08 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 13:27:46 2011 Received.
+Sat Feb 26 13:27:46 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 13:27:46 2011 Completed.
+Sat Feb 26 13:27:46 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 13:32:47 2011 Received.
+Sat Feb 26 13:32:47 2011 Sending START message to 1 client(s).
+Sat Feb 26 13:32:47 2011 Completed.
+Sat Feb 26 13:37:47 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 13:37:47 2011 Completed.
+Sat Feb 26 13:37:47 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 13:37:58 2011 Received.
+Sat Feb 26 13:37:58 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 13:37:58 2011 Completed.
+Sat Feb 26 13:37:58 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 13:37:59 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 40 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 40
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 7904 Files created for I/O operations
+ 2368 Files accessed for I/O operations
+ 160 Files for non-I/O operations
+ 24 Symlinks
+ 260 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 13:37:59 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 3143 3143 0 0.18 0.04 0.01 3.0%
+setattr 4.0% 3.9% 463 463 0 4.73 69.30 0.76 12.1%
+lookup 24.0% 23.2% 2784 2784 0 0.18 0.02 0.00 2.8%
+readlink 1.0% 0.9% 110 110 0 0.17 0.03 0.03 0.1%
+read 18.0% 18.2% 2182 2689 0 1.15 4.56 0.09 13.8%
+write 10.0% 9.9% 1192 1450 0 3.89 15.05 0.22 25.5%
+create 1.0% 1.3% 152 152 0 15.72 168.35 2.06 13.2%
+remove 1.0% 1.1% 137 137 0 1.49 2.56 0.27 1.1%
+readdir 1.0% 0.9% 111 111 0 0.35 0.01 0.02 0.2%
+fsstat 1.0% 1.0% 122 122 0 0.17 0.02 0.02 0.1%
+access 11.0% 11.4% 1364 1364 0 0.17 0.01 0.01 1.3%
+commit 0.0% 0.0% 0 530 0 0.00 0.00 0.00 26.0%
+readdirplus 2.0% 2.0% 240 240 0 0.58 0.02 0.02 0.8%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 40 Ops/Sec AVG. RESPONSE TIME: 1.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 40 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 12000 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 13295
+PHYSICAL NFS IO THROUGHPUT: 44 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 4098.7 MB
+TOTAL FILE SET SIZE ACCESSED: 1230.0 - 1255.3 MB (100.00% to 102.06% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 13:38:00 PST 2011
+************************************************************************
+Sat Feb 26 13:38:00 PST 2011
+************************************************************************
+Sat Feb 26 13:38:00 PST 2011 Test Run 2 of 20
+
+Sat Feb 26 13:38:00 PST 2011 Sat Feb 26 13:38:00 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 13:38:00 PST 2011 sfsnfs3 -N 1 -l 80 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 13:38:15 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 13:38:16 2011 Received.
+Sat Feb 26 13:38:16 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 13:38:16 2011 Completed.
+Sat Feb 26 13:38:16 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 13:42:54 2011 Received.
+Sat Feb 26 13:42:54 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 13:42:54 2011 Completed.
+Sat Feb 26 13:42:54 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 13:47:55 2011 Received.
+Sat Feb 26 13:47:55 2011 Sending START message to 1 client(s).
+Sat Feb 26 13:47:55 2011 Completed.
+Sat Feb 26 13:52:55 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 13:52:55 2011 Completed.
+Sat Feb 26 13:52:55 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 13:53:06 2011 Received.
+Sat Feb 26 13:53:06 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 13:53:06 2011 Completed.
+Sat Feb 26 13:53:06 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 13:53:07 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 80 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 80
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 17776 Files created for I/O operations
+ 5332 Files accessed for I/O operations
+ 356 Files for non-I/O operations
+ 24 Symlinks
+ 592 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 13:53:07 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 6225 6225 0 0.18 0.04 0.00 4.5%
+setattr 4.0% 4.1% 994 994 0 1.21 3.31 0.11 4.9%
+lookup 24.0% 24.4% 5850 5850 0 0.18 0.05 0.01 4.4%
+readlink 1.0% 1.0% 243 243 0 0.18 0.03 0.02 0.2%
+read 18.0% 18.0% 4321 5386 0 1.45 3.38 0.05 25.8%
+write 10.0% 9.7% 2323 2736 0 4.14 10.09 0.13 39.6%
+create 1.0% 0.9% 226 226 0 3.38 4.51 0.28 3.1%
+remove 1.0% 0.9% 222 222 0 2.41 3.09 0.23 2.2%
+readdir 1.0% 0.9% 224 224 0 0.36 0.02 0.02 0.3%
+fsstat 1.0% 1.0% 233 233 0 0.18 0.03 0.02 0.2%
+access 11.0% 11.1% 2655 2655 0 0.18 0.02 0.01 1.9%
+commit 0.0% 0.0% 0 1022 0 0.00 0.00 0.00 11.4%
+readdirplus 2.0% 2.1% 497 497 0 0.66 0.04 0.02 1.4%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 80 Ops/Sec AVG. RESPONSE TIME: 1.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 80 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 24013 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 26513
+PHYSICAL NFS IO THROUGHPUT: 88 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 9217.8 MB
+TOTAL FILE SET SIZE ACCESSED: 2767.0 - 2817.1 MB (100.00% to 101.81% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 13:53:08 PST 2011
+************************************************************************
+Sat Feb 26 13:53:08 PST 2011
+************************************************************************
+Sat Feb 26 13:53:08 PST 2011 Test Run 3 of 20
+
+Sat Feb 26 13:53:08 PST 2011 Sat Feb 26 13:53:08 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 13:53:08 PST 2011 sfsnfs3 -N 1 -l 120 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 13:53:23 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 13:53:24 2011 Received.
+Sat Feb 26 13:53:24 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 13:53:24 2011 Completed.
+Sat Feb 26 13:53:24 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 13:56:13 2011 Received.
+Sat Feb 26 13:56:13 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 13:56:13 2011 Completed.
+Sat Feb 26 13:56:13 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 14:01:14 2011 Received.
+Sat Feb 26 14:01:14 2011 Sending START message to 1 client(s).
+Sat Feb 26 14:01:14 2011 Completed.
+Sat Feb 26 14:06:14 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 14:06:14 2011 Completed.
+Sat Feb 26 14:06:14 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 14:06:25 2011 Received.
+Sat Feb 26 14:06:25 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 14:06:25 2011 Completed.
+Sat Feb 26 14:06:25 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 14:06:26 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 120 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 120
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 27652 Files created for I/O operations
+ 8292 Files accessed for I/O operations
+ 556 Files for non-I/O operations
+ 24 Symlinks
+ 920 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 14:06:26 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 9322 9322 0 0.18 0.03 0.00 3.1%
+setattr 4.0% 4.0% 1443 1443 0 1.87 6.77 0.13 5.1%
+lookup 24.0% 24.2% 8718 8718 0 0.18 0.05 0.00 3.0%
+readlink 1.0% 0.9% 331 331 0 0.18 0.03 0.02 0.1%
+read 18.0% 18.0% 6475 7974 0 2.07 4.64 0.05 25.6%
+write 10.0% 9.8% 3527 4200 0 6.73 12.74 0.12 45.2%
+create 1.0% 1.0% 355 355 0 3.72 6.06 0.26 2.5%
+remove 1.0% 0.9% 341 341 0 3.13 5.17 0.24 2.0%
+readdir 1.0% 1.0% 350 350 0 0.37 0.02 0.01 0.2%
+fsstat 1.0% 1.1% 382 382 0 0.18 0.03 0.02 0.1%
+access 11.0% 11.3% 4081 4081 0 0.18 0.03 0.01 1.4%
+commit 0.0% 0.0% 0 1538 0 0.00 0.00 0.00 10.6%
+readdirplus 2.0% 2.0% 704 704 0 0.67 0.04 0.02 0.9%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 120 Ops/Sec AVG. RESPONSE TIME: 1.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 120 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 36029 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 39739
+PHYSICAL NFS IO THROUGHPUT: 132 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 14339.1 MB
+TOTAL FILE SET SIZE ACCESSED: 4301.9 - 4387.0 MB (100.00% to 101.98% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:06:27 PST 2011
+************************************************************************
+Sat Feb 26 14:06:27 PST 2011
+************************************************************************
+Sat Feb 26 14:06:27 PST 2011 Test Run 4 of 20
+
+Sat Feb 26 14:06:27 PST 2011 Sat Feb 26 14:06:27 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 14:06:27 PST 2011 sfsnfs3 -N 1 -l 160 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 14:06:42 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 14:06:43 2011 Received.
+Sat Feb 26 14:06:43 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 14:06:43 2011 Completed.
+Sat Feb 26 14:06:43 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 14:09:05 2011 Received.
+Sat Feb 26 14:09:05 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 14:09:05 2011 Completed.
+Sat Feb 26 14:09:05 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 14:14:06 2011 Received.
+Sat Feb 26 14:14:06 2011 Sending START message to 1 client(s).
+Sat Feb 26 14:14:06 2011 Completed.
+Sat Feb 26 14:19:06 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 14:19:06 2011 Completed.
+Sat Feb 26 14:19:06 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 14:19:17 2011 Received.
+Sat Feb 26 14:19:17 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 14:19:17 2011 Completed.
+Sat Feb 26 14:19:17 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 14:19:18 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 160 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 160
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 35552 Files created for I/O operations
+ 10664 Files accessed for I/O operations
+ 712 Files for non-I/O operations
+ 24 Symlinks
+ 1184 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 14:19:18 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.3% 12628 12628 0 0.18 0.07 0.00 3.0%
+setattr 4.0% 3.9% 1868 1868 0 2.74 10.45 0.15 7.0%
+lookup 24.0% 24.1% 11581 11581 0 0.18 0.04 0.00 2.9%
+readlink 1.0% 1.0% 472 472 0 0.18 0.02 0.01 0.1%
+read 18.0% 18.0% 8635 10679 0 2.03 5.59 0.05 23.8%
+write 10.0% 10.0% 4823 5919 0 6.68 12.90 0.10 43.7%
+create 1.0% 0.9% 446 446 0 5.74 14.52 0.35 3.5%
+remove 1.0% 1.1% 506 506 0 3.76 11.76 0.30 2.6%
+readdir 1.0% 1.0% 479 479 0 0.37 0.03 0.02 0.2%
+fsstat 1.0% 1.0% 486 486 0 0.18 0.03 0.02 0.1%
+access 11.0% 11.0% 5274 5274 0 0.18 0.03 0.00 1.3%
+commit 0.0% 0.0% 0 2117 0 0.00 0.00 0.00 11.0%
+readdirplus 2.0% 1.8% 881 881 0 0.68 0.06 0.02 0.8%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 161 Ops/Sec AVG. RESPONSE TIME: 1.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 160 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 48079 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 53336
+PHYSICAL NFS IO THROUGHPUT: 178 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 18435.7 MB
+TOTAL FILE SET SIZE ACCESSED: 5531.9 - 5645.1 MB (100.00% to 102.05% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:19:19 PST 2011
+************************************************************************
+Sat Feb 26 14:19:19 PST 2011
+************************************************************************
+Sat Feb 26 14:19:19 PST 2011 Test Run 5 of 20
+
+Sat Feb 26 14:19:19 PST 2011 Sat Feb 26 14:19:19 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 14:19:19 PST 2011 sfsnfs3 -N 1 -l 200 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 14:19:34 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 14:19:35 2011 Received.
+Sat Feb 26 14:19:35 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 14:19:35 2011 Completed.
+Sat Feb 26 14:19:35 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 14:22:26 2011 Received.
+Sat Feb 26 14:22:26 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 14:22:26 2011 Completed.
+Sat Feb 26 14:22:26 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 14:27:27 2011 Received.
+Sat Feb 26 14:27:27 2011 Sending START message to 1 client(s).
+Sat Feb 26 14:27:27 2011 Completed.
+Sat Feb 26 14:32:27 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 14:32:27 2011 Completed.
+Sat Feb 26 14:32:27 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 14:32:38 2011 Received.
+Sat Feb 26 14:32:38 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 14:32:38 2011 Completed.
+Sat Feb 26 14:32:38 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 14:32:39 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 200 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 45428 Files created for I/O operations
+ 13628 Files accessed for I/O operations
+ 912 Files for non-I/O operations
+ 24 Symlinks
+ 1512 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 14:32:39 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 15661 15661 0 0.18 0.07 0.00 2.5%
+setattr 4.0% 4.0% 2427 2427 0 3.47 13.44 0.15 7.5%
+lookup 24.0% 23.9% 14356 14356 0 0.18 0.09 0.00 2.3%
+readlink 1.0% 1.0% 608 608 0 0.18 0.04 0.02 0.1%
+read 18.0% 18.0% 10807 13286 0 2.62 7.51 0.05 25.2%
+write 10.0% 10.0% 6004 7221 0 8.02 14.85 0.10 42.8%
+create 1.0% 1.1% 646 646 0 5.57 11.30 0.26 3.2%
+remove 1.0% 1.0% 610 610 0 5.17 15.54 0.31 2.8%
+readdir 1.0% 1.0% 600 600 0 0.37 0.04 0.02 0.2%
+fsstat 1.0% 1.0% 574 574 0 0.18 0.03 0.01 0.1%
+access 11.0% 11.0% 6614 6614 0 0.18 0.08 0.01 1.0%
+commit 0.0% 0.0% 0 2635 0 0.00 0.00 0.00 11.5%
+readdirplus 2.0% 2.0% 1203 1203 0 0.69 0.06 0.01 0.7%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 201 Ops/Sec AVG. RESPONSE TIME: 1.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 200 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 60110 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 66441
+PHYSICAL NFS IO THROUGHPUT: 222 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 23556.9 MB
+TOTAL FILE SET SIZE ACCESSED: 7068.9 - 7204.8 MB (100.00% to 101.92% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:32:40 PST 2011
+************************************************************************
+Sat Feb 26 14:32:40 PST 2011
+************************************************************************
+Sat Feb 26 14:32:40 PST 2011 Test Run 6 of 20
+
+Sat Feb 26 14:32:40 PST 2011 Sat Feb 26 14:32:40 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 14:32:40 PST 2011 sfsnfs3 -N 1 -l 240 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 14:32:55 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 14:32:56 2011 Received.
+Sat Feb 26 14:32:56 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 14:32:56 2011 Completed.
+Sat Feb 26 14:32:56 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 14:36:17 2011 Received.
+Sat Feb 26 14:36:17 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 14:36:17 2011 Completed.
+Sat Feb 26 14:36:17 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 14:41:18 2011 Received.
+Sat Feb 26 14:41:18 2011 Sending START message to 1 client(s).
+Sat Feb 26 14:41:18 2011 Completed.
+Sat Feb 26 14:46:18 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 14:46:18 2011 Completed.
+Sat Feb 26 14:46:18 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 14:46:29 2011 Received.
+Sat Feb 26 14:46:29 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 14:46:29 2011 Completed.
+Sat Feb 26 14:46:29 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 14:46:30 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 240 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 240
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 55304 Files created for I/O operations
+ 16588 Files accessed for I/O operations
+ 1108 Files for non-I/O operations
+ 24 Symlinks
+ 1840 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 14:46:30 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 18907 18907 0 0.18 0.04 0.00 1.9%
+setattr 4.0% 4.0% 2915 2915 0 4.98 19.00 0.16 8.1%
+lookup 24.0% 24.2% 17442 17442 0 0.18 0.05 0.00 1.8%
+readlink 1.0% 1.0% 698 698 0 0.18 0.03 0.01 0.1%
+read 18.0% 17.8% 12869 15773 0 3.88 9.23 0.05 27.9%
+write 10.0% 9.8% 7096 8622 0 10.07 16.26 0.09 39.9%
+create 1.0% 1.0% 732 732 0 7.57 18.91 0.31 3.1%
+remove 1.0% 1.0% 756 756 0 7.88 21.54 0.33 3.3%
+readdir 1.0% 0.9% 664 664 0 0.38 0.05 0.02 0.1%
+fsstat 1.0% 1.0% 719 719 0 0.18 0.03 0.01 0.1%
+access 11.0% 11.0% 7968 7968 0 0.18 0.05 0.00 0.8%
+commit 0.0% 0.0% 0 3140 0 0.00 0.00 0.00 12.4%
+readdirplus 2.0% 2.0% 1410 1410 0 0.69 0.06 0.01 0.5%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 241 Ops/Sec AVG. RESPONSE TIME: 2.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 240 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 72176 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 79746
+PHYSICAL NFS IO THROUGHPUT: 266 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 28678.1 MB
+TOTAL FILE SET SIZE ACCESSED: 8603.9 - 8764.3 MB (100.00% to 101.86% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:46:31 PST 2011
+************************************************************************
+Sat Feb 26 14:46:31 PST 2011
+************************************************************************
+Sat Feb 26 14:46:31 PST 2011 Test Run 7 of 20
+
+Sat Feb 26 14:46:31 PST 2011 Sat Feb 26 14:46:31 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 14:46:31 PST 2011 sfsnfs3 -N 1 -l 280 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 14:46:46 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 14:46:47 2011 Received.
+Sat Feb 26 14:46:47 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 14:46:47 2011 Completed.
+Sat Feb 26 14:46:47 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 14:49:37 2011 Received.
+Sat Feb 26 14:49:37 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 14:49:37 2011 Completed.
+Sat Feb 26 14:49:37 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 14:54:38 2011 Received.
+Sat Feb 26 14:54:38 2011 Sending START message to 1 client(s).
+Sat Feb 26 14:54:38 2011 Completed.
+Sat Feb 26 14:59:38 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 14:59:38 2011 Completed.
+Sat Feb 26 14:59:38 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 14:59:49 2011 Received.
+Sat Feb 26 14:59:49 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 14:59:49 2011 Completed.
+Sat Feb 26 14:59:49 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 14:59:50 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 280 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 280
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 63204 Files created for I/O operations
+ 18960 Files accessed for I/O operations
+ 1268 Files for non-I/O operations
+ 24 Symlinks
+ 2104 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 14:59:50 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 21917 21917 0 0.18 0.07 0.00 1.9%
+setattr 4.0% 4.0% 3341 3341 0 4.76 18.30 0.15 7.5%
+lookup 24.0% 24.1% 20274 20274 0 0.18 0.06 0.00 1.8%
+readlink 1.0% 1.0% 879 879 0 0.18 0.04 0.01 0.1%
+read 18.0% 17.9% 15069 18447 0 3.89 10.04 0.05 27.8%
+write 10.0% 10.1% 8476 10295 0 10.09 17.98 0.09 40.5%
+create 1.0% 1.0% 830 830 0 9.62 22.34 0.32 3.8%
+remove 1.0% 1.0% 841 841 0 8.06 20.37 0.30 3.2%
+readdir 1.0% 0.9% 796 796 0 0.38 0.06 0.02 0.1%
+fsstat 1.0% 1.0% 829 829 0 0.18 0.08 0.02 0.1%
+access 11.0% 11.0% 9265 9265 0 0.18 0.07 0.01 0.8%
+commit 0.0% 0.0% 0 3762 0 0.00 0.00 0.00 11.9%
+readdirplus 2.0% 2.0% 1697 1697 0 0.70 0.06 0.01 0.6%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 281 Ops/Sec AVG. RESPONSE TIME: 2.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 280 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 84214 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 93173
+PHYSICAL NFS IO THROUGHPUT: 310 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 32774.7 MB
+TOTAL FILE SET SIZE ACCESSED: 9833.9 - 10030.2 MB (100.00% to 102.00% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:59:51 PST 2011
+************************************************************************
+Sat Feb 26 14:59:51 PST 2011
+************************************************************************
+Sat Feb 26 14:59:51 PST 2011 Test Run 8 of 20
+
+Sat Feb 26 14:59:51 PST 2011 Sat Feb 26 14:59:51 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 14:59:51 PST 2011 sfsnfs3 -N 1 -l 320 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 15:00:06 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 15:00:08 2011 Received.
+Sat Feb 26 15:00:08 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 15:00:08 2011 Completed.
+Sat Feb 26 15:00:08 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 15:03:27 2011 Received.
+Sat Feb 26 15:03:27 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 15:03:27 2011 Completed.
+Sat Feb 26 15:03:27 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 15:08:28 2011 Received.
+Sat Feb 26 15:08:28 2011 Sending START message to 1 client(s).
+Sat Feb 26 15:08:28 2011 Completed.
+Sat Feb 26 15:13:28 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 15:13:28 2011 Completed.
+Sat Feb 26 15:13:28 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 15:13:39 2011 Received.
+Sat Feb 26 15:13:39 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 15:13:39 2011 Completed.
+Sat Feb 26 15:13:39 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 15:13:40 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 320 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 320
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 73076 Files created for I/O operations
+ 21920 Files accessed for I/O operations
+ 1464 Files for non-I/O operations
+ 24 Symlinks
+ 2432 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 15:13:40 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 24991 24991 0 0.18 0.05 0.00 1.7%
+setattr 4.0% 4.0% 3884 3884 0 6.09 23.69 0.15 9.1%
+lookup 24.0% 24.1% 23188 23188 0 0.19 0.13 0.00 1.7%
+readlink 1.0% 1.0% 945 945 0 0.18 0.03 0.01 0.1%
+read 18.0% 18.1% 17377 21300 0 4.22 10.69 0.05 28.1%
+write 10.0% 9.9% 9518 11385 0 10.47 18.04 0.09 38.2%
+create 1.0% 1.0% 960 960 0 10.55 25.27 0.32 3.9%
+remove 1.0% 1.0% 959 959 0 9.92 24.98 0.32 3.6%
+readdir 1.0% 1.0% 942 942 0 0.38 0.06 0.02 0.1%
+fsstat 1.0% 1.0% 954 954 0 0.18 0.03 0.01 0.1%
+access 11.0% 11.1% 10643 10643 0 0.18 0.07 0.01 0.7%
+commit 0.0% 0.0% 0 4172 0 0.00 0.00 0.00 12.3%
+readdirplus 2.0% 2.0% 1898 1898 0 0.70 0.07 0.01 0.5%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 321 Ops/Sec AVG. RESPONSE TIME: 2.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 320 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 96259 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 106221
+PHYSICAL NFS IO THROUGHPUT: 354 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 37893.9 MB
+TOTAL FILE SET SIZE ACCESSED: 11368.8 - 11587.3 MB (100.00% to 101.92% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 15:13:41 PST 2011
+************************************************************************
+Sat Feb 26 15:13:41 PST 2011
+************************************************************************
+Sat Feb 26 15:13:41 PST 2011 Test Run 9 of 20
+
+Sat Feb 26 15:13:41 PST 2011 Sat Feb 26 15:13:41 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 15:13:41 PST 2011 sfsnfs3 -N 1 -l 360 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 15:13:56 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 15:13:58 2011 Received.
+Sat Feb 26 15:13:58 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 15:13:58 2011 Completed.
+Sat Feb 26 15:13:58 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 15:17:01 2011 Received.
+Sat Feb 26 15:17:01 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 15:17:01 2011 Completed.
+Sat Feb 26 15:17:01 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 15:22:02 2011 Received.
+Sat Feb 26 15:22:02 2011 Sending START message to 1 client(s).
+Sat Feb 26 15:22:02 2011 Completed.
+Sat Feb 26 15:27:02 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 15:27:02 2011 Completed.
+Sat Feb 26 15:27:02 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 15:27:13 2011 Received.
+Sat Feb 26 15:27:13 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 15:27:13 2011 Completed.
+Sat Feb 26 15:27:13 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 15:27:14 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 360 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 360
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 82952 Files created for I/O operations
+ 24884 Files accessed for I/O operations
+ 1660 Files for non-I/O operations
+ 24 Symlinks
+ 2764 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 15:27:14 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 28173 28173 0 0.18 0.09 0.00 1.6%
+setattr 4.0% 4.1% 4448 4448 0 6.25 21.50 0.14 8.7%
+lookup 24.0% 23.9% 25914 25914 0 0.19 0.10 0.00 1.5%
+readlink 1.0% 0.9% 1030 1030 0 0.18 0.05 0.01 0.1%
+read 18.0% 18.1% 19630 23893 0 4.48 11.35 0.05 27.5%
+write 10.0% 10.1% 10931 13248 0 10.95 17.44 0.08 37.5%
+create 1.0% 1.0% 1074 1074 0 11.38 21.58 0.28 3.8%
+remove 1.0% 1.0% 1048 1048 0 9.69 18.57 0.26 3.2%
+readdir 1.0% 1.0% 1122 1122 0 0.38 0.06 0.01 0.1%
+fsstat 1.0% 1.1% 1149 1149 0 0.18 0.05 0.01 0.1%
+access 11.0% 10.9% 11775 11775 0 0.18 0.07 0.00 0.7%
+commit 0.0% 0.0% 0 4795 0 0.00 0.00 0.00 14.8%
+readdirplus 2.0% 2.0% 2131 2131 0 0.71 0.07 0.01 0.5%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 363 Ops/Sec AVG. RESPONSE TIME: 2.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 360 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 108425 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 119800
+PHYSICAL NFS IO THROUGHPUT: 400 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 43015.1 MB
+TOTAL FILE SET SIZE ACCESSED: 12905.8 - 13151.8 MB (100.00% to 101.91% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 15:27:15 PST 2011
+************************************************************************
+Sat Feb 26 15:27:15 PST 2011
+************************************************************************
+Sat Feb 26 15:27:15 PST 2011 Test Run 10 of 20
+
+Sat Feb 26 15:27:15 PST 2011 Sat Feb 26 15:27:15 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 15:27:15 PST 2011 sfsnfs3 -N 1 -l 400 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 15:27:30 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 15:27:31 2011 Received.
+Sat Feb 26 15:27:31 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 15:27:31 2011 Completed.
+Sat Feb 26 15:27:31 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 15:30:51 2011 Received.
+Sat Feb 26 15:30:51 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 15:30:51 2011 Completed.
+Sat Feb 26 15:30:51 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 15:35:52 2011 Received.
+Sat Feb 26 15:35:52 2011 Sending START message to 1 client(s).
+Sat Feb 26 15:35:52 2011 Completed.
+Sat Feb 26 15:40:52 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 15:40:52 2011 Completed.
+Sat Feb 26 15:40:52 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 15:41:03 2011 Received.
+Sat Feb 26 15:41:03 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 15:41:03 2011 Completed.
+Sat Feb 26 15:41:03 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 15:41:04 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 400 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 400
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 90852 Files created for I/O operations
+ 27252 Files accessed for I/O operations
+ 1820 Files for non-I/O operations
+ 24 Symlinks
+ 3028 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 15:41:04 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 31374 31374 0 0.19 0.28 0.01 1.3%
+setattr 4.0% 4.0% 4877 4877 0 7.97 21.48 0.13 8.5%
+lookup 24.0% 24.0% 28919 28919 0 0.20 0.36 0.01 1.2%
+readlink 1.0% 1.0% 1209 1209 0 0.19 0.30 0.03 0.1%
+read 18.0% 18.1% 21802 26635 0 6.30 15.89 0.05 30.0%
+write 10.0% 9.8% 11837 14334 0 14.11 21.95 0.08 36.4%
+create 1.0% 1.0% 1246 1246 0 16.68 31.33 0.31 4.5%
+remove 1.0% 1.0% 1151 1151 0 13.49 25.70 0.29 3.4%
+readdir 1.0% 1.0% 1163 1163 0 0.39 0.07 0.01 0.1%
+fsstat 1.0% 1.0% 1182 1182 0 0.18 0.05 0.01 0.0%
+access 11.0% 11.2% 13474 13474 0 0.19 0.12 0.01 0.5%
+commit 0.0% 0.0% 0 4946 0 0.00 0.00 0.00 13.5%
+readdirplus 2.0% 2.0% 2445 2445 0 0.72 0.10 0.01 0.4%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 404 Ops/Sec AVG. RESPONSE TIME: 3.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 400 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 120679 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 132955
+PHYSICAL NFS IO THROUGHPUT: 444 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 47111.7 MB
+TOTAL FILE SET SIZE ACCESSED: 14133.7 - 14354.3 MB (100.00% to 101.56% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 15:41:05 PST 2011
+************************************************************************
+Sat Feb 26 15:41:05 PST 2011
+************************************************************************
+Sat Feb 26 15:41:05 PST 2011 Test Run 11 of 20
+
+Sat Feb 26 15:41:05 PST 2011 Sat Feb 26 15:41:05 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 15:41:05 PST 2011 sfsnfs3 -N 1 -l 440 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 15:41:20 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 15:41:22 2011 Received.
+Sat Feb 26 15:41:22 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 15:41:22 2011 Completed.
+Sat Feb 26 15:41:22 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 15:45:34 2011 Received.
+Sat Feb 26 15:45:34 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 15:45:34 2011 Completed.
+Sat Feb 26 15:45:34 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 15:50:35 2011 Received.
+Sat Feb 26 15:50:35 2011 Sending START message to 1 client(s).
+Sat Feb 26 15:50:35 2011 Completed.
+Sat Feb 26 15:55:35 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 15:55:35 2011 Completed.
+Sat Feb 26 15:55:35 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 15:55:46 2011 Received.
+Sat Feb 26 15:55:46 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 15:55:46 2011 Completed.
+Sat Feb 26 15:55:46 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 15:55:47 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 440 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 440
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 100728 Files created for I/O operations
+ 30216 Files accessed for I/O operations
+ 2016 Files for non-I/O operations
+ 24 Symlinks
+ 3356 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 15:55:47 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 34655 34655 0 0.19 0.23 0.01 1.1%
+setattr 4.0% 3.9% 5234 5234 0 10.47 23.80 0.13 9.0%
+lookup 24.0% 23.8% 31606 31606 0 0.20 0.53 0.01 1.1%
+readlink 1.0% 1.0% 1270 1270 0 0.19 0.06 0.01 0.0%
+read 18.0% 18.1% 24024 29561 0 7.67 16.20 0.05 30.4%
+write 10.0% 10.1% 13423 16371 0 15.58 23.13 0.08 34.4%
+create 1.0% 1.0% 1285 1285 0 23.19 38.79 0.34 4.9%
+remove 1.0% 1.0% 1333 1333 0 18.43 33.09 0.31 4.0%
+readdir 1.0% 1.0% 1351 1351 0 0.40 0.14 0.02 0.1%
+fsstat 1.0% 1.0% 1340 1340 0 0.19 0.16 0.02 0.0%
+access 11.0% 11.0% 14631 14631 0 0.19 0.19 0.01 0.5%
+commit 0.0% 0.0% 0 5483 0 0.00 0.00 0.00 14.1%
+readdirplus 2.0% 2.0% 2720 2720 0 0.73 0.14 0.01 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 444 Ops/Sec AVG. RESPONSE TIME: 4.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 440 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 132872 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 146840
+PHYSICAL NFS IO THROUGHPUT: 491 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 52233.0 MB
+TOTAL FILE SET SIZE ACCESSED: 15670.7 - 15910.4 MB (100.00% to 101.53% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 15:55:48 PST 2011
+************************************************************************
+Sat Feb 26 15:55:48 PST 2011
+************************************************************************
+Sat Feb 26 15:55:48 PST 2011 Test Run 12 of 20
+
+Sat Feb 26 15:55:48 PST 2011 Sat Feb 26 15:55:48 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 15:55:48 PST 2011 sfsnfs3 -N 1 -l 480 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 15:56:03 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 15:56:04 2011 Received.
+Sat Feb 26 15:56:04 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 15:56:04 2011 Completed.
+Sat Feb 26 15:56:04 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 16:00:18 2011 Received.
+Sat Feb 26 16:00:18 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 16:00:18 2011 Completed.
+Sat Feb 26 16:00:18 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 16:05:19 2011 Received.
+Sat Feb 26 16:05:19 2011 Sending START message to 1 client(s).
+Sat Feb 26 16:05:19 2011 Completed.
+Sat Feb 26 16:10:19 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 16:10:19 2011 Completed.
+Sat Feb 26 16:10:19 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 16:10:30 2011 Received.
+Sat Feb 26 16:10:30 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 16:10:30 2011 Completed.
+Sat Feb 26 16:10:30 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 16:10:31 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 480 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 480
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 110604 Files created for I/O operations
+ 33180 Files accessed for I/O operations
+ 2216 Files for non-I/O operations
+ 24 Symlinks
+ 3684 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 16:10:31 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 37574 37574 0 0.21 0.62 0.01 1.1%
+setattr 4.0% 4.0% 5751 5751 0 13.83 32.73 0.15 10.9%
+lookup 24.0% 24.0% 34799 34799 0 0.22 0.59 0.01 1.1%
+readlink 1.0% 1.0% 1403 1403 0 0.19 0.21 0.02 0.0%
+read 18.0% 18.1% 26198 32287 0 8.38 18.46 0.05 30.2%
+write 10.0% 10.1% 14595 17444 0 15.58 23.86 0.08 31.3%
+create 1.0% 1.0% 1411 1411 0 28.41 45.18 0.35 5.5%
+remove 1.0% 1.0% 1381 1381 0 19.81 27.68 0.28 3.8%
+readdir 1.0% 1.0% 1491 1491 0 0.41 0.37 0.03 0.1%
+fsstat 1.0% 1.0% 1498 1498 0 0.20 0.28 0.03 0.0%
+access 11.0% 10.9% 15804 15804 0 0.20 0.62 0.01 0.4%
+commit 0.0% 0.0% 0 6060 0 0.00 0.00 0.00 15.3%
+readdirplus 2.0% 2.0% 2912 2912 0 0.76 0.54 0.03 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 484 Ops/Sec AVG. RESPONSE TIME: 5.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 480 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 144817 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 159815
+PHYSICAL NFS IO THROUGHPUT: 534 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 57354.2 MB
+TOTAL FILE SET SIZE ACCESSED: 17207.7 - 17466.9 MB (100.00% to 101.51% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 16:10:32 PST 2011
+************************************************************************
+Sat Feb 26 16:10:32 PST 2011
+************************************************************************
+Sat Feb 26 16:10:32 PST 2011 Test Run 13 of 20
+
+Sat Feb 26 16:10:32 PST 2011 Sat Feb 26 16:10:32 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 16:10:32 PST 2011 sfsnfs3 -N 1 -l 520 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 16:10:47 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 16:10:49 2011 Received.
+Sat Feb 26 16:10:49 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 16:10:49 2011 Completed.
+Sat Feb 26 16:10:49 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 16:15:43 2011 Received.
+Sat Feb 26 16:15:43 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 16:15:43 2011 Completed.
+Sat Feb 26 16:15:43 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 16:20:44 2011 Received.
+Sat Feb 26 16:20:44 2011 Sending START message to 1 client(s).
+Sat Feb 26 16:20:44 2011 Completed.
+Sat Feb 26 16:25:44 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 16:25:44 2011 Completed.
+Sat Feb 26 16:25:44 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 16:25:55 2011 Received.
+Sat Feb 26 16:25:55 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 16:25:55 2011 Completed.
+Sat Feb 26 16:25:55 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 16:25:56 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 520 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 520
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 118504 Files created for I/O operations
+ 35548 Files accessed for I/O operations
+ 2372 Files for non-I/O operations
+ 24 Symlinks
+ 3948 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 16:25:56 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 31100 31100 0 0.32 4.90 0.02 0.8%
+setattr 4.0% 4.0% 4850 4850 0 35.45 38.08 0.17 13.2%
+lookup 24.0% 24.1% 28968 28968 0 0.36 5.50 0.03 0.8%
+readlink 1.0% 1.0% 1199 1199 0 0.39 6.74 0.15 0.0%
+read 18.0% 18.0% 21586 26615 0 18.04 28.91 0.07 29.9%
+write 10.0% 10.0% 11993 14526 0 27.88 36.56 0.11 25.7%
+create 1.0% 1.0% 1210 1210 0 88.89 67.71 0.46 8.3%
+remove 1.0% 1.0% 1244 1244 0 55.51 43.05 0.36 5.3%
+readdir 1.0% 1.0% 1183 1183 0 0.66 6.94 0.15 0.1%
+fsstat 1.0% 1.0% 1235 1235 0 0.34 5.05 0.13 0.0%
+access 11.0% 11.1% 13292 13292 0 0.34 4.93 0.04 0.3%
+commit 0.0% 0.0% 0 4616 0 0.00 0.00 0.00 15.5%
+readdirplus 2.0% 2.0% 2375 2375 0 0.79 0.72 0.03 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 402 Ops/Sec AVG. RESPONSE TIME: 10.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 520 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 120235 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 132413
+PHYSICAL NFS IO THROUGHPUT: 442 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 61450.8 MB
+TOTAL FILE SET SIZE ACCESSED: 18435.7 - 18633.2 MB (100.00% to 101.07% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 16:25:57 PST 2011
+************************************************************************
+Sat Feb 26 16:25:57 PST 2011
+************************************************************************
+Sat Feb 26 16:25:57 PST 2011 Test Run 14 of 20
+
+Sat Feb 26 16:25:57 PST 2011 Sat Feb 26 16:25:57 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 16:25:57 PST 2011 sfsnfs3 -N 1 -l 560 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 16:26:12 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 16:26:13 2011 Received.
+Sat Feb 26 16:26:13 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 16:26:13 2011 Completed.
+Sat Feb 26 16:26:13 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 16:32:20 2011 Received.
+Sat Feb 26 16:32:20 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 16:32:20 2011 Completed.
+Sat Feb 26 16:32:20 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 16:37:21 2011 Received.
+Sat Feb 26 16:37:21 2011 Sending START message to 1 client(s).
+Sat Feb 26 16:37:21 2011 Completed.
+Sat Feb 26 16:42:21 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 16:42:21 2011 Completed.
+Sat Feb 26 16:42:21 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 16:42:32 2011 Received.
+Sat Feb 26 16:42:32 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 16:42:32 2011 Completed.
+Sat Feb 26 16:42:32 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 16:42:33 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 560 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 560
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 128376 Files created for I/O operations
+ 38512 Files accessed for I/O operations
+ 2568 Files for non-I/O operations
+ 24 Symlinks
+ 4276 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 16:42:33 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 33111 33111 0 0.66 13.46 0.04 1.7%
+setattr 4.0% 4.0% 5055 5055 0 32.90 35.06 0.16 12.7%
+lookup 24.0% 23.8% 30413 30413 0 0.70 14.03 0.04 1.6%
+readlink 1.0% 1.0% 1288 1288 0 0.46 6.58 0.14 0.0%
+read 18.0% 18.0% 22916 28431 0 16.57 28.76 0.07 29.1%
+write 10.0% 10.2% 13039 15645 0 26.87 33.65 0.10 26.9%
+create 1.0% 1.0% 1287 1287 0 75.74 53.01 0.40 7.5%
+remove 1.0% 1.0% 1235 1235 0 48.71 41.73 0.36 4.6%
+readdir 1.0% 1.0% 1224 1224 0 0.63 6.04 0.14 0.1%
+fsstat 1.0% 1.1% 1351 1351 0 1.06 28.71 0.29 0.1%
+access 11.0% 11.1% 14151 14151 0 0.47 10.11 0.05 0.5%
+commit 0.0% 0.0% 0 4850 0 0.00 0.00 0.00 15.0%
+readdirplus 2.0% 2.0% 2578 2578 0 0.89 2.83 0.06 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 425 Ops/Sec AVG. RESPONSE TIME: 10.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 560 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 127648 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 140619
+PHYSICAL NFS IO THROUGHPUT: 468 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 66570.0 MB
+TOTAL FILE SET SIZE ACCESSED: 19972.7 - 20157.7 MB (100.00% to 100.93% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 16:42:34 PST 2011
+************************************************************************
+Sat Feb 26 16:42:34 PST 2011
+************************************************************************
+Sat Feb 26 16:42:34 PST 2011 Test Run 15 of 20
+
+Sat Feb 26 16:42:34 PST 2011 Sat Feb 26 16:42:34 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 16:42:34 PST 2011 sfsnfs3 -N 1 -l 600 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 16:42:49 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 16:42:50 2011 Received.
+Sat Feb 26 16:42:50 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 16:42:50 2011 Completed.
+Sat Feb 26 16:42:50 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 16:50:50 2011 Received.
+Sat Feb 26 16:50:50 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 16:50:50 2011 Completed.
+Sat Feb 26 16:50:50 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 16:55:51 2011 Received.
+Sat Feb 26 16:55:51 2011 Sending START message to 1 client(s).
+Sat Feb 26 16:55:51 2011 Completed.
+Sat Feb 26 17:00:51 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 17:00:51 2011 Completed.
+Sat Feb 26 17:00:51 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 17:01:10 2011 Received.
+Sat Feb 26 17:01:10 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 17:01:10 2011 Completed.
+Sat Feb 26 17:01:10 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 17:01:11 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 600 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 600
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 138252 Files created for I/O operations
+ 41472 Files accessed for I/O operations
+ 2768 Files for non-I/O operations
+ 24 Symlinks
+ 4608 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 17:01:11 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 20515 20515 0 1.58 17.72 0.06 2.5%
+setattr 4.0% 4.0% 3132 3132 0 45.05 62.38 0.28 10.8%
+lookup 24.0% 24.1% 18987 18987 0 1.80 14.22 0.05 2.6%
+readlink 1.0% 1.0% 788 788 0 0.38 1.82 0.09 0.0%
+read 18.0% 17.9% 14055 17365 0 28.04 149.66 0.20 30.1%
+write 10.0% 10.0% 7858 9561 0 50.97 326.20 0.40 30.6%
+create 1.0% 1.0% 793 793 0 85.24 57.48 0.53 5.2%
+remove 1.0% 0.9% 716 716 0 84.24 645.57 1.86 4.6%
+readdir 1.0% 1.0% 782 782 0 0.93 5.59 0.17 0.1%
+fsstat 1.0% 1.0% 783 783 0 2.17 39.44 0.44 0.1%
+access 11.0% 11.0% 8696 8696 0 1.17 20.71 0.10 0.8%
+commit 0.0% 0.0% 0 2772 0 0.00 0.00 0.00 12.4%
+readdirplus 2.0% 2.1% 1630 1630 0 1.35 5.55 0.11 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 262 Ops/Sec AVG. RESPONSE TIME: 16.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 600 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 78735 TEST TIME: 301 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 86520
+PHYSICAL NFS IO THROUGHPUT: 287 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 71691.2 MB
+TOTAL FILE SET SIZE ACCESSED: 21507.6 - 21617.9 MB (100.00% to 100.51% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 17:01:12 PST 2011
+************************************************************************
+Sat Feb 26 17:01:12 PST 2011
+************************************************************************
+Sat Feb 26 17:01:12 PST 2011 Test Run 16 of 20
+
+Sat Feb 26 17:01:12 PST 2011 Sat Feb 26 17:01:12 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 17:01:12 PST 2011 sfsnfs3 -N 1 -l 640 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 17:01:27 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 17:01:29 2011 Received.
+Sat Feb 26 17:01:29 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 17:01:29 2011 Completed.
+Sat Feb 26 17:01:29 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 17:11:40 2011 Received.
+Sat Feb 26 17:11:40 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 17:11:40 2011 Completed.
+Sat Feb 26 17:11:40 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 17:16:41 2011 Received.
+Sat Feb 26 17:16:41 2011 Sending START message to 1 client(s).
+Sat Feb 26 17:16:41 2011 Completed.
+Sat Feb 26 17:21:41 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 17:21:41 2011 Completed.
+Sat Feb 26 17:21:41 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 17:21:52 2011 Received.
+Sat Feb 26 17:21:52 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 17:21:52 2011 Completed.
+Sat Feb 26 17:21:52 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 17:21:53 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 640 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 640
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 148128 Files created for I/O operations
+ 44436 Files accessed for I/O operations
+ 2964 Files for non-I/O operations
+ 24 Symlinks
+ 4936 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 17:21:53 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 12981 12981 0 1.90 28.48 0.09 1.9%
+setattr 4.0% 4.0% 1999 1999 0 74.66 581.19 1.06 11.4%
+lookup 24.0% 24.2% 12101 12101 0 5.05 128.25 0.20 4.7%
+readlink 1.0% 1.0% 514 514 0 2.10 28.06 0.46 0.1%
+read 18.0% 18.0% 9005 11148 0 52.83 434.23 0.43 36.3%
+write 10.0% 9.8% 4902 5954 0 67.67 384.35 0.55 25.3%
+create 1.0% 0.9% 463 463 0 118.56 255.98 1.46 4.2%
+remove 1.0% 1.0% 496 496 0 66.74 53.66 0.64 2.5%
+readdir 1.0% 1.0% 492 492 0 1.20 8.32 0.25 0.0%
+fsstat 1.0% 1.0% 484 484 0 0.80 6.73 0.23 0.0%
+access 11.0% 11.2% 5614 5614 0 3.81 131.84 0.30 1.6%
+commit 0.0% 0.0% 0 1720 0 0.00 0.00 0.00 11.8%
+readdirplus 2.0% 2.0% 985 985 0 2.40 13.39 0.23 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 171 Ops/Sec AVG. RESPONSE TIME: 26.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 640 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 50036 TEST TIME: 293 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 54951
+PHYSICAL NFS IO THROUGHPUT: 187 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 76812.5 MB
+TOTAL FILE SET SIZE ACCESSED: 23044.6 - 23127.5 MB (100.00% to 100.36% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 17:21:54 PST 2011
+************************************************************************
+Sat Feb 26 17:21:54 PST 2011
+************************************************************************
+Sat Feb 26 17:21:54 PST 2011 Test Run 17 of 20
+
+Sat Feb 26 17:21:54 PST 2011 Sat Feb 26 17:21:54 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 17:21:54 PST 2011 sfsnfs3 -N 1 -l 680 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 17:22:09 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 17:22:10 2011 Received.
+Sat Feb 26 17:22:10 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 17:22:10 2011 Completed.
+Sat Feb 26 17:22:10 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 17:30:12 2011 Received.
+Sat Feb 26 17:30:12 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 17:30:12 2011 Completed.
+Sat Feb 26 17:30:12 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 17:35:13 2011 Received.
+Sat Feb 26 17:35:13 2011 Sending START message to 1 client(s).
+Sat Feb 26 17:35:13 2011 Completed.
+Sat Feb 26 17:40:13 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 17:40:13 2011 Completed.
+Sat Feb 26 17:40:13 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 17:40:24 2011 Received.
+Sat Feb 26 17:40:24 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 17:40:24 2011 Completed.
+Sat Feb 26 17:40:24 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 17:40:25 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 680 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 680
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 156028 Files created for I/O operations
+ 46808 Files accessed for I/O operations
+ 3124 Files for non-I/O operations
+ 24 Symlinks
+ 5200 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 17:40:25 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 13032 13032 0 2.00 15.28 0.07 2.0%
+setattr 4.0% 4.0% 2024 2024 0 78.64 473.24 0.95 12.3%
+lookup 24.0% 24.3% 12272 12272 0 3.11 22.25 0.08 2.9%
+readlink 1.0% 0.9% 469 469 0 0.83 6.46 0.23 0.0%
+read 18.0% 17.9% 9026 11127 0 46.42 238.75 0.32 32.4%
+write 10.0% 10.1% 5109 6190 0 74.42 120.24 0.30 29.4%
+create 1.0% 1.0% 500 500 0 152.28 934.96 2.68 5.9%
+remove 1.0% 1.0% 514 514 0 113.71 910.96 2.61 4.5%
+readdir 1.0% 1.0% 528 528 0 1.69 10.86 0.28 0.1%
+fsstat 1.0% 1.0% 500 500 0 2.57 17.94 0.37 0.1%
+access 11.0% 10.9% 5522 5522 0 1.12 10.53 0.09 0.5%
+commit 0.0% 0.0% 0 1799 0 0.00 0.00 0.00 9.7%
+readdirplus 2.0% 1.9% 979 979 0 1.73 8.26 0.18 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 169 Ops/Sec AVG. RESPONSE TIME: 25.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 680 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 50475 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 55456
+PHYSICAL NFS IO THROUGHPUT: 185 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 80909.0 MB
+TOTAL FILE SET SIZE ACCESSED: 24274.6 - 24368.3 MB (100.00% to 100.39% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 17:40:26 PST 2011
+************************************************************************
+Sat Feb 26 17:40:26 PST 2011
+************************************************************************
+Sat Feb 26 17:40:26 PST 2011 Test Run 18 of 20
+
+Sat Feb 26 17:40:26 PST 2011 Sat Feb 26 17:40:26 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 17:40:26 PST 2011 sfsnfs3 -N 1 -l 720 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 17:40:41 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 17:40:42 2011 Received.
+Sat Feb 26 17:40:42 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 17:40:42 2011 Completed.
+Sat Feb 26 17:40:42 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 17:51:37 2011 Received.
+Sat Feb 26 17:51:37 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 17:51:37 2011 Completed.
+Sat Feb 26 17:51:37 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 17:56:38 2011 Received.
+Sat Feb 26 17:56:38 2011 Sending START message to 1 client(s).
+Sat Feb 26 17:56:38 2011 Completed.
+Sat Feb 26 18:01:38 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 18:01:38 2011 Completed.
+Sat Feb 26 18:01:38 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 18:01:50 2011 Received.
+Sat Feb 26 18:01:50 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 18:01:50 2011 Completed.
+Sat Feb 26 18:01:50 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 18:01:51 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 720 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 720
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 165904 Files created for I/O operations
+ 49768 Files accessed for I/O operations
+ 3320 Files for non-I/O operations
+ 24 Symlinks
+ 5528 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 18:01:51 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 9818 9818 0 6.45 328.53 0.36 6.1%
+setattr 4.0% 4.2% 1583 1583 0 88.12 751.53 1.35 13.5%
+lookup 24.0% 23.8% 9028 9028 0 1.83 13.26 0.08 1.6%
+readlink 1.0% 1.0% 380 380 0 0.76 5.53 0.24 0.0%
+read 18.0% 18.2% 6917 8572 1 47.08 280.00 0.39 31.5%
+write 10.0% 10.1% 3829 4619 0 68.11 127.87 0.36 25.2%
+create 1.0% 1.0% 382 382 1 213.69 1381.36 3.73 7.9%
+remove 1.0% 1.0% 376 376 0 78.85 60.00 0.78 2.9%
+readdir 1.0% 1.0% 387 387 0 0.50 0.99 0.10 0.0%
+fsstat 1.0% 0.9% 353 353 0 0.53 3.01 0.18 0.0%
+access 11.0% 10.9% 4158 4158 2 1.19 14.79 0.12 0.5%
+commit 0.0% 0.0% 0 1326 0 0.00 0.00 0.00 10.8%
+readdirplus 2.0% 2.0% 768 768 0 1.21 3.35 0.13 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 127 Ops/Sec AVG. RESPONSE TIME: 27.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 720 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 37979 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 41750
+PHYSICAL NFS IO THROUGHPUT: 139 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 86030.3 MB
+TOTAL FILE SET SIZE ACCESSED: 25809.5 - 25887.1 MB (100.00% to 100.30% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 18:01:52 PST 2011
+************************************************************************
+Sat Feb 26 18:01:52 PST 2011
+************************************************************************
+Sat Feb 26 18:01:52 PST 2011 Test Run 19 of 20
+
+Sat Feb 26 18:01:52 PST 2011 Sat Feb 26 18:01:52 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 18:01:52 PST 2011 sfsnfs3 -N 1 -l 760 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 18:02:07 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 18:02:08 2011 Received.
+Sat Feb 26 18:02:08 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 18:02:08 2011 Completed.
+Sat Feb 26 18:02:08 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 18:11:59 2011 Received.
+Sat Feb 26 18:11:59 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 18:11:59 2011 Completed.
+Sat Feb 26 18:11:59 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 18:17:00 2011 Received.
+Sat Feb 26 18:17:00 2011 Sending START message to 1 client(s).
+Sat Feb 26 18:17:00 2011 Completed.
+Sat Feb 26 18:22:00 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 18:22:00 2011 Completed.
+Sat Feb 26 18:22:00 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 18:22:11 2011 Received.
+Sat Feb 26 18:22:11 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 18:22:11 2011 Completed.
+Sat Feb 26 18:22:11 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 18:22:12 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 760 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 760
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 175776 Files created for I/O operations
+ 52732 Files accessed for I/O operations
+ 3516 Files for non-I/O operations
+ 24 Symlinks
+ 5856 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 18:22:12 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.7% 10264 10264 0 7.75 224.16 0.29 6.2%
+setattr 4.0% 4.0% 1613 1613 0 87.04 533.88 1.13 10.9%
+lookup 24.0% 23.9% 9545 9545 0 7.49 230.44 0.30 5.5%
+readlink 1.0% 1.0% 397 397 0 5.35 90.36 0.93 0.2%
+read 18.0% 18.0% 7186 8834 0 61.47 404.51 0.46 34.2%
+write 10.0% 9.9% 3959 4821 0 80.63 445.62 0.66 24.7%
+create 1.0% 1.0% 402 402 0 130.05 126.67 1.10 4.0%
+remove 1.0% 1.1% 419 419 0 90.60 96.67 0.94 2.9%
+readdir 1.0% 1.0% 411 411 0 1.12 8.13 0.28 0.0%
+fsstat 1.0% 0.9% 366 366 0 0.78 3.43 0.19 0.0%
+access 11.0% 11.4% 4530 4530 0 2.12 37.16 0.18 0.7%
+commit 0.0% 0.0% 0 1374 0 0.00 0.00 0.00 9.0%
+readdirplus 2.0% 1.9% 777 777 0 27.94 621.32 1.75 1.7%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 136 Ops/Sec AVG. RESPONSE TIME: 32.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 760 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 39869 TEST TIME: 294 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 43753
+PHYSICAL NFS IO THROUGHPUT: 148 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 91149.5 MB
+TOTAL FILE SET SIZE ACCESSED: 27346.5 - 27427.3 MB (100.00% to 100.30% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 18:22:13 PST 2011
+************************************************************************
+Sat Feb 26 18:22:13 PST 2011
+************************************************************************
+Sat Feb 26 18:22:13 PST 2011 Test Run 20 of 20
+
+Sat Feb 26 18:22:13 PST 2011 Sat Feb 26 18:22:13 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 18:22:13 PST 2011 sfsnfs3 -N 1 -l 800 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 18:22:28 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 18:22:29 2011 Received.
+Sat Feb 26 18:22:29 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 18:22:29 2011 Completed.
+Sat Feb 26 18:22:29 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 18:30:50 2011 Received.
+Sat Feb 26 18:30:50 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 18:30:50 2011 Completed.
+Sat Feb 26 18:30:50 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 18:35:51 2011 Received.
+Sat Feb 26 18:35:51 2011 Sending START message to 1 client(s).
+Sat Feb 26 18:35:51 2011 Completed.
+Sat Feb 26 18:40:51 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 18:40:51 2011 Completed.
+Sat Feb 26 18:40:51 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 18:41:04 2011 Received.
+Sat Feb 26 18:41:04 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 18:41:04 2011 Completed.
+Sat Feb 26 18:41:04 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 18:41:05 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 800 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 800
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 183676 Files created for I/O operations
+ 55100 Files accessed for I/O operations
+ 3676 Files for non-I/O operations
+ 24 Symlinks
+ 6120 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 18:41:05 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 12975 12975 0 1.59 27.59 0.09 1.5%
+setattr 4.0% 4.0% 1998 1998 0 58.81 99.02 0.44 8.6%
+lookup 24.0% 24.0% 11974 11974 0 2.48 34.61 0.11 2.2%
+readlink 1.0% 1.0% 504 504 0 0.66 3.83 0.17 0.0%
+read 18.0% 18.1% 9033 11167 0 65.75 165.59 0.27 43.7%
+write 10.0% 10.0% 4999 6066 0 69.92 98.88 0.28 25.7%
+create 1.0% 1.0% 510 510 0 117.28 85.43 0.80 4.4%
+remove 1.0% 1.0% 522 522 0 82.01 77.44 0.75 3.1%
+readdir 1.0% 1.0% 516 516 0 6.18 90.10 0.82 0.2%
+fsstat 1.0% 1.0% 505 505 0 0.30 1.04 0.09 0.0%
+access 11.0% 10.8% 5387 5387 0 0.88 19.58 0.12 0.3%
+commit 0.0% 0.0% 0 1748 0 0.00 0.00 0.00 10.0%
+readdirplus 2.0% 2.1% 1042 1042 0 1.53 7.82 0.17 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 167 Ops/Sec AVG. RESPONSE TIME: 27.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 800 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 49965 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 54914
+PHYSICAL NFS IO THROUGHPUT: 183 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 95246.0 MB
+TOTAL FILE SET SIZE ACCESSED: 28574.4 - 28672.6 MB (100.00% to 100.34% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 18:41:06 PST 2011
+************************************************************************
+Sat Feb 26 18:41:06 PST 2011 ========================================================================
--- /dev/null
+Sat Feb 26 21:10:07 PST 2011 Configuration parameters passed validation
+
+Sat Feb 26 21:10:07 PST 2011 ========================================================================
+SFS Benchmark Prime Client Logfile.
+ Creation Date: Sat Feb 26 21:10:07 PST 2011
+ Prime Client hostname: c09-44.sysnet.ucsd.edu
+Sat Feb 26 21:10:13 PST 2011 Number of Clients: 1
+ Client hostname(s): c09-44.sysnet.ucsd.edu
+
+Sat Feb 26 21:10:13 PST 2011 SfsManager: Started sfs_syncd on c09-44.sysnet.ucsd.edu
+Sat Feb 26 21:10:23 PST 2011
+************************************************************************
+Sat Feb 26 21:10:23 PST 2011 Test Run 1 of 20
+
+Sat Feb 26 21:10:23 PST 2011 Sat Feb 26 21:10:23 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 21:10:23 PST 2011 sfsnfs3 -N 1 -l 40 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 21:10:38 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 21:10:39 2011 Received.
+Sat Feb 26 21:10:39 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 21:10:39 2011 Completed.
+Sat Feb 26 21:10:39 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 21:13:22 2011 Received.
+Sat Feb 26 21:13:22 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 21:13:22 2011 Completed.
+Sat Feb 26 21:13:22 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 21:18:23 2011 Received.
+Sat Feb 26 21:18:23 2011 Sending START message to 1 client(s).
+Sat Feb 26 21:18:23 2011 Completed.
+Sat Feb 26 21:23:23 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 21:23:23 2011 Completed.
+Sat Feb 26 21:23:23 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 21:23:34 2011 Received.
+Sat Feb 26 21:23:34 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 21:23:34 2011 Completed.
+Sat Feb 26 21:23:34 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 21:23:35 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 40 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 40
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 7904 Files created for I/O operations
+ 2368 Files accessed for I/O operations
+ 160 Files for non-I/O operations
+ 24 Symlinks
+ 260 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 21:23:35 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 3141 3141 0 0.18 0.05 0.01 0.5%
+setattr 4.0% 3.9% 463 463 0 1.29 8.19 0.26 0.5%
+lookup 24.0% 23.2% 2787 2787 0 0.23 2.65 0.06 0.6%
+readlink 1.0% 0.9% 110 110 0 0.17 0.01 0.02 0.0%
+read 18.0% 18.2% 2181 2688 0 27.84 85.44 0.39 55.1%
+write 10.0% 9.9% 1194 1452 0 37.79 83.90 0.52 41.0%
+create 1.0% 1.3% 152 152 0 2.21 1.19 0.17 0.3%
+remove 1.0% 1.1% 137 137 0 1.69 2.04 0.24 0.2%
+readdir 1.0% 0.9% 111 111 0 0.36 0.01 0.02 0.0%
+fsstat 1.0% 1.0% 122 122 0 0.17 0.01 0.02 0.0%
+access 11.0% 11.4% 1365 1365 0 0.18 0.02 0.01 0.2%
+commit 0.0% 0.0% 0 530 0 0.00 0.00 0.00 1.4%
+readdirplus 2.0% 2.0% 240 240 0 0.60 0.04 0.03 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 40 Ops/Sec AVG. RESPONSE TIME: 9.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 40 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 12003 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 13298
+PHYSICAL NFS IO THROUGHPUT: 44 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 4098.7 MB
+TOTAL FILE SET SIZE ACCESSED: 1230.0 - 1255.3 MB (100.00% to 102.06% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 21:23:36 PST 2011
+************************************************************************
+Sat Feb 26 21:23:36 PST 2011
+************************************************************************
+Sat Feb 26 21:23:36 PST 2011 Test Run 2 of 20
+
+Sat Feb 26 21:23:36 PST 2011 Sat Feb 26 21:23:36 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 21:23:36 PST 2011 sfsnfs3 -N 1 -l 80 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 21:23:51 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 21:23:52 2011 Received.
+Sat Feb 26 21:23:52 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 21:23:52 2011 Completed.
+Sat Feb 26 21:23:52 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 21:27:13 2011 Received.
+Sat Feb 26 21:27:13 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 21:27:13 2011 Completed.
+Sat Feb 26 21:27:13 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 21:32:14 2011 Received.
+Sat Feb 26 21:32:14 2011 Sending START message to 1 client(s).
+Sat Feb 26 21:32:14 2011 Completed.
+Sat Feb 26 21:37:14 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 21:37:14 2011 Completed.
+Sat Feb 26 21:37:14 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 21:37:25 2011 Received.
+Sat Feb 26 21:37:25 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 21:37:25 2011 Completed.
+Sat Feb 26 21:37:25 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 21:37:26 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 80 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 80
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 17776 Files created for I/O operations
+ 5332 Files accessed for I/O operations
+ 356 Files for non-I/O operations
+ 24 Symlinks
+ 592 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 21:37:26 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 6254 6254 0 0.18 0.05 0.01 0.3%
+setattr 4.0% 4.1% 993 993 0 1.00 1.04 0.06 0.2%
+lookup 24.0% 24.6% 5933 5933 0 0.18 0.05 0.01 0.3%
+readlink 1.0% 1.0% 251 251 0 0.18 0.01 0.01 0.0%
+read 18.0% 17.9% 4312 5344 0 60.79 126.49 0.34 61.4%
+write 10.0% 9.8% 2366 2808 0 62.79 247.86 0.63 34.8%
+create 1.0% 0.9% 225 225 0 3.42 2.09 0.19 0.2%
+remove 1.0% 0.9% 218 218 0 3.63 12.40 0.47 0.2%
+readdir 1.0% 0.9% 222 222 0 0.37 0.03 0.02 0.0%
+fsstat 1.0% 1.0% 235 235 0 0.19 0.15 0.05 0.0%
+access 11.0% 10.9% 2637 2637 0 0.18 0.02 0.01 0.1%
+commit 0.0% 0.0% 0 1029 0 0.00 0.00 0.00 2.4%
+readdirplus 2.0% 2.0% 493 493 0 0.68 0.07 0.02 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 80 Ops/Sec AVG. RESPONSE TIME: 17.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 80 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 24139 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 26642
+PHYSICAL NFS IO THROUGHPUT: 88 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 9217.8 MB
+TOTAL FILE SET SIZE ACCESSED: 2767.0 - 2818.3 MB (100.00% to 101.85% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 21:37:27 PST 2011
+************************************************************************
+Sat Feb 26 21:37:27 PST 2011
+************************************************************************
+Sat Feb 26 21:37:27 PST 2011 Test Run 3 of 20
+
+Sat Feb 26 21:37:27 PST 2011 Sat Feb 26 21:37:27 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 21:37:27 PST 2011 sfsnfs3 -N 1 -l 120 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 21:37:42 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 21:37:43 2011 Received.
+Sat Feb 26 21:37:43 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 21:37:43 2011 Completed.
+Sat Feb 26 21:37:43 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 21:40:26 2011 Received.
+Sat Feb 26 21:40:26 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 21:40:26 2011 Completed.
+Sat Feb 26 21:40:26 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 21:45:27 2011 Received.
+Sat Feb 26 21:45:27 2011 Sending START message to 1 client(s).
+Sat Feb 26 21:45:27 2011 Completed.
+Sat Feb 26 21:50:27 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 21:50:27 2011 Completed.
+Sat Feb 26 21:50:27 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 21:50:38 2011 Received.
+Sat Feb 26 21:50:38 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 21:50:38 2011 Completed.
+Sat Feb 26 21:50:38 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 21:50:39 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 120 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 120
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 27652 Files created for I/O operations
+ 8292 Files accessed for I/O operations
+ 556 Files for non-I/O operations
+ 24 Symlinks
+ 920 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 21:50:39 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 9368 9368 0 0.18 0.03 0.00 0.3%
+setattr 4.0% 4.0% 1444 1444 0 2.37 19.13 0.23 0.6%
+lookup 24.0% 24.3% 8804 8804 0 0.18 0.05 0.00 0.3%
+readlink 1.0% 0.9% 335 335 0 0.18 0.02 0.02 0.0%
+read 18.0% 18.0% 6505 8001 0 56.04 128.20 0.28 63.1%
+write 10.0% 9.8% 3537 4252 0 55.00 94.33 0.32 33.7%
+create 1.0% 1.0% 354 354 0 3.93 6.91 0.27 0.2%
+remove 1.0% 0.9% 334 334 0 4.75 28.65 0.57 0.3%
+readdir 1.0% 1.0% 354 354 0 0.38 0.03 0.02 0.0%
+fsstat 1.0% 1.0% 377 377 0 0.18 0.02 0.01 0.0%
+access 11.0% 11.2% 4060 4060 0 0.18 0.03 0.01 0.1%
+commit 0.0% 0.0% 0 1556 0 0.00 0.00 0.00 1.3%
+readdirplus 2.0% 2.0% 707 707 0 0.68 0.04 0.02 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 121 Ops/Sec AVG. RESPONSE TIME: 16.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 120 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 36179 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 39946
+PHYSICAL NFS IO THROUGHPUT: 133 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 14339.1 MB
+TOTAL FILE SET SIZE ACCESSED: 4301.9 - 4387.5 MB (100.00% to 101.99% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 21:50:40 PST 2011
+************************************************************************
+Sat Feb 26 21:50:40 PST 2011
+************************************************************************
+Sat Feb 26 21:50:40 PST 2011 Test Run 4 of 20
+
+Sat Feb 26 21:50:40 PST 2011 Sat Feb 26 21:50:40 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 21:50:40 PST 2011 sfsnfs3 -N 1 -l 160 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 21:50:55 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 21:50:56 2011 Received.
+Sat Feb 26 21:50:56 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 21:50:56 2011 Completed.
+Sat Feb 26 21:50:56 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 21:53:14 2011 Received.
+Sat Feb 26 21:53:14 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 21:53:14 2011 Completed.
+Sat Feb 26 21:53:14 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 21:58:15 2011 Received.
+Sat Feb 26 21:58:15 2011 Sending START message to 1 client(s).
+Sat Feb 26 21:58:15 2011 Completed.
+Sat Feb 26 22:03:15 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 22:03:15 2011 Completed.
+Sat Feb 26 22:03:15 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 22:03:27 2011 Received.
+Sat Feb 26 22:03:27 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 22:03:27 2011 Completed.
+Sat Feb 26 22:03:27 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 22:03:28 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 160 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 160
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 35552 Files created for I/O operations
+ 10664 Files accessed for I/O operations
+ 712 Files for non-I/O operations
+ 24 Symlinks
+ 1184 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 22:03:28 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 12652 12652 0 0.18 0.04 0.00 0.3%
+setattr 4.0% 3.9% 1863 1863 0 2.45 24.34 0.22 0.6%
+lookup 24.0% 24.3% 11749 11749 0 0.18 0.03 0.00 0.3%
+readlink 1.0% 1.0% 483 483 0 0.18 0.03 0.01 0.0%
+read 18.0% 17.9% 8660 10668 0 51.58 118.42 0.23 61.8%
+write 10.0% 10.1% 4852 5976 0 51.07 91.95 0.27 34.3%
+create 1.0% 0.9% 448 448 0 4.86 20.07 0.41 0.3%
+remove 1.0% 1.0% 491 491 0 4.10 17.45 0.37 0.3%
+readdir 1.0% 1.0% 484 484 0 0.38 0.07 0.02 0.0%
+fsstat 1.0% 1.0% 477 477 0 0.18 0.01 0.01 0.0%
+access 11.0% 10.7% 5180 5180 0 0.18 0.07 0.01 0.1%
+commit 0.0% 0.0% 0 2134 0 0.00 0.00 0.00 1.8%
+readdirplus 2.0% 1.9% 923 923 0 0.69 0.06 0.02 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 161 Ops/Sec AVG. RESPONSE TIME: 15.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 160 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 48262 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 53528
+PHYSICAL NFS IO THROUGHPUT: 179 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 18435.7 MB
+TOTAL FILE SET SIZE ACCESSED: 5531.9 - 5649.2 MB (100.00% to 102.12% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:03:29 PST 2011
+************************************************************************
+Sat Feb 26 22:03:29 PST 2011
+************************************************************************
+Sat Feb 26 22:03:29 PST 2011 Test Run 5 of 20
+
+Sat Feb 26 22:03:29 PST 2011 Sat Feb 26 22:03:29 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 22:03:29 PST 2011 sfsnfs3 -N 1 -l 200 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 22:03:44 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 22:03:46 2011 Received.
+Sat Feb 26 22:03:46 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 22:03:46 2011 Completed.
+Sat Feb 26 22:03:46 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 22:06:32 2011 Received.
+Sat Feb 26 22:06:32 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 22:06:32 2011 Completed.
+Sat Feb 26 22:06:32 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 22:11:33 2011 Received.
+Sat Feb 26 22:11:33 2011 Sending START message to 1 client(s).
+Sat Feb 26 22:11:33 2011 Completed.
+Sat Feb 26 22:16:33 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 22:16:33 2011 Completed.
+Sat Feb 26 22:16:33 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 22:16:44 2011 Received.
+Sat Feb 26 22:16:44 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 22:16:44 2011 Completed.
+Sat Feb 26 22:16:44 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 22:16:45 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 200 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 45428 Files created for I/O operations
+ 13628 Files accessed for I/O operations
+ 912 Files for non-I/O operations
+ 24 Symlinks
+ 1512 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 22:16:45 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 15820 15820 0 0.18 0.05 0.00 0.3%
+setattr 4.0% 4.1% 2465 2465 0 2.95 35.41 0.23 0.7%
+lookup 24.0% 24.0% 14496 14496 0 0.18 0.05 0.00 0.2%
+readlink 1.0% 1.0% 615 615 0 0.18 0.11 0.03 0.0%
+read 18.0% 18.0% 10896 13334 0 58.74 131.07 0.21 59.9%
+write 10.0% 10.0% 6039 7357 0 64.13 106.28 0.26 36.2%
+create 1.0% 1.1% 655 655 0 10.42 67.41 0.63 0.6%
+remove 1.0% 1.0% 586 586 0 3.65 12.57 0.29 0.2%
+readdir 1.0% 1.0% 613 613 0 0.38 0.04 0.02 0.0%
+fsstat 1.0% 1.0% 591 591 0 0.18 0.05 0.02 0.0%
+access 11.0% 10.8% 6540 6540 0 0.18 0.03 0.00 0.1%
+commit 0.0% 0.0% 0 2635 0 0.00 0.00 0.00 1.7%
+readdirplus 2.0% 2.0% 1196 1196 0 0.70 0.08 0.02 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 202 Ops/Sec AVG. RESPONSE TIME: 17.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 200 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 60512 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 66903
+PHYSICAL NFS IO THROUGHPUT: 223 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 23556.9 MB
+TOTAL FILE SET SIZE ACCESSED: 7068.9 - 7204.5 MB (100.00% to 101.92% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:16:46 PST 2011
+************************************************************************
+Sat Feb 26 22:16:46 PST 2011
+************************************************************************
+Sat Feb 26 22:16:46 PST 2011 Test Run 6 of 20
+
+Sat Feb 26 22:16:46 PST 2011 Sat Feb 26 22:16:46 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 22:16:46 PST 2011 sfsnfs3 -N 1 -l 240 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 22:17:01 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 22:17:02 2011 Received.
+Sat Feb 26 22:17:02 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 22:17:02 2011 Completed.
+Sat Feb 26 22:17:02 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 22:20:19 2011 Received.
+Sat Feb 26 22:20:19 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 22:20:19 2011 Completed.
+Sat Feb 26 22:20:19 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 22:25:20 2011 Received.
+Sat Feb 26 22:25:20 2011 Sending START message to 1 client(s).
+Sat Feb 26 22:25:20 2011 Completed.
+Sat Feb 26 22:30:20 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 22:30:20 2011 Completed.
+Sat Feb 26 22:30:20 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 22:30:31 2011 Received.
+Sat Feb 26 22:30:31 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 22:30:31 2011 Completed.
+Sat Feb 26 22:30:31 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 22:30:32 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 240 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 240
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 55304 Files created for I/O operations
+ 16588 Files accessed for I/O operations
+ 1108 Files for non-I/O operations
+ 24 Symlinks
+ 1840 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 22:30:32 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 18480 18480 0 0.17 0.04 0.00 0.2%
+setattr 4.0% 4.1% 2907 2907 0 3.36 43.29 0.24 0.6%
+lookup 24.0% 24.2% 17274 17274 0 0.18 0.04 0.00 0.2%
+readlink 1.0% 1.0% 699 699 0 0.17 0.04 0.02 0.0%
+read 18.0% 18.0% 12856 15870 0 75.10 140.93 0.21 61.7%
+write 10.0% 9.8% 7022 8525 0 77.40 118.78 0.25 34.7%
+create 1.0% 1.0% 691 691 0 10.27 75.92 0.65 0.5%
+remove 1.0% 1.1% 750 750 0 10.30 73.09 0.61 0.5%
+readdir 1.0% 1.0% 711 711 0 0.38 0.06 0.02 0.0%
+fsstat 1.0% 1.0% 693 693 0 0.17 0.04 0.02 0.0%
+access 11.0% 11.0% 7858 7858 0 0.17 0.04 0.00 0.1%
+commit 0.0% 0.0% 0 2869 0 0.00 0.00 0.00 1.4%
+readdirplus 2.0% 2.0% 1449 1449 0 0.69 0.07 0.01 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 239 Ops/Sec AVG. RESPONSE TIME: 21.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 240 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 71390 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 78776
+PHYSICAL NFS IO THROUGHPUT: 263 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 28678.1 MB
+TOTAL FILE SET SIZE ACCESSED: 8603.9 - 8730.2 MB (100.00% to 101.47% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:30:33 PST 2011
+************************************************************************
+Sat Feb 26 22:30:33 PST 2011
+************************************************************************
+Sat Feb 26 22:30:33 PST 2011 Test Run 7 of 20
+
+Sat Feb 26 22:30:33 PST 2011 Sat Feb 26 22:30:33 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 22:30:33 PST 2011 sfsnfs3 -N 1 -l 280 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 22:30:48 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 22:30:49 2011 Received.
+Sat Feb 26 22:30:49 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 22:30:49 2011 Completed.
+Sat Feb 26 22:30:49 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 22:33:30 2011 Received.
+Sat Feb 26 22:33:30 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 22:33:30 2011 Completed.
+Sat Feb 26 22:33:30 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 22:38:31 2011 Received.
+Sat Feb 26 22:38:31 2011 Sending START message to 1 client(s).
+Sat Feb 26 22:38:31 2011 Completed.
+Sat Feb 26 22:43:31 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 22:43:31 2011 Completed.
+Sat Feb 26 22:43:31 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 22:43:42 2011 Received.
+Sat Feb 26 22:43:42 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 22:43:42 2011 Completed.
+Sat Feb 26 22:43:42 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 22:43:43 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 280 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 280
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 63204 Files created for I/O operations
+ 18960 Files accessed for I/O operations
+ 1268 Files for non-I/O operations
+ 24 Symlinks
+ 2104 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 22:43:43 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 17458 17458 0 0.17 0.04 0.00 0.2%
+setattr 4.0% 3.8% 2577 2577 0 4.34 58.32 0.29 0.7%
+lookup 24.0% 24.3% 16313 16313 0 0.18 0.04 0.00 0.2%
+readlink 1.0% 1.0% 660 660 0 0.17 0.08 0.02 0.0%
+read 18.0% 17.8% 11958 14575 0 79.57 142.44 0.21 60.9%
+write 10.0% 10.0% 6715 8167 0 81.45 111.57 0.25 35.0%
+create 1.0% 1.0% 662 662 0 7.20 47.74 0.53 0.3%
+remove 1.0% 1.0% 659 659 0 7.90 58.05 0.58 0.3%
+readdir 1.0% 1.0% 675 675 0 0.37 0.05 0.02 0.0%
+fsstat 1.0% 1.0% 685 685 0 0.17 0.04 0.01 0.0%
+access 11.0% 11.1% 7430 7430 0 0.17 0.04 0.00 0.1%
+commit 0.0% 0.0% 0 2619 0 0.00 0.00 0.00 2.2%
+readdirplus 2.0% 2.1% 1377 1377 0 0.69 0.08 0.01 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 225 Ops/Sec AVG. RESPONSE TIME: 23.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 280 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 67169 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 73857
+PHYSICAL NFS IO THROUGHPUT: 247 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 32774.7 MB
+TOTAL FILE SET SIZE ACCESSED: 9833.9 - 9951.0 MB (100.00% to 101.19% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:43:44 PST 2011
+************************************************************************
+Sat Feb 26 22:43:44 PST 2011
+************************************************************************
+Sat Feb 26 22:43:44 PST 2011 Test Run 8 of 20
+
+Sat Feb 26 22:43:44 PST 2011 Sat Feb 26 22:43:44 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 22:43:44 PST 2011 sfsnfs3 -N 1 -l 320 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 22:43:59 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 22:44:00 2011 Received.
+Sat Feb 26 22:44:00 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 22:44:00 2011 Completed.
+Sat Feb 26 22:44:00 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 22:47:05 2011 Received.
+Sat Feb 26 22:47:05 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 22:47:05 2011 Completed.
+Sat Feb 26 22:47:05 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 22:52:06 2011 Received.
+Sat Feb 26 22:52:06 2011 Sending START message to 1 client(s).
+Sat Feb 26 22:52:06 2011 Completed.
+Sat Feb 26 22:57:06 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 22:57:06 2011 Completed.
+Sat Feb 26 22:57:06 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 22:57:17 2011 Received.
+Sat Feb 26 22:57:17 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 22:57:17 2011 Completed.
+Sat Feb 26 22:57:17 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 22:57:18 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 320 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 320
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 73076 Files created for I/O operations
+ 21920 Files accessed for I/O operations
+ 1464 Files for non-I/O operations
+ 24 Symlinks
+ 2432 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 22:57:18 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 14247 14247 0 0.17 0.04 0.00 0.2%
+setattr 4.0% 3.9% 2109 2109 0 5.01 59.27 0.33 0.7%
+lookup 24.0% 24.3% 13257 13257 0 0.18 0.08 0.00 0.2%
+readlink 1.0% 1.0% 563 563 0 0.17 0.04 0.02 0.0%
+read 18.0% 17.8% 9722 11960 0 100.13 151.30 0.24 63.2%
+write 10.0% 9.9% 5396 6553 0 94.62 125.42 0.30 33.2%
+create 1.0% 1.1% 577 577 0 7.08 38.76 0.51 0.3%
+remove 1.0% 1.0% 543 543 0 10.27 80.90 0.76 0.4%
+readdir 1.0% 1.0% 564 564 0 0.38 0.03 0.02 0.0%
+fsstat 1.0% 1.0% 538 538 0 0.17 0.04 0.02 0.0%
+access 11.0% 11.0% 5994 5994 0 0.17 0.04 0.01 0.1%
+commit 0.0% 0.0% 0 2022 0 0.00 0.00 0.00 1.8%
+readdirplus 2.0% 2.0% 1069 1069 0 0.70 0.07 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 183 Ops/Sec AVG. RESPONSE TIME: 28.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 320 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 54579 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 59996
+PHYSICAL NFS IO THROUGHPUT: 200 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 37893.9 MB
+TOTAL FILE SET SIZE ACCESSED: 11368.8 - 11471.2 MB (100.00% to 100.90% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:57:19 PST 2011
+************************************************************************
+Sat Feb 26 22:57:19 PST 2011
+************************************************************************
+Sat Feb 26 22:57:19 PST 2011 Test Run 9 of 20
+
+Sat Feb 26 22:57:19 PST 2011 Sat Feb 26 22:57:19 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 22:57:19 PST 2011 sfsnfs3 -N 1 -l 360 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 22:57:34 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 22:57:36 2011 Received.
+Sat Feb 26 22:57:36 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 22:57:36 2011 Completed.
+Sat Feb 26 22:57:36 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 23:00:19 2011 Received.
+Sat Feb 26 23:00:19 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 23:00:19 2011 Completed.
+Sat Feb 26 23:00:19 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 23:05:20 2011 Received.
+Sat Feb 26 23:05:20 2011 Sending START message to 1 client(s).
+Sat Feb 26 23:05:20 2011 Completed.
+Sat Feb 26 23:10:20 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 23:10:20 2011 Completed.
+Sat Feb 26 23:10:20 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 23:10:32 2011 Received.
+Sat Feb 26 23:10:32 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 23:10:32 2011 Completed.
+Sat Feb 26 23:10:32 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 23:10:33 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 360 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 360
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 82952 Files created for I/O operations
+ 24884 Files accessed for I/O operations
+ 1660 Files for non-I/O operations
+ 24 Symlinks
+ 2764 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 23:10:33 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 12768 12768 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 3.9% 1882 1882 0 7.21 70.45 0.38 0.9%
+lookup 24.0% 24.1% 11753 11753 0 0.18 0.10 0.01 0.1%
+readlink 1.0% 1.0% 481 481 0 0.17 0.05 0.02 0.0%
+read 18.0% 18.0% 8792 10768 0 112.63 158.62 0.26 64.1%
+write 10.0% 9.9% 4820 5846 0 103.73 125.05 0.32 32.4%
+create 1.0% 0.9% 417 417 0 8.96 55.56 0.72 0.2%
+remove 1.0% 1.0% 493 493 0 11.58 82.11 0.80 0.4%
+readdir 1.0% 1.0% 498 498 0 0.38 0.04 0.02 0.0%
+fsstat 1.0% 1.0% 505 505 0 0.17 0.02 0.01 0.0%
+access 11.0% 11.1% 5432 5432 0 0.17 0.04 0.01 0.1%
+commit 0.0% 0.0% 0 1758 0 0.00 0.00 0.00 1.7%
+readdirplus 2.0% 2.1% 1017 1017 0 0.70 0.08 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 163 Ops/Sec AVG. RESPONSE TIME: 31.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 360 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 48858 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 53618
+PHYSICAL NFS IO THROUGHPUT: 178 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 43015.1 MB
+TOTAL FILE SET SIZE ACCESSED: 12905.8 - 12992.2 MB (100.00% to 100.67% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 23:10:34 PST 2011
+************************************************************************
+Sat Feb 26 23:10:34 PST 2011
+************************************************************************
+Sat Feb 26 23:10:34 PST 2011 Test Run 10 of 20
+
+Sat Feb 26 23:10:34 PST 2011 Sat Feb 26 23:10:34 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 23:10:34 PST 2011 sfsnfs3 -N 1 -l 400 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 23:10:49 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 23:10:50 2011 Received.
+Sat Feb 26 23:10:50 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 23:10:50 2011 Completed.
+Sat Feb 26 23:10:50 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 23:13:44 2011 Received.
+Sat Feb 26 23:13:44 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 23:13:44 2011 Completed.
+Sat Feb 26 23:13:44 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 23:18:45 2011 Received.
+Sat Feb 26 23:18:45 2011 Sending START message to 1 client(s).
+Sat Feb 26 23:18:45 2011 Completed.
+Sat Feb 26 23:23:45 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 23:23:45 2011 Completed.
+Sat Feb 26 23:23:45 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 23:23:57 2011 Received.
+Sat Feb 26 23:23:57 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 23:23:57 2011 Completed.
+Sat Feb 26 23:23:57 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 23:23:58 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 400 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 400
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 90852 Files created for I/O operations
+ 27252 Files accessed for I/O operations
+ 1820 Files for non-I/O operations
+ 24 Symlinks
+ 3028 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 23:23:58 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 9704 9704 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 3.9% 1460 1460 0 5.85 67.83 0.42 0.6%
+lookup 24.0% 24.0% 9016 9016 0 0.18 0.03 0.00 0.1%
+readlink 1.0% 1.0% 371 371 0 0.17 0.04 0.02 0.0%
+read 18.0% 18.0% 6773 8423 0 148.95 170.43 0.31 66.7%
+write 10.0% 10.1% 3799 4514 0 119.01 122.57 0.35 29.9%
+create 1.0% 1.0% 387 387 0 18.22 109.62 1.04 0.5%
+remove 1.0% 1.0% 363 363 0 17.26 107.98 1.07 0.4%
+readdir 1.0% 1.0% 372 372 0 0.39 0.06 0.03 0.0%
+fsstat 1.0% 1.0% 391 391 0 0.17 0.03 0.02 0.0%
+access 11.0% 11.3% 4232 4232 0 0.17 0.04 0.01 0.0%
+commit 0.0% 0.0% 0 1355 0 0.00 0.00 0.00 1.6%
+readdirplus 2.0% 2.0% 740 740 0 0.71 0.06 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 125 Ops/Sec AVG. RESPONSE TIME: 40.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 400 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 37608 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 41328
+PHYSICAL NFS IO THROUGHPUT: 137 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 47111.7 MB
+TOTAL FILE SET SIZE ACCESSED: 14133.7 - 14202.3 MB (100.00% to 100.48% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 23:23:59 PST 2011
+************************************************************************
+Sat Feb 26 23:23:59 PST 2011
+************************************************************************
+Sat Feb 26 23:23:59 PST 2011 Test Run 11 of 20
+
+Sat Feb 26 23:23:59 PST 2011 Sat Feb 26 23:23:59 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 23:23:59 PST 2011 sfsnfs3 -N 1 -l 440 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 23:24:14 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 23:24:15 2011 Received.
+Sat Feb 26 23:24:15 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 23:24:15 2011 Completed.
+Sat Feb 26 23:24:15 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 23:27:53 2011 Received.
+Sat Feb 26 23:27:53 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 23:27:53 2011 Completed.
+Sat Feb 26 23:27:53 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 23:32:54 2011 Received.
+Sat Feb 26 23:32:54 2011 Sending START message to 1 client(s).
+Sat Feb 26 23:32:54 2011 Completed.
+Sat Feb 26 23:37:54 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 23:37:54 2011 Completed.
+Sat Feb 26 23:37:54 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 23:38:05 2011 Received.
+Sat Feb 26 23:38:05 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 23:38:05 2011 Completed.
+Sat Feb 26 23:38:05 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 23:38:06 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 440 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 440
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 100728 Files created for I/O operations
+ 30216 Files accessed for I/O operations
+ 2016 Files for non-I/O operations
+ 24 Symlinks
+ 3356 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 23:38:06 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 9675 9675 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 4.1% 1532 1532 0 7.68 79.55 0.45 0.8%
+lookup 24.0% 24.1% 8971 8971 0 0.18 0.13 0.01 0.1%
+readlink 1.0% 1.0% 362 362 0 0.17 0.03 0.02 0.0%
+read 18.0% 17.9% 6641 8056 0 146.80 173.80 0.32 65.1%
+write 10.0% 9.8% 3642 4387 0 130.48 122.07 0.36 31.7%
+create 1.0% 1.0% 377 377 0 15.80 97.00 0.99 0.4%
+remove 1.0% 1.1% 408 408 0 14.54 82.27 0.88 0.4%
+readdir 1.0% 1.0% 381 381 0 0.39 0.04 0.02 0.0%
+fsstat 1.0% 1.1% 409 409 0 0.17 0.02 0.01 0.0%
+access 11.0% 10.9% 4054 4054 0 0.17 0.03 0.01 0.0%
+commit 0.0% 0.0% 0 1280 0 0.00 0.00 0.00 1.2%
+readdirplus 2.0% 2.0% 734 734 0 0.71 0.07 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 124 Ops/Sec AVG. RESPONSE TIME: 40.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 440 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 37186 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 40626
+PHYSICAL NFS IO THROUGHPUT: 135 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 52233.0 MB
+TOTAL FILE SET SIZE ACCESSED: 15670.7 - 15739.6 MB (100.00% to 100.44% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 23:38:07 PST 2011
+************************************************************************
+Sat Feb 26 23:38:07 PST 2011
+************************************************************************
+Sat Feb 26 23:38:07 PST 2011 Test Run 12 of 20
+
+Sat Feb 26 23:38:07 PST 2011 Sat Feb 26 23:38:07 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 23:38:07 PST 2011 sfsnfs3 -N 1 -l 480 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 23:38:22 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 23:38:24 2011 Received.
+Sat Feb 26 23:38:24 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 23:38:24 2011 Completed.
+Sat Feb 26 23:38:24 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 23:42:02 2011 Received.
+Sat Feb 26 23:42:02 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 23:42:02 2011 Completed.
+Sat Feb 26 23:42:02 2011 Waiting on READY message from 1 client(s).
+Sat Feb 26 23:47:03 2011 Received.
+Sat Feb 26 23:47:03 2011 Sending START message to 1 client(s).
+Sat Feb 26 23:47:03 2011 Completed.
+Sat Feb 26 23:52:03 2011 Sending STOP message to 1 client(s).
+Sat Feb 26 23:52:03 2011 Completed.
+Sat Feb 26 23:52:03 2011 Waiting on DONE-TEST message from 1 client(s).
+Sat Feb 26 23:52:15 2011 Received.
+Sat Feb 26 23:52:15 2011 Sending MOVE-DATA message to 1 client(s).
+Sat Feb 26 23:52:15 2011 Completed.
+Sat Feb 26 23:52:15 2011 Waiting on SEND-DATA message from 1 client(s).
+Sat Feb 26 23:52:16 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 480 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 480
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 110604 Files created for I/O operations
+ 33180 Files accessed for I/O operations
+ 2216 Files for non-I/O operations
+ 24 Symlinks
+ 3684 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 23:52:16 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 9485 9485 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 4.0% 1458 1458 0 7.66 89.01 0.48 0.7%
+lookup 24.0% 23.9% 8683 8683 0 0.18 0.12 0.01 0.1%
+readlink 1.0% 1.0% 373 373 0 0.17 0.03 0.02 0.0%
+read 18.0% 18.1% 6561 8041 0 150.63 166.06 0.31 65.8%
+write 10.0% 9.8% 3565 4322 0 128.43 136.87 0.38 30.5%
+create 1.0% 1.1% 397 397 0 14.80 82.70 0.89 0.4%
+remove 1.0% 1.0% 345 345 0 23.14 146.07 1.28 0.5%
+readdir 1.0% 1.0% 362 362 0 0.38 0.04 0.02 0.0%
+fsstat 1.0% 1.0% 357 357 0 0.17 0.02 0.02 0.0%
+access 11.0% 10.9% 3942 3942 0 0.17 0.04 0.01 0.0%
+commit 0.0% 0.0% 0 1248 0 0.00 0.00 0.00 1.7%
+readdirplus 2.0% 2.0% 731 731 0 0.71 0.07 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 121 Ops/Sec AVG. RESPONSE TIME: 41.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 480 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 36259 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 39744
+PHYSICAL NFS IO THROUGHPUT: 132 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 57354.2 MB
+TOTAL FILE SET SIZE ACCESSED: 17207.7 - 17276.9 MB (100.00% to 100.40% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 23:52:17 PST 2011
+************************************************************************
+Sat Feb 26 23:52:17 PST 2011
+************************************************************************
+Sat Feb 26 23:52:17 PST 2011 Test Run 13 of 20
+
+Sat Feb 26 23:52:17 PST 2011 Sat Feb 26 23:52:17 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sat Feb 26 23:52:17 PST 2011 sfsnfs3 -N 1 -l 520 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sat Feb 26 23:52:32 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sat Feb 26 23:52:34 2011 Received.
+Sat Feb 26 23:52:34 2011 Sending DO-INIT message to 1 client(s).
+Sat Feb 26 23:52:34 2011 Completed.
+Sat Feb 26 23:52:34 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sat Feb 26 23:56:12 2011 Received.
+Sat Feb 26 23:56:12 2011 Sending DO-WARMUP message to 1 client(s).
+Sat Feb 26 23:56:12 2011 Completed.
+Sat Feb 26 23:56:12 2011 Waiting on READY message from 1 client(s).
+Sun Feb 27 00:01:13 2011 Received.
+Sun Feb 27 00:01:13 2011 Sending START message to 1 client(s).
+Sun Feb 27 00:01:13 2011 Completed.
+Sun Feb 27 00:06:13 2011 Sending STOP message to 1 client(s).
+Sun Feb 27 00:06:13 2011 Completed.
+Sun Feb 27 00:06:13 2011 Waiting on DONE-TEST message from 1 client(s).
+Sun Feb 27 00:06:25 2011 Received.
+Sun Feb 27 00:06:25 2011 Sending MOVE-DATA message to 1 client(s).
+Sun Feb 27 00:06:25 2011 Completed.
+Sun Feb 27 00:06:25 2011 Waiting on SEND-DATA message from 1 client(s).
+Sun Feb 27 00:06:26 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 520 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 520
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 118504 Files created for I/O operations
+ 35548 Files accessed for I/O operations
+ 2372 Files for non-I/O operations
+ 24 Symlinks
+ 3948 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 00:06:26 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 9166 9166 0 0.17 0.06 0.01 0.1%
+setattr 4.0% 4.0% 1389 1389 0 10.25 104.80 0.54 0.9%
+lookup 24.0% 23.9% 8394 8394 0 0.18 0.08 0.01 0.1%
+readlink 1.0% 1.0% 350 350 0 0.17 0.03 0.02 0.0%
+read 18.0% 18.0% 6337 7796 0 158.74 171.36 0.32 66.6%
+write 10.0% 10.0% 3500 4170 0 128.87 123.88 0.37 29.9%
+create 1.0% 1.1% 377 377 0 13.28 83.74 0.92 0.3%
+remove 1.0% 1.0% 343 343 0 12.57 73.99 0.91 0.3%
+readdir 1.0% 1.0% 353 353 0 0.38 0.04 0.02 0.0%
+fsstat 1.0% 1.1% 374 374 0 0.17 0.04 0.02 0.0%
+access 11.0% 11.1% 3895 3895 0 0.17 0.05 0.01 0.0%
+commit 0.0% 0.0% 0 1222 0 0.00 0.00 0.00 1.6%
+readdirplus 2.0% 1.9% 678 678 0 0.72 0.33 0.04 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 117 Ops/Sec AVG. RESPONSE TIME: 42.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 520 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 35156 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 38507
+PHYSICAL NFS IO THROUGHPUT: 128 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 61450.8 MB
+TOTAL FILE SET SIZE ACCESSED: 18435.7 - 18498.4 MB (100.00% to 100.34% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 00:06:27 PST 2011
+************************************************************************
+Sun Feb 27 00:06:27 PST 2011
+************************************************************************
+Sun Feb 27 00:06:27 PST 2011 Test Run 14 of 20
+
+Sun Feb 27 00:06:27 PST 2011 Sun Feb 27 00:06:27 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sun Feb 27 00:06:27 PST 2011 sfsnfs3 -N 1 -l 560 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sun Feb 27 00:06:42 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sun Feb 27 00:06:44 2011 Received.
+Sun Feb 27 00:06:44 2011 Sending DO-INIT message to 1 client(s).
+Sun Feb 27 00:06:44 2011 Completed.
+Sun Feb 27 00:06:44 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sun Feb 27 00:10:30 2011 Received.
+Sun Feb 27 00:10:30 2011 Sending DO-WARMUP message to 1 client(s).
+Sun Feb 27 00:10:30 2011 Completed.
+Sun Feb 27 00:10:30 2011 Waiting on READY message from 1 client(s).
+Sun Feb 27 00:15:32 2011 Received.
+Sun Feb 27 00:15:32 2011 Sending START message to 1 client(s).
+Sun Feb 27 00:15:32 2011 Completed.
+Sun Feb 27 00:20:32 2011 Sending STOP message to 1 client(s).
+Sun Feb 27 00:20:32 2011 Completed.
+Sun Feb 27 00:20:32 2011 Waiting on DONE-TEST message from 1 client(s).
+Sun Feb 27 00:20:44 2011 Received.
+Sun Feb 27 00:20:44 2011 Sending MOVE-DATA message to 1 client(s).
+Sun Feb 27 00:20:44 2011 Completed.
+Sun Feb 27 00:20:44 2011 Waiting on SEND-DATA message from 1 client(s).
+Sun Feb 27 00:20:45 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 560 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 560
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 128376 Files created for I/O operations
+ 38512 Files accessed for I/O operations
+ 2568 Files for non-I/O operations
+ 24 Symlinks
+ 4276 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 00:20:45 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.4% 8101 8101 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 3.9% 1181 1181 0 5.28 56.05 0.43 0.4%
+lookup 24.0% 24.0% 7357 7357 0 0.18 0.09 0.01 0.1%
+readlink 1.0% 0.9% 278 278 0 0.17 0.02 0.01 0.0%
+read 18.0% 17.7% 5441 6737 0 178.52 191.70 0.37 65.1%
+write 10.0% 10.3% 3162 3842 0 151.12 335.03 0.64 32.0%
+create 1.0% 1.0% 296 296 0 21.15 124.27 1.27 0.4%
+remove 1.0% 1.0% 293 293 0 22.94 119.64 1.25 0.5%
+readdir 1.0% 1.0% 305 305 0 0.39 0.07 0.03 0.0%
+fsstat 1.0% 0.9% 291 291 0 0.17 0.02 0.02 0.0%
+access 11.0% 10.9% 3344 3344 0 0.17 0.03 0.01 0.0%
+commit 0.0% 0.0% 0 1099 0 0.00 0.00 0.00 1.3%
+readdirplus 2.0% 2.0% 618 618 0 0.72 0.06 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 102 Ops/Sec AVG. RESPONSE TIME: 48.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 560 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 30667 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 33742
+PHYSICAL NFS IO THROUGHPUT: 112 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 66570.0 MB
+TOTAL FILE SET SIZE ACCESSED: 19972.7 - 20035.8 MB (100.00% to 100.32% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 00:20:46 PST 2011
+************************************************************************
+Sun Feb 27 00:20:46 PST 2011
+************************************************************************
+Sun Feb 27 00:20:46 PST 2011 Test Run 15 of 20
+
+Sun Feb 27 00:20:46 PST 2011 Sun Feb 27 00:20:46 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sun Feb 27 00:20:46 PST 2011 sfsnfs3 -N 1 -l 600 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sun Feb 27 00:21:01 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sun Feb 27 00:21:02 2011 Received.
+Sun Feb 27 00:21:02 2011 Sending DO-INIT message to 1 client(s).
+Sun Feb 27 00:21:02 2011 Completed.
+Sun Feb 27 00:21:02 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sun Feb 27 00:25:04 2011 Received.
+Sun Feb 27 00:25:04 2011 Sending DO-WARMUP message to 1 client(s).
+Sun Feb 27 00:25:04 2011 Completed.
+Sun Feb 27 00:25:04 2011 Waiting on READY message from 1 client(s).
+Sun Feb 27 00:30:05 2011 Received.
+Sun Feb 27 00:30:05 2011 Sending START message to 1 client(s).
+Sun Feb 27 00:30:05 2011 Completed.
+Sun Feb 27 00:35:05 2011 Sending STOP message to 1 client(s).
+Sun Feb 27 00:35:05 2011 Completed.
+Sun Feb 27 00:35:05 2011 Waiting on DONE-TEST message from 1 client(s).
+Sun Feb 27 00:35:16 2011 Received.
+Sun Feb 27 00:35:16 2011 Sending MOVE-DATA message to 1 client(s).
+Sun Feb 27 00:35:16 2011 Completed.
+Sun Feb 27 00:35:16 2011 Waiting on SEND-DATA message from 1 client(s).
+Sun Feb 27 00:35:17 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 600 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 600
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 138252 Files created for I/O operations
+ 41472 Files accessed for I/O operations
+ 2768 Files for non-I/O operations
+ 24 Symlinks
+ 4608 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 00:35:17 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 7945 7945 0 0.17 0.06 0.01 0.1%
+setattr 4.0% 3.9% 1187 1187 0 3.69 40.88 0.36 0.3%
+lookup 24.0% 24.1% 7317 7317 0 0.19 0.29 0.01 0.1%
+readlink 1.0% 1.0% 297 297 0 0.17 0.02 0.01 0.0%
+read 18.0% 17.7% 5362 6640 0 182.77 168.93 0.35 66.0%
+write 10.0% 10.1% 3069 3768 0 149.22 124.84 0.40 30.8%
+create 1.0% 1.0% 302 302 0 17.63 110.62 1.19 0.4%
+remove 1.0% 0.9% 275 275 0 18.31 93.14 1.14 0.3%
+readdir 1.0% 1.0% 305 305 0 0.39 0.08 0.03 0.0%
+fsstat 1.0% 1.0% 310 310 0 0.17 0.04 0.02 0.0%
+access 11.0% 11.0% 3346 3346 0 0.17 0.04 0.01 0.0%
+commit 0.0% 0.0% 0 1071 0 0.00 0.00 0.00 1.9%
+readdirplus 2.0% 2.0% 608 608 0 0.73 0.07 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 101 Ops/Sec AVG. RESPONSE TIME: 49.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 600 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 30323 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 33371
+PHYSICAL NFS IO THROUGHPUT: 111 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 71691.2 MB
+TOTAL FILE SET SIZE ACCESSED: 21507.6 - 21567.4 MB (100.00% to 100.28% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 00:35:18 PST 2011
+************************************************************************
+Sun Feb 27 00:35:18 PST 2011
+************************************************************************
+Sun Feb 27 00:35:18 PST 2011 Test Run 16 of 20
+
+Sun Feb 27 00:35:18 PST 2011 Sun Feb 27 00:35:18 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sun Feb 27 00:35:18 PST 2011 sfsnfs3 -N 1 -l 640 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sun Feb 27 00:35:33 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sun Feb 27 00:35:34 2011 Received.
+Sun Feb 27 00:35:34 2011 Sending DO-INIT message to 1 client(s).
+Sun Feb 27 00:35:34 2011 Completed.
+Sun Feb 27 00:35:34 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sun Feb 27 00:40:19 2011 Received.
+Sun Feb 27 00:40:19 2011 Sending DO-WARMUP message to 1 client(s).
+Sun Feb 27 00:40:19 2011 Completed.
+Sun Feb 27 00:40:19 2011 Waiting on READY message from 1 client(s).
+Sun Feb 27 00:45:20 2011 Received.
+Sun Feb 27 00:45:20 2011 Sending START message to 1 client(s).
+Sun Feb 27 00:45:20 2011 Completed.
+Sun Feb 27 00:50:20 2011 Sending STOP message to 1 client(s).
+Sun Feb 27 00:50:20 2011 Completed.
+Sun Feb 27 00:50:20 2011 Waiting on DONE-TEST message from 1 client(s).
+Sun Feb 27 00:50:31 2011 Received.
+Sun Feb 27 00:50:31 2011 Sending MOVE-DATA message to 1 client(s).
+Sun Feb 27 00:50:31 2011 Completed.
+Sun Feb 27 00:50:31 2011 Waiting on SEND-DATA message from 1 client(s).
+Sun Feb 27 00:50:32 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 640 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 640
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 148128 Files created for I/O operations
+ 44436 Files accessed for I/O operations
+ 2964 Files for non-I/O operations
+ 24 Symlinks
+ 4936 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 00:50:32 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 6607 6607 0 0.47 5.48 0.06 0.2%
+setattr 4.0% 4.1% 1041 1041 0 34.00 494.83 1.35 2.4%
+lookup 24.0% 24.1% 6089 6089 0 0.78 10.19 0.08 0.3%
+readlink 1.0% 1.0% 252 252 0 0.50 3.84 0.24 0.0%
+read 18.0% 18.3% 4627 5782 0 211.85 411.92 0.58 66.4%
+write 10.0% 9.3% 2348 2859 0 172.88 610.55 1.00 27.5%
+create 1.0% 0.9% 229 229 0 60.10 559.18 3.06 0.9%
+remove 1.0% 1.0% 242 242 0 38.47 301.36 2.19 0.6%
+readdir 1.0% 1.0% 265 265 0 0.42 0.35 0.07 0.0%
+fsstat 1.0% 1.0% 246 246 0 0.19 0.21 0.06 0.0%
+access 11.0% 11.2% 2831 2831 0 0.82 26.72 0.19 0.2%
+commit 0.0% 0.0% 0 809 0 0.00 0.00 0.00 1.4%
+readdirplus 2.0% 1.9% 471 471 0 0.79 0.64 0.07 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 84 Ops/Sec AVG. RESPONSE TIME: 58.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 640 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 25248 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 27723
+PHYSICAL NFS IO THROUGHPUT: 92 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 76812.5 MB
+TOTAL FILE SET SIZE ACCESSED: 23044.6 - 23091.7 MB (100.00% to 100.20% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 00:50:33 PST 2011
+************************************************************************
+Sun Feb 27 00:50:33 PST 2011
+************************************************************************
+Sun Feb 27 00:50:33 PST 2011 Test Run 17 of 20
+
+Sun Feb 27 00:50:33 PST 2011 Sun Feb 27 00:50:33 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sun Feb 27 00:50:33 PST 2011 sfsnfs3 -N 1 -l 680 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sun Feb 27 00:50:48 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sun Feb 27 00:50:50 2011 Received.
+Sun Feb 27 00:50:50 2011 Sending DO-INIT message to 1 client(s).
+Sun Feb 27 00:50:50 2011 Completed.
+Sun Feb 27 00:50:50 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sun Feb 27 00:54:59 2011 Received.
+Sun Feb 27 00:54:59 2011 Sending DO-WARMUP message to 1 client(s).
+Sun Feb 27 00:54:59 2011 Completed.
+Sun Feb 27 00:54:59 2011 Waiting on READY message from 1 client(s).
+Sun Feb 27 01:00:00 2011 Received.
+Sun Feb 27 01:00:00 2011 Sending START message to 1 client(s).
+Sun Feb 27 01:00:00 2011 Completed.
+Sun Feb 27 01:05:00 2011 Sending STOP message to 1 client(s).
+Sun Feb 27 01:05:00 2011 Completed.
+Sun Feb 27 01:05:00 2011 Waiting on DONE-TEST message from 1 client(s).
+Sun Feb 27 01:05:11 2011 Received.
+Sun Feb 27 01:05:11 2011 Sending MOVE-DATA message to 1 client(s).
+Sun Feb 27 01:05:11 2011 Completed.
+Sun Feb 27 01:05:11 2011 Waiting on SEND-DATA message from 1 client(s).
+Sun Feb 27 01:05:12 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 680 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 680
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 156028 Files created for I/O operations
+ 46808 Files accessed for I/O operations
+ 3124 Files for non-I/O operations
+ 24 Symlinks
+ 5200 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 01:05:12 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.6% 7063 7063 0 0.18 0.34 0.01 0.1%
+setattr 4.0% 4.1% 1132 1132 0 8.35 147.63 0.71 0.6%
+lookup 24.0% 24.5% 6762 6762 0 0.22 1.16 0.03 0.1%
+readlink 1.0% 1.0% 273 273 0 0.20 0.35 0.07 0.0%
+read 18.0% 17.9% 4939 6009 0 198.68 205.04 0.40 67.4%
+write 10.0% 10.0% 2758 3312 0 153.07 150.69 0.46 29.0%
+create 1.0% 1.0% 284 284 0 22.29 115.05 1.25 0.4%
+remove 1.0% 1.0% 266 266 0 25.03 127.43 1.36 0.5%
+readdir 1.0% 1.1% 290 290 0 0.39 0.04 0.02 0.0%
+fsstat 1.0% 1.0% 263 263 0 0.20 0.48 0.08 0.0%
+access 11.0% 10.8% 2972 2972 0 0.19 0.33 0.02 0.0%
+commit 0.0% 0.0% 0 951 0 0.00 0.00 0.00 1.7%
+readdirplus 2.0% 2.0% 557 557 0 0.74 0.17 0.03 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 92 Ops/Sec AVG. RESPONSE TIME: 52.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 680 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 27559 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 30134
+PHYSICAL NFS IO THROUGHPUT: 100 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 80909.0 MB
+TOTAL FILE SET SIZE ACCESSED: 24274.6 - 24328.5 MB (100.00% to 100.22% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 01:05:13 PST 2011
+************************************************************************
+Sun Feb 27 01:05:13 PST 2011
+************************************************************************
+Sun Feb 27 01:05:13 PST 2011 Test Run 18 of 20
+
+Sun Feb 27 01:05:13 PST 2011 Sun Feb 27 01:05:13 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sun Feb 27 01:05:13 PST 2011 sfsnfs3 -N 1 -l 720 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sun Feb 27 01:05:28 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sun Feb 27 01:05:29 2011 Received.
+Sun Feb 27 01:05:29 2011 Sending DO-INIT message to 1 client(s).
+Sun Feb 27 01:05:29 2011 Completed.
+Sun Feb 27 01:05:29 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sun Feb 27 01:09:49 2011 Received.
+Sun Feb 27 01:09:49 2011 Sending DO-WARMUP message to 1 client(s).
+Sun Feb 27 01:09:49 2011 Completed.
+Sun Feb 27 01:09:49 2011 Waiting on READY message from 1 client(s).
+Sun Feb 27 01:14:50 2011 Received.
+Sun Feb 27 01:14:50 2011 Sending START message to 1 client(s).
+Sun Feb 27 01:14:50 2011 Completed.
+Sun Feb 27 01:19:50 2011 Sending STOP message to 1 client(s).
+Sun Feb 27 01:19:50 2011 Completed.
+Sun Feb 27 01:19:50 2011 Waiting on DONE-TEST message from 1 client(s).
+Sun Feb 27 01:20:02 2011 Received.
+Sun Feb 27 01:20:02 2011 Sending MOVE-DATA message to 1 client(s).
+Sun Feb 27 01:20:02 2011 Completed.
+Sun Feb 27 01:20:02 2011 Waiting on SEND-DATA message from 1 client(s).
+Sun Feb 27 01:20:03 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 720 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 720
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 165904 Files created for I/O operations
+ 49768 Files accessed for I/O operations
+ 3320 Files for non-I/O operations
+ 24 Symlinks
+ 5528 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 01:20:03 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.6% 6624 6624 0 0.24 1.33 0.03 0.1%
+setattr 4.0% 4.1% 1049 1049 0 18.29 237.27 0.93 1.3%
+lookup 24.0% 23.7% 6137 6137 0 1.79 85.09 0.23 0.8%
+readlink 1.0% 1.1% 276 276 0 0.19 0.23 0.06 0.0%
+read 18.0% 18.3% 4736 5776 0 204.43 286.64 0.48 66.3%
+write 10.0% 10.0% 2578 3087 0 164.03 199.33 0.54 29.0%
+create 1.0% 1.0% 256 256 0 20.38 94.22 1.19 0.4%
+remove 1.0% 1.0% 266 266 0 16.93 91.22 1.15 0.3%
+readdir 1.0% 1.0% 269 269 0 0.44 0.61 0.09 0.0%
+fsstat 1.0% 0.9% 243 243 0 0.19 0.29 0.07 0.0%
+access 11.0% 11.2% 2896 2896 0 0.22 0.76 0.03 0.0%
+commit 0.0% 0.0% 0 881 0 0.00 0.00 0.00 1.8%
+readdirplus 2.0% 2.0% 525 525 0 0.86 1.43 0.10 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 86 Ops/Sec AVG. RESPONSE TIME: 56.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 720 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 25855 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 28285
+PHYSICAL NFS IO THROUGHPUT: 94 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 86030.3 MB
+TOTAL FILE SET SIZE ACCESSED: 25809.5 - 25857.3 MB (100.00% to 100.19% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 01:20:04 PST 2011
+************************************************************************
+Sun Feb 27 01:20:04 PST 2011
+************************************************************************
+Sun Feb 27 01:20:04 PST 2011 Test Run 19 of 20
+
+Sun Feb 27 01:20:04 PST 2011 Sun Feb 27 01:20:04 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sun Feb 27 01:20:04 PST 2011 sfsnfs3 -N 1 -l 760 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sun Feb 27 01:20:19 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sun Feb 27 01:20:20 2011 Received.
+Sun Feb 27 01:20:20 2011 Sending DO-INIT message to 1 client(s).
+Sun Feb 27 01:20:20 2011 Completed.
+Sun Feb 27 01:20:20 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sun Feb 27 01:26:20 2011 Received.
+Sun Feb 27 01:26:20 2011 Sending DO-WARMUP message to 1 client(s).
+Sun Feb 27 01:26:20 2011 Completed.
+Sun Feb 27 01:26:20 2011 Waiting on READY message from 1 client(s).
+Sun Feb 27 01:31:21 2011 Received.
+Sun Feb 27 01:31:21 2011 Sending START message to 1 client(s).
+Sun Feb 27 01:31:21 2011 Completed.
+Sun Feb 27 01:36:21 2011 Sending STOP message to 1 client(s).
+Sun Feb 27 01:36:21 2011 Completed.
+Sun Feb 27 01:36:21 2011 Waiting on DONE-TEST message from 1 client(s).
+Sun Feb 27 01:36:32 2011 Received.
+Sun Feb 27 01:36:32 2011 Sending MOVE-DATA message to 1 client(s).
+Sun Feb 27 01:36:32 2011 Completed.
+Sun Feb 27 01:36:32 2011 Waiting on SEND-DATA message from 1 client(s).
+Sun Feb 27 01:36:33 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 760 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 760
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 175776 Files created for I/O operations
+ 52732 Files accessed for I/O operations
+ 3516 Files for non-I/O operations
+ 24 Symlinks
+ 5856 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 01:36:33 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 5008 5008 0 7.87 303.79 0.48 2.8%
+setattr 4.0% 4.0% 781 781 0 24.45 124.97 0.78 1.4%
+lookup 24.0% 23.7% 4578 4578 0 15.77 439.39 0.61 5.1%
+readlink 1.0% 1.1% 210 210 0 0.58 3.15 0.24 0.0%
+read 18.0% 18.3% 3531 4341 0 225.60 501.63 0.74 56.5%
+write 10.0% 10.1% 1946 2359 0 212.39 566.13 1.06 29.3%
+create 1.0% 1.0% 185 185 0 50.54 399.02 2.88 0.7%
+remove 1.0% 1.0% 200 200 0 22.00 68.56 1.15 0.3%
+readdir 1.0% 1.0% 191 191 0 0.79 2.54 0.23 0.0%
+fsstat 1.0% 1.0% 203 203 0 0.46 2.28 0.21 0.0%
+access 11.0% 11.1% 2141 2141 0 0.81 6.74 0.11 0.1%
+commit 0.0% 0.0% 0 665 0 0.00 0.00 0.00 3.7%
+readdirplus 2.0% 1.9% 373 373 0 2.74 23.24 0.49 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 65 Ops/Sec AVG. RESPONSE TIME: 72.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 760 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 19347 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 21235
+PHYSICAL NFS IO THROUGHPUT: 71 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 91149.5 MB
+TOTAL FILE SET SIZE ACCESSED: 27346.5 - 27384.3 MB (100.00% to 100.14% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 01:36:34 PST 2011
+************************************************************************
+Sun Feb 27 01:36:34 PST 2011
+************************************************************************
+Sun Feb 27 01:36:34 PST 2011 Test Run 20 of 20
+
+Sun Feb 27 01:36:34 PST 2011 Sun Feb 27 01:36:34 PST 2011 c09-44.sysnet.ucsd.edu start:
+Sun Feb 27 01:36:34 PST 2011 sfsnfs3 -N 1 -l 800 -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Sun Feb 27 01:36:49 2011 Waiting on DONE-MOUNT message from 1 client(s).
+Sun Feb 27 01:36:50 2011 Received.
+Sun Feb 27 01:36:50 2011 Sending DO-INIT message to 1 client(s).
+Sun Feb 27 01:36:50 2011 Completed.
+Sun Feb 27 01:36:50 2011 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Sun Feb 27 01:42:08 2011 Received.
+Sun Feb 27 01:42:08 2011 Sending DO-WARMUP message to 1 client(s).
+Sun Feb 27 01:42:08 2011 Completed.
+Sun Feb 27 01:42:08 2011 Waiting on READY message from 1 client(s).
+Sun Feb 27 01:47:09 2011 Received.
+Sun Feb 27 01:47:09 2011 Sending START message to 1 client(s).
+Sun Feb 27 01:47:09 2011 Completed.
+Sun Feb 27 01:52:09 2011 Sending STOP message to 1 client(s).
+Sun Feb 27 01:52:09 2011 Completed.
+Sun Feb 27 01:52:09 2011 Waiting on DONE-TEST message from 1 client(s).
+Sun Feb 27 01:52:20 2011 Received.
+Sun Feb 27 01:52:20 2011 Sending MOVE-DATA message to 1 client(s).
+Sun Feb 27 01:52:20 2011 Completed.
+Sun Feb 27 01:52:20 2011 Waiting on SEND-DATA message from 1 client(s).
+Sun Feb 27 01:52:21 2011 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 800 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 800
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 183676 Files created for I/O operations
+ 55100 Files accessed for I/O operations
+ 3676 Files for non-I/O operations
+ 24 Symlinks
+ 6120 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 01:52:21 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.4% 7769 7769 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 3.9% 1135 1135 0 15.42 133.75 0.67 1.2%
+lookup 24.0% 24.0% 7057 7057 0 0.19 0.25 0.01 0.1%
+readlink 1.0% 1.1% 320 320 0 0.18 0.18 0.05 0.0%
+read 18.0% 17.8% 5219 6459 0 187.70 184.25 0.37 66.2%
+write 10.0% 9.9% 2923 3501 0 152.29 142.55 0.43 30.1%
+create 1.0% 1.0% 293 293 0 25.86 124.17 1.28 0.5%
+remove 1.0% 1.0% 284 284 0 10.18 4.50 0.25 0.2%
+readdir 1.0% 1.0% 288 288 0 0.39 0.07 0.03 0.0%
+fsstat 1.0% 1.0% 304 304 0 0.18 0.07 0.03 0.0%
+access 11.0% 10.8% 3180 3180 0 0.17 0.06 0.01 0.0%
+commit 0.0% 0.0% 0 1004 0 0.00 0.00 0.00 1.5%
+readdirplus 2.0% 2.1% 623 623 0 0.72 0.06 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 99 Ops/Sec AVG. RESPONSE TIME: 50.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 800 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 29395 TEST TIME: 298 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 32217
+PHYSICAL NFS IO THROUGHPUT: 108 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 95246.0 MB
+TOTAL FILE SET SIZE ACCESSED: 28574.4 - 28631.9 MB (100.00% to 100.20% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 01:52:22 PST 2011
+************************************************************************
+Sun Feb 27 01:52:22 PST 2011 ========================================================================
--- /dev/null
+Fri Feb 25 14:54:44 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 100 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 100
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 21728 Files created for I/O operations
+ 6516 Files accessed for I/O operations
+ 436 Files for non-I/O operations
+ 24 Symlinks
+ 724 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 15:11:04 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.7% 7717 7717 0 0.14 0.01 0.00 1.1%
+setattr 4.0% 4.0% 1198 1198 0 13.14 83.75 0.52 16.9%
+lookup 24.0% 24.3% 7301 7301 0 0.18 2.51 0.04 1.4%
+readlink 1.0% 1.0% 309 309 0 0.14 0.01 0.01 0.0%
+read 18.0% 18.2% 5467 6681 0 4.34 18.27 0.11 25.5%
+write 10.0% 9.8% 2956 3630 0 4.51 33.81 0.21 14.3%
+create 1.0% 1.0% 294 294 0 25.59 145.58 1.38 8.1%
+remove 1.0% 1.0% 295 295 0 10.16 89.89 1.08 3.2%
+readdir 1.0% 1.0% 293 293 0 0.47 0.02 0.02 0.1%
+fsstat 1.0% 1.0% 293 293 0 0.14 0.02 0.02 0.0%
+access 11.0% 11.1% 3335 3335 0 0.14 0.02 0.00 0.5%
+commit 0.0% 0.0% 0 1308 0 0.00 0.00 0.00 27.5%
+readdirplus 2.0% 2.1% 622 622 0 1.87 18.18 0.33 1.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 100 Ops/Sec AVG. RESPONSE TIME: 3.1 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 100 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 30080 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 33276
+PHYSICAL NFS IO THROUGHPUT: 110 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 11267.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3381.0 - 3454.2 MB (100.00% to 102.16% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 15:11:05 PST 2011 ************************************************************************
+Fri Feb 25 15:11:05 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 200 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 45428 Files created for I/O operations
+ 13628 Files accessed for I/O operations
+ 912 Files for non-I/O operations
+ 24 Symlinks
+ 1512 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 15:28:34 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 15515 15515 0 0.14 0.10 0.01 0.8%
+setattr 4.0% 4.0% 2389 2389 0 25.74 151.90 0.49 23.4%
+lookup 24.0% 23.9% 14188 14188 0 0.15 0.03 0.00 0.8%
+readlink 1.0% 1.0% 607 607 0 0.14 0.02 0.01 0.0%
+read 18.0% 18.1% 10734 13182 0 5.10 18.08 0.08 20.9%
+write 10.0% 9.9% 5911 7092 0 5.26 34.19 0.15 11.8%
+create 1.0% 1.1% 640 640 0 31.65 165.00 0.99 7.7%
+remove 1.0% 1.0% 608 608 0 26.01 146.85 0.96 6.0%
+readdir 1.0% 1.0% 588 588 0 1.81 28.95 0.43 0.4%
+fsstat 1.0% 1.0% 570 570 0 0.14 0.02 0.01 0.0%
+access 11.0% 10.9% 6501 6501 0 0.14 0.02 0.00 0.3%
+commit 0.0% 0.0% 0 2564 0 0.00 0.00 0.00 26.7%
+readdirplus 2.0% 2.0% 1180 1180 0 2.16 28.04 0.30 1.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 198 Ops/Sec AVG. RESPONSE TIME: 4.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 200 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 59431 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 65624
+PHYSICAL NFS IO THROUGHPUT: 218 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 23556.9 MB
+TOTAL FILE SET SIZE ACCESSED: 7068.9 - 7203.5 MB (100.00% to 101.90% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 15:28:35 PST 2011 ************************************************************************
+Fri Feb 25 15:28:35 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 300 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 300
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 69128 Files created for I/O operations
+ 20736 Files accessed for I/O operations
+ 1384 Files for non-I/O operations
+ 24 Symlinks
+ 2304 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 15:46:07 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 23734 23734 0 0.14 0.28 0.01 0.6%
+setattr 4.0% 4.0% 3625 3625 0 42.87 170.10 0.42 26.4%
+lookup 24.0% 24.0% 21926 21926 0 0.15 0.29 0.01 0.6%
+readlink 1.0% 1.0% 953 953 0 0.15 0.03 0.01 0.0%
+read 18.0% 18.0% 16455 20439 0 6.64 17.45 0.06 18.6%
+write 10.0% 10.1% 9203 10921 0 5.31 30.78 0.11 8.3%
+create 1.0% 1.0% 895 895 0 65.56 212.28 0.95 10.0%
+remove 1.0% 1.0% 892 892 0 41.33 169.50 0.85 6.3%
+readdir 1.0% 1.0% 907 907 0 0.57 0.86 0.06 0.1%
+fsstat 1.0% 1.0% 935 935 0 0.14 0.04 0.01 0.0%
+access 11.0% 10.9% 9910 9910 0 0.15 0.34 0.01 0.2%
+commit 0.0% 0.0% 0 3978 0 0.00 0.00 0.00 28.1%
+readdirplus 2.0% 1.9% 1772 1772 0 2.80 37.28 0.28 0.8%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 305 Ops/Sec AVG. RESPONSE TIME: 6.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 300 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 91207 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 100887
+PHYSICAL NFS IO THROUGHPUT: 337 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 35846.6 MB
+TOTAL FILE SET SIZE ACCESSED: 10754.8 - 10947.5 MB (100.00% to 101.79% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 15:46:08 PST 2011 ************************************************************************
+Fri Feb 25 15:46:08 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 400 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 400
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 90852 Files created for I/O operations
+ 27252 Files accessed for I/O operations
+ 1820 Files for non-I/O operations
+ 24 Symlinks
+ 3028 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 16:03:02 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 25933 25933 0 0.15 0.28 0.01 0.3%
+setattr 4.0% 4.0% 3951 3951 0 89.74 221.25 0.46 28.6%
+lookup 24.0% 24.0% 23861 23861 0 0.16 0.23 0.01 0.3%
+readlink 1.0% 1.0% 1014 1014 0 0.16 0.06 0.01 0.0%
+read 18.0% 18.2% 18105 22139 0 12.62 27.83 0.08 18.5%
+write 10.0% 9.9% 9868 11968 0 8.99 34.79 0.12 7.2%
+create 1.0% 1.0% 998 998 0 152.92 319.61 1.11 12.3%
+remove 1.0% 1.0% 1005 1005 0 84.94 196.52 0.87 6.9%
+readdir 1.0% 1.0% 994 994 0 1.30 16.61 0.25 0.1%
+fsstat 1.0% 0.9% 920 920 0 0.15 0.06 0.02 0.0%
+access 11.0% 11.0% 10896 10896 0 0.15 0.06 0.00 0.1%
+commit 0.0% 0.0% 0 3977 0 0.00 0.00 0.00 25.2%
+readdirplus 2.0% 2.0% 1958 1958 0 2.60 35.04 0.26 0.4%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 333 Ops/Sec AVG. RESPONSE TIME: 12.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 400 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 99503 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 109614
+PHYSICAL NFS IO THROUGHPUT: 366 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 47111.7 MB
+TOTAL FILE SET SIZE ACCESSED: 14133.7 - 14318.1 MB (100.00% to 101.30% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 16:03:03 PST 2011 ************************************************************************
+Fri Feb 25 16:03:03 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 500 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 500
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 114552 Files created for I/O operations
+ 34364 Files accessed for I/O operations
+ 2292 Files for non-I/O operations
+ 24 Symlinks
+ 3816 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 16:20:30 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 21825 21825 0 0.17 2.04 0.02 0.3%
+setattr 4.0% 4.0% 3361 3361 0 99.67 225.73 0.51 27.0%
+lookup 24.0% 24.0% 20087 20087 0 0.23 3.93 0.03 0.4%
+readlink 1.0% 1.0% 842 842 0 0.16 0.05 0.02 0.0%
+read 18.0% 17.6% 14758 18011 0 16.96 30.58 0.09 20.1%
+write 10.0% 10.0% 8359 10281 0 11.81 41.52 0.14 7.9%
+create 1.0% 1.0% 855 855 0 195.90 359.11 1.27 13.5%
+remove 1.0% 1.0% 825 825 0 101.25 226.98 1.03 6.7%
+readdir 1.0% 1.1% 889 889 0 1.25 7.45 0.18 0.1%
+fsstat 1.0% 1.0% 814 814 0 0.15 0.07 0.02 0.0%
+access 11.0% 11.2% 9338 9338 0 0.24 4.30 0.04 0.2%
+commit 0.0% 0.0% 0 3188 0 0.00 0.00 0.00 23.5%
+readdirplus 2.0% 2.0% 1674 1674 0 2.16 23.41 0.23 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 280 Ops/Sec AVG. RESPONSE TIME: 14.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 500 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 83627 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 91990
+PHYSICAL NFS IO THROUGHPUT: 307 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 59401.5 MB
+TOTAL FILE SET SIZE ACCESSED: 17821.7 - 17996.6 MB (100.00% to 100.98% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 16:20:31 PST 2011 ************************************************************************
+Fri Feb 25 16:20:31 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 600 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 600
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 138252 Files created for I/O operations
+ 41472 Files accessed for I/O operations
+ 2768 Files for non-I/O operations
+ 24 Symlinks
+ 4608 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 16:38:38 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 20572 20572 0 0.16 1.45 0.02 0.3%
+setattr 4.0% 4.1% 3301 3301 0 104.45 244.40 0.53 27.6%
+lookup 24.0% 24.1% 19174 19174 0 0.28 7.23 0.04 0.4%
+readlink 1.0% 1.0% 800 800 0 0.15 0.05 0.02 0.0%
+read 18.0% 18.1% 14426 17709 0 19.59 34.65 0.10 22.6%
+write 10.0% 9.8% 7820 9434 0 13.69 51.39 0.16 8.6%
+create 1.0% 1.0% 833 833 0 188.75 338.83 1.25 12.6%
+remove 1.0% 1.0% 785 785 0 100.21 230.48 1.06 6.3%
+readdir 1.0% 0.9% 742 742 0 1.79 21.19 0.33 0.1%
+fsstat 1.0% 1.0% 768 768 0 0.15 0.09 0.02 0.0%
+access 11.0% 11.1% 8814 8814 0 0.30 9.42 0.06 0.2%
+commit 0.0% 0.0% 0 2890 0 0.00 0.00 0.00 20.9%
+readdirplus 2.0% 2.1% 1640 1640 0 2.68 23.45 0.23 0.4%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 266 Ops/Sec AVG. RESPONSE TIME: 15.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 600 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 79675 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 87462
+PHYSICAL NFS IO THROUGHPUT: 292 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 71691.2 MB
+TOTAL FILE SET SIZE ACCESSED: 21507.6 - 21669.1 MB (100.00% to 100.75% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 16:38:39 PST 2011 ************************************************************************
+Fri Feb 25 16:38:39 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 700 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 700
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 161952 Files created for I/O operations
+ 48584 Files accessed for I/O operations
+ 3240 Files for non-I/O operations
+ 24 Symlinks
+ 5396 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 16:57:15 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 19484 19484 0 0.17 2.89 0.02 0.3%
+setattr 4.0% 4.0% 3017 3017 0 115.37 271.06 0.59 28.0%
+lookup 24.0% 24.1% 18149 18149 0 0.20 1.80 0.02 0.3%
+readlink 1.0% 1.0% 769 769 0 0.15 0.05 0.02 0.0%
+read 18.0% 18.0% 13590 16800 0 22.06 31.76 0.09 24.1%
+write 10.0% 10.0% 7564 9116 0 12.42 37.28 0.14 7.5%
+create 1.0% 1.0% 758 758 0 200.24 355.16 1.34 12.2%
+remove 1.0% 1.0% 719 719 0 96.18 197.13 1.03 5.6%
+readdir 1.0% 1.0% 747 747 0 1.69 21.49 0.33 0.1%
+fsstat 1.0% 1.0% 756 756 0 0.16 0.15 0.03 0.0%
+access 11.0% 11.0% 8279 8279 0 0.28 6.43 0.05 0.2%
+commit 0.0% 0.0% 0 2734 0 0.00 0.00 0.00 21.6%
+readdirplus 2.0% 2.0% 1490 1490 0 1.44 8.04 0.14 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 252 Ops/Sec AVG. RESPONSE TIME: 16.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 700 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 75322 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 82818
+PHYSICAL NFS IO THROUGHPUT: 276 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 83981.0 MB
+TOTAL FILE SET SIZE ACCESSED: 25195.5 - 25344.9 MB (100.00% to 100.59% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 16:57:16 PST 2011 ************************************************************************
+Fri Feb 25 16:57:16 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 800 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 800
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 183676 Files created for I/O operations
+ 55100 Files accessed for I/O operations
+ 3676 Files for non-I/O operations
+ 24 Symlinks
+ 6120 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 17:14:47 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 17982 17982 0 0.16 1.63 0.02 0.2%
+setattr 4.0% 3.9% 2742 2742 0 118.73 266.05 0.61 26.0%
+lookup 24.0% 24.1% 16717 16717 0 0.28 7.27 0.04 0.4%
+readlink 1.0% 0.9% 659 659 0 0.15 0.05 0.02 0.0%
+read 18.0% 18.1% 12565 15483 0 24.56 35.12 0.10 24.7%
+write 10.0% 10.1% 6995 8434 0 14.84 45.57 0.16 8.3%
+create 1.0% 1.0% 718 718 0 213.92 333.84 1.34 12.3%
+remove 1.0% 1.0% 713 713 0 122.66 257.06 1.18 7.0%
+readdir 1.0% 1.1% 743 743 0 2.99 31.77 0.41 0.2%
+fsstat 1.0% 1.0% 678 678 0 0.21 0.61 0.06 0.0%
+access 11.0% 10.8% 7490 7490 0 0.29 8.48 0.07 0.2%
+commit 0.0% 0.0% 0 2494 0 0.00 0.00 0.00 20.5%
+readdirplus 2.0% 2.1% 1435 1435 0 2.02 18.20 0.22 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 231 Ops/Sec AVG. RESPONSE TIME: 18.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 800 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 69437 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 76288
+PHYSICAL NFS IO THROUGHPUT: 254 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 95246.0 MB
+TOTAL FILE SET SIZE ACCESSED: 28574.4 - 28711.9 MB (100.00% to 100.48% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 17:14:48 PST 2011 ************************************************************************
+Fri Feb 25 17:14:48 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 900 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 900
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 207376 Files created for I/O operations
+ 62212 Files accessed for I/O operations
+ 4148 Files for non-I/O operations
+ 24 Symlinks
+ 6912 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 17:33:46 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 17455 17455 0 0.25 4.46 0.03 0.3%
+setattr 4.0% 4.0% 2674 2674 0 124.81 286.84 0.64 26.7%
+lookup 24.0% 23.9% 16135 16135 0 0.24 2.56 0.02 0.3%
+readlink 1.0% 1.1% 720 720 0 0.15 0.04 0.01 0.0%
+read 18.0% 18.0% 12152 14949 0 26.59 36.80 0.11 25.9%
+write 10.0% 9.9% 6710 8114 0 14.23 41.24 0.15 7.7%
+create 1.0% 1.0% 681 681 0 220.30 346.16 1.40 12.0%
+remove 1.0% 0.9% 625 625 0 117.61 250.83 1.24 5.9%
+readdir 1.0% 1.0% 687 687 0 1.31 7.35 0.20 0.1%
+fsstat 1.0% 1.1% 710 710 0 0.23 0.40 0.05 0.0%
+access 11.0% 11.2% 7582 7582 0 0.35 5.26 0.05 0.2%
+commit 0.0% 0.0% 0 2357 0 0.00 0.00 0.00 20.7%
+readdirplus 2.0% 2.0% 1374 1374 0 1.95 12.16 0.18 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 225 Ops/Sec AVG. RESPONSE TIME: 18.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 900 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 67505 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 74063
+PHYSICAL NFS IO THROUGHPUT: 246 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 107535.8 MB
+TOTAL FILE SET SIZE ACCESSED: 32262.4 - 32399.2 MB (100.00% to 100.42% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 17:33:47 PST 2011 ************************************************************************
+Fri Feb 25 17:33:47 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1000 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1000
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 231076 Files created for I/O operations
+ 69320 Files accessed for I/O operations
+ 4624 Files for non-I/O operations
+ 24 Symlinks
+ 7700 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 17:52:55 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 17141 17141 0 0.19 2.83 0.03 0.3%
+setattr 4.0% 4.0% 2641 2641 0 116.71 253.22 0.61 24.7%
+lookup 24.0% 23.9% 15704 15704 0 0.25 0.85 0.01 0.3%
+readlink 1.0% 1.0% 641 641 0 0.15 0.05 0.02 0.0%
+read 18.0% 18.1% 11878 14471 0 28.72 42.88 0.12 27.3%
+write 10.0% 9.8% 6427 7724 0 15.35 44.14 0.16 7.9%
+create 1.0% 1.0% 685 685 0 217.16 335.95 1.37 11.9%
+remove 1.0% 1.0% 660 660 0 148.08 344.78 1.42 7.8%
+readdir 1.0% 1.0% 653 653 0 1.22 4.73 0.17 0.1%
+fsstat 1.0% 1.0% 665 665 0 0.28 1.01 0.08 0.0%
+access 11.0% 11.0% 7197 7197 0 0.33 3.64 0.04 0.2%
+commit 0.0% 0.0% 0 2266 0 0.00 0.00 0.00 19.2%
+readdirplus 2.0% 2.0% 1318 1318 0 2.76 26.10 0.28 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 219 Ops/Sec AVG. RESPONSE TIME: 19.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1000 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 65610 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 71766
+PHYSICAL NFS IO THROUGHPUT: 240 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 119825.5 MB
+TOTAL FILE SET SIZE ACCESSED: 35948.3 - 36078.1 MB (100.00% to 100.36% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 17:52:56 PST 2011 ************************************************************************
+Fri Feb 25 17:52:56 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1100 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1100
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 252804 Files created for I/O operations
+ 75840 Files accessed for I/O operations
+ 5060 Files for non-I/O operations
+ 24 Symlinks
+ 8424 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 18:11:47 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 15540 15540 0 0.18 2.44 0.02 0.2%
+setattr 4.0% 4.0% 2380 2380 0 129.73 288.18 0.68 24.7%
+lookup 24.0% 24.2% 14488 14488 0 0.48 15.85 0.06 0.6%
+readlink 1.0% 1.0% 590 590 0 0.15 0.04 0.02 0.0%
+read 18.0% 18.0% 10761 13183 0 30.22 38.35 0.12 26.0%
+write 10.0% 9.8% 5869 7048 0 17.32 53.90 0.19 8.1%
+create 1.0% 1.0% 591 591 0 260.28 413.18 1.64 12.3%
+remove 1.0% 1.0% 602 602 0 154.22 358.88 1.51 7.4%
+readdir 1.0% 1.0% 581 581 0 2.06 29.97 0.45 0.1%
+fsstat 1.0% 1.0% 615 615 0 0.36 1.71 0.10 0.0%
+access 11.0% 11.0% 6595 6595 0 0.41 3.94 0.05 0.2%
+commit 0.0% 0.0% 0 2047 0 0.00 0.00 0.00 20.2%
+readdirplus 2.0% 2.0% 1185 1185 0 2.18 13.67 0.21 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 199 Ops/Sec AVG. RESPONSE TIME: 20.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1100 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 59797 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 65445
+PHYSICAL NFS IO THROUGHPUT: 218 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 131092.7 MB
+TOTAL FILE SET SIZE ACCESSED: 39329.3 - 39454.3 MB (100.00% to 100.32% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 18:11:48 PST 2011 ************************************************************************
+Fri Feb 25 18:11:48 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1200 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 276504 Files created for I/O operations
+ 82948 Files accessed for I/O operations
+ 5532 Files for non-I/O operations
+ 24 Symlinks
+ 9216 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 18:31:45 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 14727 14727 0 0.15 0.05 0.00 0.2%
+setattr 4.0% 4.1% 2351 2351 0 144.58 317.48 0.72 27.3%
+lookup 24.0% 23.8% 13497 13497 0 0.42 7.24 0.05 0.5%
+readlink 1.0% 1.0% 552 552 0 0.15 0.04 0.02 0.0%
+read 18.0% 18.1% 10253 12630 0 31.84 35.56 0.12 26.2%
+write 10.0% 10.0% 5658 6850 0 17.26 45.00 0.17 7.8%
+create 1.0% 1.1% 611 611 0 239.52 424.00 1.63 11.7%
+remove 1.0% 1.0% 550 550 0 126.84 283.62 1.41 5.6%
+readdir 1.0% 1.0% 570 570 0 0.89 3.00 0.14 0.0%
+fsstat 1.0% 1.0% 554 554 0 0.46 1.40 0.10 0.0%
+access 11.0% 10.9% 6192 6192 0 0.48 3.97 0.05 0.2%
+commit 0.0% 0.0% 0 1958 0 0.00 0.00 0.00 20.2%
+readdirplus 2.0% 2.0% 1146 1146 0 2.42 22.42 0.27 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 190 Ops/Sec AVG. RESPONSE TIME: 22.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1200 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 56661 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 62188
+PHYSICAL NFS IO THROUGHPUT: 207 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 143382.4 MB
+TOTAL FILE SET SIZE ACCESSED: 43015.1 - 43136.2 MB (100.00% to 100.28% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 18:31:46 PST 2011 ************************************************************************
+Fri Feb 25 18:31:46 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1300 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1300
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 300204 Files created for I/O operations
+ 90060 Files accessed for I/O operations
+ 6008 Files for non-I/O operations
+ 24 Symlinks
+ 10004 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 18:51:22 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 14982 14982 0 0.18 2.40 0.02 0.2%
+setattr 4.0% 4.1% 2405 2405 0 133.90 287.21 0.68 25.8%
+lookup 24.0% 24.0% 13895 13895 0 0.44 2.88 0.03 0.5%
+readlink 1.0% 1.0% 570 570 0 0.15 0.04 0.02 0.0%
+read 18.0% 18.0% 10452 12935 0 32.04 36.84 0.12 26.9%
+write 10.0% 9.9% 5742 7016 0 17.13 48.30 0.18 7.9%
+create 1.0% 1.0% 571 571 0 258.47 422.20 1.69 11.8%
+remove 1.0% 0.9% 550 550 0 158.39 360.76 1.59 7.0%
+readdir 1.0% 1.0% 564 564 0 1.35 9.72 0.26 0.1%
+fsstat 1.0% 1.0% 581 581 0 0.89 8.62 0.24 0.0%
+access 11.0% 11.3% 6539 6539 0 0.56 3.12 0.04 0.3%
+commit 0.0% 0.0% 0 1985 0 0.00 0.00 0.00 19.2%
+readdirplus 2.0% 2.0% 1160 1160 0 3.33 46.14 0.39 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 194 Ops/Sec AVG. RESPONSE TIME: 21.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1300 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 58011 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 63753
+PHYSICAL NFS IO THROUGHPUT: 213 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 155672.2 MB
+TOTAL FILE SET SIZE ACCESSED: 46703.1 - 46822.8 MB (100.00% to 100.26% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 18:51:23 PST 2011 ************************************************************************
+Fri Feb 25 18:51:23 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1400 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1400
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 323904 Files created for I/O operations
+ 97168 Files accessed for I/O operations
+ 6480 Files for non-I/O operations
+ 24 Symlinks
+ 10796 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 19:12:01 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 15190 15190 0 0.16 0.60 0.01 0.2%
+setattr 4.0% 3.8% 2225 2225 0 134.56 286.85 0.70 23.9%
+lookup 24.0% 24.2% 14063 14063 0 0.59 9.90 0.05 0.7%
+readlink 1.0% 1.0% 568 568 0 0.22 1.80 0.11 0.0%
+read 18.0% 18.1% 10524 12953 0 33.67 39.63 0.12 28.3%
+write 10.0% 9.9% 5779 6950 0 18.22 52.39 0.19 8.4%
+create 1.0% 0.9% 538 538 0 272.63 437.72 1.77 11.7%
+remove 1.0% 1.0% 567 567 0 140.26 277.01 1.37 6.4%
+readdir 1.0% 1.0% 585 585 0 1.58 19.46 0.36 0.1%
+fsstat 1.0% 1.0% 574 574 0 0.71 2.38 0.13 0.0%
+access 11.0% 11.0% 6403 6403 0 0.72 8.21 0.07 0.4%
+commit 0.0% 0.0% 0 1989 0 0.00 0.00 0.00 19.6%
+readdirplus 2.0% 2.0% 1174 1174 0 3.69 42.06 0.37 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 195 Ops/Sec AVG. RESPONSE TIME: 21.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1400 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 58190 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 63779
+PHYSICAL NFS IO THROUGHPUT: 213 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 167961.9 MB
+TOTAL FILE SET SIZE ACCESSED: 50389.0 - 50506.6 MB (100.00% to 100.23% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 19:12:02 PST 2011 ************************************************************************
+Fri Feb 25 19:12:02 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1500 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1500
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 345628 Files created for I/O operations
+ 103688 Files accessed for I/O operations
+ 6916 Files for non-I/O operations
+ 24 Symlinks
+ 11520 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 19:32:59 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 14444 14444 0 0.15 0.07 0.00 0.2%
+setattr 4.0% 4.1% 2269 2269 0 143.04 311.05 0.73 26.0%
+lookup 24.0% 24.4% 13571 13571 0 0.56 2.28 0.03 0.6%
+readlink 1.0% 1.0% 545 545 0 0.19 0.78 0.07 0.0%
+read 18.0% 17.9% 9951 12326 0 34.81 36.00 0.12 27.8%
+write 10.0% 10.0% 5578 6753 0 17.89 48.12 0.18 8.0%
+create 1.0% 1.0% 578 578 0 224.14 346.58 1.52 10.4%
+remove 1.0% 1.0% 551 551 0 146.00 309.29 1.47 6.5%
+readdir 1.0% 1.0% 535 535 0 0.88 3.01 0.15 0.0%
+fsstat 1.0% 0.9% 522 522 0 0.84 2.17 0.13 0.0%
+access 11.0% 10.9% 6073 6073 0 0.88 9.60 0.08 0.4%
+commit 0.0% 0.0% 0 1928 0 0.00 0.00 0.00 19.7%
+readdirplus 2.0% 2.0% 1097 1097 0 3.36 42.65 0.39 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 186 Ops/Sec AVG. RESPONSE TIME: 22.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1500 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 55714 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 61192
+PHYSICAL NFS IO THROUGHPUT: 204 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 179227.0 MB
+TOTAL FILE SET SIZE ACCESSED: 53770.0 - 53890.2 MB (100.00% to 100.22% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 19:33:00 PST 2011 ************************************************************************
+Fri Feb 25 19:33:00 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1600 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1600
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 369328 Files created for I/O operations
+ 110796 Files accessed for I/O operations
+ 7388 Files for non-I/O operations
+ 24 Symlinks
+ 12308 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 19:54:13 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 14125 14125 0 0.15 0.06 0.00 0.2%
+setattr 4.0% 4.0% 2155 2155 0 158.78 352.06 0.79 27.4%
+lookup 24.0% 24.0% 12982 12982 0 0.67 12.56 0.06 0.7%
+readlink 1.0% 1.0% 553 553 0 0.15 0.10 0.03 0.0%
+read 18.0% 18.0% 9747 11956 0 34.46 32.63 0.11 26.9%
+write 10.0% 9.7% 5268 6272 0 16.55 41.62 0.17 7.0%
+create 1.0% 1.0% 523 523 0 265.74 443.90 1.81 11.1%
+remove 1.0% 1.0% 525 525 0 163.69 385.72 1.68 6.9%
+readdir 1.0% 1.0% 540 540 0 2.57 24.49 0.42 0.1%
+fsstat 1.0% 1.0% 549 549 0 0.75 1.97 0.12 0.0%
+access 11.0% 11.1% 5990 5990 0 0.77 2.02 0.04 0.4%
+commit 0.0% 0.0% 0 1813 0 0.00 0.00 0.00 19.1%
+readdirplus 2.0% 2.0% 1080 1080 0 1.41 4.29 0.12 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 181 Ops/Sec AVG. RESPONSE TIME: 23.1 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1600 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 54037 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 59063
+PHYSICAL NFS IO THROUGHPUT: 197 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 191516.8 MB
+TOTAL FILE SET SIZE ACCESSED: 57455.9 - 57565.7 MB (100.00% to 100.19% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 19:54:14 PST 2011 ************************************************************************
+Fri Feb 25 19:54:14 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1700 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1700
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 393028 Files created for I/O operations
+ 117908 Files accessed for I/O operations
+ 7864 Files for non-I/O operations
+ 24 Symlinks
+ 13100 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 20:15:09 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.6% 13052 13052 0 0.15 0.06 0.00 0.2%
+setattr 4.0% 4.0% 2025 2025 0 156.22 352.03 0.82 25.3%
+lookup 24.0% 24.1% 12312 12312 0 0.82 8.14 0.05 0.8%
+readlink 1.0% 1.0% 532 532 0 0.15 0.09 0.03 0.0%
+read 18.0% 18.3% 9329 11491 0 37.21 32.94 0.12 27.7%
+write 10.0% 9.9% 5046 6177 0 18.53 46.77 0.19 7.5%
+create 1.0% 1.1% 553 553 0 277.45 433.93 1.74 12.3%
+remove 1.0% 1.0% 535 535 0 138.27 285.90 1.43 5.9%
+readdir 1.0% 1.0% 516 516 0 2.42 34.79 0.51 0.1%
+fsstat 1.0% 1.1% 545 545 0 0.90 2.81 0.14 0.0%
+access 11.0% 11.0% 5589 5589 0 1.08 3.18 0.05 0.5%
+commit 0.0% 0.0% 0 1732 0 0.00 0.00 0.00 19.6%
+readdirplus 2.0% 1.9% 988 988 0 1.70 14.28 0.24 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 171 Ops/Sec AVG. RESPONSE TIME: 24.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1700 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 51022 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 56047
+PHYSICAL NFS IO THROUGHPUT: 187 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 203806.5 MB
+TOTAL FILE SET SIZE ACCESSED: 61143.8 - 61260.4 MB (100.00% to 100.19% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 20:15:10 PST 2011 ************************************************************************
+Fri Feb 25 20:15:10 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1800 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1800
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 414752 Files created for I/O operations
+ 124424 Files accessed for I/O operations
+ 8296 Files for non-I/O operations
+ 24 Symlinks
+ 13824 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 20:34:18 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 13555 13555 0 0.15 0.48 0.01 0.2%
+setattr 4.0% 4.0% 2095 2095 0 141.99 302.04 0.74 23.8%
+lookup 24.0% 23.8% 12516 12516 0 0.99 12.47 0.06 1.0%
+readlink 1.0% 1.0% 539 539 0 0.20 1.16 0.09 0.0%
+read 18.0% 18.1% 9489 11646 0 37.93 36.07 0.12 28.8%
+write 10.0% 10.2% 5371 6605 0 17.72 43.40 0.18 7.6%
+create 1.0% 1.0% 536 536 0 270.96 453.16 1.80 11.6%
+remove 1.0% 1.0% 545 545 0 151.23 337.03 1.54 6.6%
+readdir 1.0% 1.0% 525 525 0 0.90 2.77 0.14 0.0%
+fsstat 1.0% 1.0% 529 529 0 1.33 4.28 0.18 0.1%
+access 11.0% 11.0% 5787 5787 0 1.21 5.00 0.06 0.6%
+commit 0.0% 0.0% 0 1839 0 0.00 0.00 0.00 19.6%
+readdirplus 2.0% 2.0% 1026 1026 0 2.22 26.75 0.32 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 176 Ops/Sec AVG. RESPONSE TIME: 23.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1800 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 52513 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 57743
+PHYSICAL NFS IO THROUGHPUT: 193 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 215071.6 MB
+TOTAL FILE SET SIZE ACCESSED: 64522.7 - 64640.5 MB (100.00% to 100.18% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 20:34:19 PST 2011 ************************************************************************
+Fri Feb 25 20:34:19 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1900 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 1900
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 438452 Files created for I/O operations
+ 131532 Files accessed for I/O operations
+ 8772 Files for non-I/O operations
+ 24 Symlinks
+ 14612 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 20:54:25 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 13480 13480 0 0.15 0.43 0.01 0.2%
+setattr 4.0% 4.0% 2108 2108 0 145.69 324.49 0.77 24.6%
+lookup 24.0% 24.1% 12544 12544 0 0.96 2.67 0.03 1.0%
+readlink 1.0% 1.0% 523 523 0 0.15 0.03 0.02 0.0%
+read 18.0% 18.3% 9554 11590 0 38.64 34.46 0.12 29.6%
+write 10.0% 9.9% 5132 6227 0 18.50 54.76 0.20 7.6%
+create 1.0% 0.9% 480 480 0 244.49 379.50 1.74 9.4%
+remove 1.0% 0.9% 466 466 0 167.69 373.55 1.75 6.3%
+readdir 1.0% 1.0% 519 519 0 0.66 2.12 0.13 0.0%
+fsstat 1.0% 1.0% 509 509 0 1.52 2.92 0.15 0.1%
+access 11.0% 10.9% 5675 5675 0 1.34 2.61 0.04 0.6%
+commit 0.0% 0.0% 0 1764 0 0.00 0.00 0.00 20.6%
+readdirplus 2.0% 2.1% 1087 1087 0 1.26 4.67 0.13 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 175 Ops/Sec AVG. RESPONSE TIME: 24.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1900 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 52077 TEST TIME: 298 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 56972
+PHYSICAL NFS IO THROUGHPUT: 191 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 227361.3 MB
+TOTAL FILE SET SIZE ACCESSED: 68208.6 - 68317.8 MB (100.00% to 100.16% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 20:54:26 PST 2011 ************************************************************************
+Fri Feb 25 20:54:26 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 2000 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 2000
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 462152 Files created for I/O operations
+ 138644 Files accessed for I/O operations
+ 9244 Files for non-I/O operations
+ 24 Symlinks
+ 15404 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 21:14:06 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 13129 13129 0 0.16 0.83 0.02 0.2%
+setattr 4.0% 3.9% 2005 2005 0 147.13 327.33 0.79 23.6%
+lookup 24.0% 24.0% 12220 12220 0 1.47 5.49 0.04 1.4%
+readlink 1.0% 1.0% 499 499 0 0.15 0.03 0.01 0.0%
+read 18.0% 18.0% 9126 11106 0 39.39 33.03 0.12 28.7%
+write 10.0% 9.9% 5040 6169 0 19.84 55.31 0.21 8.0%
+create 1.0% 1.0% 522 522 0 263.24 434.35 1.79 11.0%
+remove 1.0% 1.0% 504 504 0 146.28 306.98 1.53 5.9%
+readdir 1.0% 1.1% 546 546 0 1.99 17.47 0.35 0.1%
+fsstat 1.0% 0.9% 482 482 0 2.08 3.01 0.15 0.1%
+access 11.0% 11.2% 5708 5708 0 2.34 14.30 0.10 1.1%
+commit 0.0% 0.0% 0 1729 0 0.00 0.00 0.00 19.8%
+readdirplus 2.0% 2.1% 1057 1057 0 1.86 17.58 0.25 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 170 Ops/Sec AVG. RESPONSE TIME: 24.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 2000 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 50838 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 55676
+PHYSICAL NFS IO THROUGHPUT: 186 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 239651.1 MB
+TOTAL FILE SET SIZE ACCESSED: 71896.6 - 72012.3 MB (100.00% to 100.16% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 21:14:07 PST 2011 ************************************************************************
+Fri Feb 25 21:14:07 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 2100 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 2100
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 485852 Files created for I/O operations
+ 145752 Files accessed for I/O operations
+ 9720 Files for non-I/O operations
+ 24 Symlinks
+ 16192 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 21:35:32 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 12366 12366 0 0.35 2.90 0.03 0.3%
+setattr 4.0% 3.9% 1857 1857 0 155.44 330.02 0.83 23.1%
+lookup 24.0% 23.8% 11343 11343 0 1.56 7.30 0.05 1.4%
+readlink 1.0% 1.0% 469 469 0 0.15 0.03 0.01 0.0%
+read 18.0% 18.2% 8668 10651 0 41.45 35.30 0.13 28.7%
+write 10.0% 10.2% 4846 5919 0 19.90 47.67 0.19 7.7%
+create 1.0% 1.0% 475 475 0 303.45 505.88 2.02 11.5%
+remove 1.0% 1.0% 473 473 0 150.63 323.87 1.62 5.7%
+readdir 1.0% 1.0% 483 483 0 1.15 4.57 0.19 0.0%
+fsstat 1.0% 1.0% 471 471 0 1.91 4.89 0.20 0.1%
+access 11.0% 11.1% 5272 5272 0 1.88 4.40 0.06 0.8%
+commit 0.0% 0.0% 0 1660 0 0.00 0.00 0.00 20.4%
+readdirplus 2.0% 1.9% 913 913 0 2.44 38.89 0.40 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 159 Ops/Sec AVG. RESPONSE TIME: 26.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 2100 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 47636 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 52352
+PHYSICAL NFS IO THROUGHPUT: 175 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 251940.8 MB
+TOTAL FILE SET SIZE ACCESSED: 75582.5 - 75689.0 MB (100.00% to 100.14% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 21:35:33 PST 2011 ************************************************************************
+Fri Feb 25 21:35:33 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 2200 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 2200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 507576 Files created for I/O operations
+ 152272 Files accessed for I/O operations
+ 10152 Files for non-I/O operations
+ 24 Symlinks
+ 16916 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 21:59:49 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 13038 13038 0 0.18 1.16 0.02 0.2%
+setattr 4.0% 4.1% 2051 2051 0 146.40 319.87 0.77 24.0%
+lookup 24.0% 24.3% 12320 12320 0 1.63 12.20 0.06 1.6%
+readlink 1.0% 1.0% 487 487 0 0.15 0.15 0.03 0.0%
+read 18.0% 18.0% 9105 11272 0 39.97 38.06 0.13 29.1%
+write 10.0% 10.0% 5063 6156 0 19.52 51.55 0.20 7.9%
+create 1.0% 1.0% 519 519 0 263.57 423.32 1.77 10.9%
+remove 1.0% 1.0% 507 507 0 150.41 323.36 1.56 6.1%
+readdir 1.0% 1.0% 528 528 0 0.89 3.37 0.16 0.0%
+fsstat 1.0% 1.1% 535 535 0 2.34 6.52 0.22 0.1%
+access 11.0% 10.7% 5428 5428 0 2.42 16.40 0.11 1.1%
+commit 0.0% 0.0% 0 1738 0 0.00 0.00 0.00 18.9%
+readdirplus 2.0% 2.0% 1018 1018 0 1.12 3.49 0.11 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 169 Ops/Sec AVG. RESPONSE TIME: 24.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 2200 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 50599 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 55597
+PHYSICAL NFS IO THROUGHPUT: 185 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 263205.9 MB
+TOTAL FILE SET SIZE ACCESSED: 78963.4 - 79073.1 MB (100.00% to 100.14% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 21:59:50 PST 2011 ************************************************************************
+Fri Feb 25 21:59:50 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 2300 -C ../result/sfssum.20110225-native -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 2300
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 531276 Files created for I/O operations
+ 159380 Files accessed for I/O operations
+ 10628 Files for non-I/O operations
+ 24 Symlinks
+ 17708 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Fri Feb 25 22:21:17 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 12788 12788 0 0.20 2.80 0.03 0.2%
+setattr 4.0% 4.2% 2050 2050 0 151.04 335.88 0.79 24.8%
+lookup 24.0% 23.9% 11793 11793 0 1.68 9.80 0.06 1.6%
+readlink 1.0% 1.0% 486 486 0 0.15 0.03 0.02 0.0%
+read 18.0% 17.9% 8829 10953 0 41.94 39.10 0.13 29.6%
+write 10.0% 9.9% 4892 5890 0 19.43 44.77 0.19 7.6%
+create 1.0% 1.0% 496 496 0 252.71 375.55 1.71 10.0%
+remove 1.0% 0.9% 466 466 0 152.16 322.69 1.63 5.7%
+readdir 1.0% 1.1% 537 537 0 1.20 6.99 0.22 0.1%
+fsstat 1.0% 1.0% 482 482 0 2.50 5.30 0.21 0.1%
+access 11.0% 11.1% 5486 5486 0 2.52 12.50 0.09 1.1%
+commit 0.0% 0.0% 0 1669 0 0.00 0.00 0.00 18.8%
+readdirplus 2.0% 1.9% 952 952 0 5.38 55.05 0.47 0.4%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 165 Ops/Sec AVG. RESPONSE TIME: 25.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 2300 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 49257 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 54048
+PHYSICAL NFS IO THROUGHPUT: 180 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 275495.7 MB
+TOTAL FILE SET SIZE ACCESSED: 82649.3 - 82754.8 MB (100.00% to 100.13% of Base)
+
+------------------------------------------------------------------------
+
+Fri Feb 25 22:21:18 PST 2011 ************************************************************************
+Fri Feb 25 22:21:18 PST 2011 ************************************************************************
--- /dev/null
+Sat Feb 26 13:21:52 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 40 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 40
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 7904 Files created for I/O operations
+ 2368 Files accessed for I/O operations
+ 160 Files for non-I/O operations
+ 24 Symlinks
+ 260 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 13:37:59 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 3143 3143 0 0.18 0.04 0.01 3.0%
+setattr 4.0% 3.9% 463 463 0 4.73 69.30 0.76 12.1%
+lookup 24.0% 23.2% 2784 2784 0 0.18 0.02 0.00 2.8%
+readlink 1.0% 0.9% 110 110 0 0.17 0.03 0.03 0.1%
+read 18.0% 18.2% 2182 2689 0 1.15 4.56 0.09 13.8%
+write 10.0% 9.9% 1192 1450 0 3.89 15.05 0.22 25.5%
+create 1.0% 1.3% 152 152 0 15.72 168.35 2.06 13.2%
+remove 1.0% 1.1% 137 137 0 1.49 2.56 0.27 1.1%
+readdir 1.0% 0.9% 111 111 0 0.35 0.01 0.02 0.2%
+fsstat 1.0% 1.0% 122 122 0 0.17 0.02 0.02 0.1%
+access 11.0% 11.4% 1364 1364 0 0.17 0.01 0.01 1.3%
+commit 0.0% 0.0% 0 530 0 0.00 0.00 0.00 26.0%
+readdirplus 2.0% 2.0% 240 240 0 0.58 0.02 0.02 0.8%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 40 Ops/Sec AVG. RESPONSE TIME: 1.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 40 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 12000 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 13295
+PHYSICAL NFS IO THROUGHPUT: 44 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 4098.7 MB
+TOTAL FILE SET SIZE ACCESSED: 1230.0 - 1255.3 MB (100.00% to 102.06% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 13:38:00 PST 2011 ************************************************************************
+Sat Feb 26 13:38:00 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 80 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 80
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 17776 Files created for I/O operations
+ 5332 Files accessed for I/O operations
+ 356 Files for non-I/O operations
+ 24 Symlinks
+ 592 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 13:53:07 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 6225 6225 0 0.18 0.04 0.00 4.5%
+setattr 4.0% 4.1% 994 994 0 1.21 3.31 0.11 4.9%
+lookup 24.0% 24.4% 5850 5850 0 0.18 0.05 0.01 4.4%
+readlink 1.0% 1.0% 243 243 0 0.18 0.03 0.02 0.2%
+read 18.0% 18.0% 4321 5386 0 1.45 3.38 0.05 25.8%
+write 10.0% 9.7% 2323 2736 0 4.14 10.09 0.13 39.6%
+create 1.0% 0.9% 226 226 0 3.38 4.51 0.28 3.1%
+remove 1.0% 0.9% 222 222 0 2.41 3.09 0.23 2.2%
+readdir 1.0% 0.9% 224 224 0 0.36 0.02 0.02 0.3%
+fsstat 1.0% 1.0% 233 233 0 0.18 0.03 0.02 0.2%
+access 11.0% 11.1% 2655 2655 0 0.18 0.02 0.01 1.9%
+commit 0.0% 0.0% 0 1022 0 0.00 0.00 0.00 11.4%
+readdirplus 2.0% 2.1% 497 497 0 0.66 0.04 0.02 1.4%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 80 Ops/Sec AVG. RESPONSE TIME: 1.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 80 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 24013 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 26513
+PHYSICAL NFS IO THROUGHPUT: 88 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 9217.8 MB
+TOTAL FILE SET SIZE ACCESSED: 2767.0 - 2817.1 MB (100.00% to 101.81% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 13:53:08 PST 2011 ************************************************************************
+Sat Feb 26 13:53:08 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 120 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 120
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 27652 Files created for I/O operations
+ 8292 Files accessed for I/O operations
+ 556 Files for non-I/O operations
+ 24 Symlinks
+ 920 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 14:06:26 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 9322 9322 0 0.18 0.03 0.00 3.1%
+setattr 4.0% 4.0% 1443 1443 0 1.87 6.77 0.13 5.1%
+lookup 24.0% 24.2% 8718 8718 0 0.18 0.05 0.00 3.0%
+readlink 1.0% 0.9% 331 331 0 0.18 0.03 0.02 0.1%
+read 18.0% 18.0% 6475 7974 0 2.07 4.64 0.05 25.6%
+write 10.0% 9.8% 3527 4200 0 6.73 12.74 0.12 45.2%
+create 1.0% 1.0% 355 355 0 3.72 6.06 0.26 2.5%
+remove 1.0% 0.9% 341 341 0 3.13 5.17 0.24 2.0%
+readdir 1.0% 1.0% 350 350 0 0.37 0.02 0.01 0.2%
+fsstat 1.0% 1.1% 382 382 0 0.18 0.03 0.02 0.1%
+access 11.0% 11.3% 4081 4081 0 0.18 0.03 0.01 1.4%
+commit 0.0% 0.0% 0 1538 0 0.00 0.00 0.00 10.6%
+readdirplus 2.0% 2.0% 704 704 0 0.67 0.04 0.02 0.9%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 120 Ops/Sec AVG. RESPONSE TIME: 1.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 120 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 36029 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 39739
+PHYSICAL NFS IO THROUGHPUT: 132 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 14339.1 MB
+TOTAL FILE SET SIZE ACCESSED: 4301.9 - 4387.0 MB (100.00% to 101.98% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:06:27 PST 2011 ************************************************************************
+Sat Feb 26 14:06:27 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 160 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 160
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 35552 Files created for I/O operations
+ 10664 Files accessed for I/O operations
+ 712 Files for non-I/O operations
+ 24 Symlinks
+ 1184 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 14:19:18 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.3% 12628 12628 0 0.18 0.07 0.00 3.0%
+setattr 4.0% 3.9% 1868 1868 0 2.74 10.45 0.15 7.0%
+lookup 24.0% 24.1% 11581 11581 0 0.18 0.04 0.00 2.9%
+readlink 1.0% 1.0% 472 472 0 0.18 0.02 0.01 0.1%
+read 18.0% 18.0% 8635 10679 0 2.03 5.59 0.05 23.8%
+write 10.0% 10.0% 4823 5919 0 6.68 12.90 0.10 43.7%
+create 1.0% 0.9% 446 446 0 5.74 14.52 0.35 3.5%
+remove 1.0% 1.1% 506 506 0 3.76 11.76 0.30 2.6%
+readdir 1.0% 1.0% 479 479 0 0.37 0.03 0.02 0.2%
+fsstat 1.0% 1.0% 486 486 0 0.18 0.03 0.02 0.1%
+access 11.0% 11.0% 5274 5274 0 0.18 0.03 0.00 1.3%
+commit 0.0% 0.0% 0 2117 0 0.00 0.00 0.00 11.0%
+readdirplus 2.0% 1.8% 881 881 0 0.68 0.06 0.02 0.8%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 161 Ops/Sec AVG. RESPONSE TIME: 1.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 160 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 48079 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 53336
+PHYSICAL NFS IO THROUGHPUT: 178 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 18435.7 MB
+TOTAL FILE SET SIZE ACCESSED: 5531.9 - 5645.1 MB (100.00% to 102.05% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:19:19 PST 2011 ************************************************************************
+Sat Feb 26 14:19:19 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 200 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 45428 Files created for I/O operations
+ 13628 Files accessed for I/O operations
+ 912 Files for non-I/O operations
+ 24 Symlinks
+ 1512 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 14:32:39 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 15661 15661 0 0.18 0.07 0.00 2.5%
+setattr 4.0% 4.0% 2427 2427 0 3.47 13.44 0.15 7.5%
+lookup 24.0% 23.9% 14356 14356 0 0.18 0.09 0.00 2.3%
+readlink 1.0% 1.0% 608 608 0 0.18 0.04 0.02 0.1%
+read 18.0% 18.0% 10807 13286 0 2.62 7.51 0.05 25.2%
+write 10.0% 10.0% 6004 7221 0 8.02 14.85 0.10 42.8%
+create 1.0% 1.1% 646 646 0 5.57 11.30 0.26 3.2%
+remove 1.0% 1.0% 610 610 0 5.17 15.54 0.31 2.8%
+readdir 1.0% 1.0% 600 600 0 0.37 0.04 0.02 0.2%
+fsstat 1.0% 1.0% 574 574 0 0.18 0.03 0.01 0.1%
+access 11.0% 11.0% 6614 6614 0 0.18 0.08 0.01 1.0%
+commit 0.0% 0.0% 0 2635 0 0.00 0.00 0.00 11.5%
+readdirplus 2.0% 2.0% 1203 1203 0 0.69 0.06 0.01 0.7%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 201 Ops/Sec AVG. RESPONSE TIME: 1.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 200 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 60110 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 66441
+PHYSICAL NFS IO THROUGHPUT: 222 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 23556.9 MB
+TOTAL FILE SET SIZE ACCESSED: 7068.9 - 7204.8 MB (100.00% to 101.92% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:32:40 PST 2011 ************************************************************************
+Sat Feb 26 14:32:40 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 240 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 240
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 55304 Files created for I/O operations
+ 16588 Files accessed for I/O operations
+ 1108 Files for non-I/O operations
+ 24 Symlinks
+ 1840 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 14:46:30 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 18907 18907 0 0.18 0.04 0.00 1.9%
+setattr 4.0% 4.0% 2915 2915 0 4.98 19.00 0.16 8.1%
+lookup 24.0% 24.2% 17442 17442 0 0.18 0.05 0.00 1.8%
+readlink 1.0% 1.0% 698 698 0 0.18 0.03 0.01 0.1%
+read 18.0% 17.8% 12869 15773 0 3.88 9.23 0.05 27.9%
+write 10.0% 9.8% 7096 8622 0 10.07 16.26 0.09 39.9%
+create 1.0% 1.0% 732 732 0 7.57 18.91 0.31 3.1%
+remove 1.0% 1.0% 756 756 0 7.88 21.54 0.33 3.3%
+readdir 1.0% 0.9% 664 664 0 0.38 0.05 0.02 0.1%
+fsstat 1.0% 1.0% 719 719 0 0.18 0.03 0.01 0.1%
+access 11.0% 11.0% 7968 7968 0 0.18 0.05 0.00 0.8%
+commit 0.0% 0.0% 0 3140 0 0.00 0.00 0.00 12.4%
+readdirplus 2.0% 2.0% 1410 1410 0 0.69 0.06 0.01 0.5%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 241 Ops/Sec AVG. RESPONSE TIME: 2.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 240 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 72176 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 79746
+PHYSICAL NFS IO THROUGHPUT: 266 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 28678.1 MB
+TOTAL FILE SET SIZE ACCESSED: 8603.9 - 8764.3 MB (100.00% to 101.86% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:46:31 PST 2011 ************************************************************************
+Sat Feb 26 14:46:31 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 280 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 280
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 63204 Files created for I/O operations
+ 18960 Files accessed for I/O operations
+ 1268 Files for non-I/O operations
+ 24 Symlinks
+ 2104 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 14:59:50 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 21917 21917 0 0.18 0.07 0.00 1.9%
+setattr 4.0% 4.0% 3341 3341 0 4.76 18.30 0.15 7.5%
+lookup 24.0% 24.1% 20274 20274 0 0.18 0.06 0.00 1.8%
+readlink 1.0% 1.0% 879 879 0 0.18 0.04 0.01 0.1%
+read 18.0% 17.9% 15069 18447 0 3.89 10.04 0.05 27.8%
+write 10.0% 10.1% 8476 10295 0 10.09 17.98 0.09 40.5%
+create 1.0% 1.0% 830 830 0 9.62 22.34 0.32 3.8%
+remove 1.0% 1.0% 841 841 0 8.06 20.37 0.30 3.2%
+readdir 1.0% 0.9% 796 796 0 0.38 0.06 0.02 0.1%
+fsstat 1.0% 1.0% 829 829 0 0.18 0.08 0.02 0.1%
+access 11.0% 11.0% 9265 9265 0 0.18 0.07 0.01 0.8%
+commit 0.0% 0.0% 0 3762 0 0.00 0.00 0.00 11.9%
+readdirplus 2.0% 2.0% 1697 1697 0 0.70 0.06 0.01 0.6%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 281 Ops/Sec AVG. RESPONSE TIME: 2.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 280 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 84214 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 93173
+PHYSICAL NFS IO THROUGHPUT: 310 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 32774.7 MB
+TOTAL FILE SET SIZE ACCESSED: 9833.9 - 10030.2 MB (100.00% to 102.00% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 14:59:51 PST 2011 ************************************************************************
+Sat Feb 26 14:59:51 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 320 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 320
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 73076 Files created for I/O operations
+ 21920 Files accessed for I/O operations
+ 1464 Files for non-I/O operations
+ 24 Symlinks
+ 2432 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 15:13:40 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 24991 24991 0 0.18 0.05 0.00 1.7%
+setattr 4.0% 4.0% 3884 3884 0 6.09 23.69 0.15 9.1%
+lookup 24.0% 24.1% 23188 23188 0 0.19 0.13 0.00 1.7%
+readlink 1.0% 1.0% 945 945 0 0.18 0.03 0.01 0.1%
+read 18.0% 18.1% 17377 21300 0 4.22 10.69 0.05 28.1%
+write 10.0% 9.9% 9518 11385 0 10.47 18.04 0.09 38.2%
+create 1.0% 1.0% 960 960 0 10.55 25.27 0.32 3.9%
+remove 1.0% 1.0% 959 959 0 9.92 24.98 0.32 3.6%
+readdir 1.0% 1.0% 942 942 0 0.38 0.06 0.02 0.1%
+fsstat 1.0% 1.0% 954 954 0 0.18 0.03 0.01 0.1%
+access 11.0% 11.1% 10643 10643 0 0.18 0.07 0.01 0.7%
+commit 0.0% 0.0% 0 4172 0 0.00 0.00 0.00 12.3%
+readdirplus 2.0% 2.0% 1898 1898 0 0.70 0.07 0.01 0.5%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 321 Ops/Sec AVG. RESPONSE TIME: 2.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 320 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 96259 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 106221
+PHYSICAL NFS IO THROUGHPUT: 354 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 37893.9 MB
+TOTAL FILE SET SIZE ACCESSED: 11368.8 - 11587.3 MB (100.00% to 101.92% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 15:13:41 PST 2011 ************************************************************************
+Sat Feb 26 15:13:41 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 360 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 360
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 82952 Files created for I/O operations
+ 24884 Files accessed for I/O operations
+ 1660 Files for non-I/O operations
+ 24 Symlinks
+ 2764 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 15:27:14 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 28173 28173 0 0.18 0.09 0.00 1.6%
+setattr 4.0% 4.1% 4448 4448 0 6.25 21.50 0.14 8.7%
+lookup 24.0% 23.9% 25914 25914 0 0.19 0.10 0.00 1.5%
+readlink 1.0% 0.9% 1030 1030 0 0.18 0.05 0.01 0.1%
+read 18.0% 18.1% 19630 23893 0 4.48 11.35 0.05 27.5%
+write 10.0% 10.1% 10931 13248 0 10.95 17.44 0.08 37.5%
+create 1.0% 1.0% 1074 1074 0 11.38 21.58 0.28 3.8%
+remove 1.0% 1.0% 1048 1048 0 9.69 18.57 0.26 3.2%
+readdir 1.0% 1.0% 1122 1122 0 0.38 0.06 0.01 0.1%
+fsstat 1.0% 1.1% 1149 1149 0 0.18 0.05 0.01 0.1%
+access 11.0% 10.9% 11775 11775 0 0.18 0.07 0.00 0.7%
+commit 0.0% 0.0% 0 4795 0 0.00 0.00 0.00 14.8%
+readdirplus 2.0% 2.0% 2131 2131 0 0.71 0.07 0.01 0.5%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 363 Ops/Sec AVG. RESPONSE TIME: 2.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 360 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 108425 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 119800
+PHYSICAL NFS IO THROUGHPUT: 400 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 43015.1 MB
+TOTAL FILE SET SIZE ACCESSED: 12905.8 - 13151.8 MB (100.00% to 101.91% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 15:27:15 PST 2011 ************************************************************************
+Sat Feb 26 15:27:15 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 400 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 400
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 90852 Files created for I/O operations
+ 27252 Files accessed for I/O operations
+ 1820 Files for non-I/O operations
+ 24 Symlinks
+ 3028 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 15:41:04 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 31374 31374 0 0.19 0.28 0.01 1.3%
+setattr 4.0% 4.0% 4877 4877 0 7.97 21.48 0.13 8.5%
+lookup 24.0% 24.0% 28919 28919 0 0.20 0.36 0.01 1.2%
+readlink 1.0% 1.0% 1209 1209 0 0.19 0.30 0.03 0.1%
+read 18.0% 18.1% 21802 26635 0 6.30 15.89 0.05 30.0%
+write 10.0% 9.8% 11837 14334 0 14.11 21.95 0.08 36.4%
+create 1.0% 1.0% 1246 1246 0 16.68 31.33 0.31 4.5%
+remove 1.0% 1.0% 1151 1151 0 13.49 25.70 0.29 3.4%
+readdir 1.0% 1.0% 1163 1163 0 0.39 0.07 0.01 0.1%
+fsstat 1.0% 1.0% 1182 1182 0 0.18 0.05 0.01 0.0%
+access 11.0% 11.2% 13474 13474 0 0.19 0.12 0.01 0.5%
+commit 0.0% 0.0% 0 4946 0 0.00 0.00 0.00 13.5%
+readdirplus 2.0% 2.0% 2445 2445 0 0.72 0.10 0.01 0.4%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 404 Ops/Sec AVG. RESPONSE TIME: 3.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 400 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 120679 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 132955
+PHYSICAL NFS IO THROUGHPUT: 444 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 47111.7 MB
+TOTAL FILE SET SIZE ACCESSED: 14133.7 - 14354.3 MB (100.00% to 101.56% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 15:41:05 PST 2011 ************************************************************************
+Sat Feb 26 15:41:05 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 440 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 440
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 100728 Files created for I/O operations
+ 30216 Files accessed for I/O operations
+ 2016 Files for non-I/O operations
+ 24 Symlinks
+ 3356 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 15:55:47 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 34655 34655 0 0.19 0.23 0.01 1.1%
+setattr 4.0% 3.9% 5234 5234 0 10.47 23.80 0.13 9.0%
+lookup 24.0% 23.8% 31606 31606 0 0.20 0.53 0.01 1.1%
+readlink 1.0% 1.0% 1270 1270 0 0.19 0.06 0.01 0.0%
+read 18.0% 18.1% 24024 29561 0 7.67 16.20 0.05 30.4%
+write 10.0% 10.1% 13423 16371 0 15.58 23.13 0.08 34.4%
+create 1.0% 1.0% 1285 1285 0 23.19 38.79 0.34 4.9%
+remove 1.0% 1.0% 1333 1333 0 18.43 33.09 0.31 4.0%
+readdir 1.0% 1.0% 1351 1351 0 0.40 0.14 0.02 0.1%
+fsstat 1.0% 1.0% 1340 1340 0 0.19 0.16 0.02 0.0%
+access 11.0% 11.0% 14631 14631 0 0.19 0.19 0.01 0.5%
+commit 0.0% 0.0% 0 5483 0 0.00 0.00 0.00 14.1%
+readdirplus 2.0% 2.0% 2720 2720 0 0.73 0.14 0.01 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 444 Ops/Sec AVG. RESPONSE TIME: 4.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 440 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 132872 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 146840
+PHYSICAL NFS IO THROUGHPUT: 491 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 52233.0 MB
+TOTAL FILE SET SIZE ACCESSED: 15670.7 - 15910.4 MB (100.00% to 101.53% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 15:55:48 PST 2011 ************************************************************************
+Sat Feb 26 15:55:48 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 480 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 480
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 110604 Files created for I/O operations
+ 33180 Files accessed for I/O operations
+ 2216 Files for non-I/O operations
+ 24 Symlinks
+ 3684 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 16:10:31 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 37574 37574 0 0.21 0.62 0.01 1.1%
+setattr 4.0% 4.0% 5751 5751 0 13.83 32.73 0.15 10.9%
+lookup 24.0% 24.0% 34799 34799 0 0.22 0.59 0.01 1.1%
+readlink 1.0% 1.0% 1403 1403 0 0.19 0.21 0.02 0.0%
+read 18.0% 18.1% 26198 32287 0 8.38 18.46 0.05 30.2%
+write 10.0% 10.1% 14595 17444 0 15.58 23.86 0.08 31.3%
+create 1.0% 1.0% 1411 1411 0 28.41 45.18 0.35 5.5%
+remove 1.0% 1.0% 1381 1381 0 19.81 27.68 0.28 3.8%
+readdir 1.0% 1.0% 1491 1491 0 0.41 0.37 0.03 0.1%
+fsstat 1.0% 1.0% 1498 1498 0 0.20 0.28 0.03 0.0%
+access 11.0% 10.9% 15804 15804 0 0.20 0.62 0.01 0.4%
+commit 0.0% 0.0% 0 6060 0 0.00 0.00 0.00 15.3%
+readdirplus 2.0% 2.0% 2912 2912 0 0.76 0.54 0.03 0.3%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 484 Ops/Sec AVG. RESPONSE TIME: 5.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 480 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 144817 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 159815
+PHYSICAL NFS IO THROUGHPUT: 534 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 57354.2 MB
+TOTAL FILE SET SIZE ACCESSED: 17207.7 - 17466.9 MB (100.00% to 101.51% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 16:10:32 PST 2011 ************************************************************************
+Sat Feb 26 16:10:32 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 520 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 520
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 118504 Files created for I/O operations
+ 35548 Files accessed for I/O operations
+ 2372 Files for non-I/O operations
+ 24 Symlinks
+ 3948 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 16:25:56 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 31100 31100 0 0.32 4.90 0.02 0.8%
+setattr 4.0% 4.0% 4850 4850 0 35.45 38.08 0.17 13.2%
+lookup 24.0% 24.1% 28968 28968 0 0.36 5.50 0.03 0.8%
+readlink 1.0% 1.0% 1199 1199 0 0.39 6.74 0.15 0.0%
+read 18.0% 18.0% 21586 26615 0 18.04 28.91 0.07 29.9%
+write 10.0% 10.0% 11993 14526 0 27.88 36.56 0.11 25.7%
+create 1.0% 1.0% 1210 1210 0 88.89 67.71 0.46 8.3%
+remove 1.0% 1.0% 1244 1244 0 55.51 43.05 0.36 5.3%
+readdir 1.0% 1.0% 1183 1183 0 0.66 6.94 0.15 0.1%
+fsstat 1.0% 1.0% 1235 1235 0 0.34 5.05 0.13 0.0%
+access 11.0% 11.1% 13292 13292 0 0.34 4.93 0.04 0.3%
+commit 0.0% 0.0% 0 4616 0 0.00 0.00 0.00 15.5%
+readdirplus 2.0% 2.0% 2375 2375 0 0.79 0.72 0.03 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 402 Ops/Sec AVG. RESPONSE TIME: 10.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 520 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 120235 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 132413
+PHYSICAL NFS IO THROUGHPUT: 442 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 61450.8 MB
+TOTAL FILE SET SIZE ACCESSED: 18435.7 - 18633.2 MB (100.00% to 101.07% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 16:25:57 PST 2011 ************************************************************************
+Sat Feb 26 16:25:57 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 560 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 560
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 128376 Files created for I/O operations
+ 38512 Files accessed for I/O operations
+ 2568 Files for non-I/O operations
+ 24 Symlinks
+ 4276 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 16:42:33 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 33111 33111 0 0.66 13.46 0.04 1.7%
+setattr 4.0% 4.0% 5055 5055 0 32.90 35.06 0.16 12.7%
+lookup 24.0% 23.8% 30413 30413 0 0.70 14.03 0.04 1.6%
+readlink 1.0% 1.0% 1288 1288 0 0.46 6.58 0.14 0.0%
+read 18.0% 18.0% 22916 28431 0 16.57 28.76 0.07 29.1%
+write 10.0% 10.2% 13039 15645 0 26.87 33.65 0.10 26.9%
+create 1.0% 1.0% 1287 1287 0 75.74 53.01 0.40 7.5%
+remove 1.0% 1.0% 1235 1235 0 48.71 41.73 0.36 4.6%
+readdir 1.0% 1.0% 1224 1224 0 0.63 6.04 0.14 0.1%
+fsstat 1.0% 1.1% 1351 1351 0 1.06 28.71 0.29 0.1%
+access 11.0% 11.1% 14151 14151 0 0.47 10.11 0.05 0.5%
+commit 0.0% 0.0% 0 4850 0 0.00 0.00 0.00 15.0%
+readdirplus 2.0% 2.0% 2578 2578 0 0.89 2.83 0.06 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 425 Ops/Sec AVG. RESPONSE TIME: 10.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 560 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 127648 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 140619
+PHYSICAL NFS IO THROUGHPUT: 468 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 66570.0 MB
+TOTAL FILE SET SIZE ACCESSED: 19972.7 - 20157.7 MB (100.00% to 100.93% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 16:42:34 PST 2011 ************************************************************************
+Sat Feb 26 16:42:34 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 600 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 600
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 138252 Files created for I/O operations
+ 41472 Files accessed for I/O operations
+ 2768 Files for non-I/O operations
+ 24 Symlinks
+ 4608 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 17:01:11 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 20515 20515 0 1.58 17.72 0.06 2.5%
+setattr 4.0% 4.0% 3132 3132 0 45.05 62.38 0.28 10.8%
+lookup 24.0% 24.1% 18987 18987 0 1.80 14.22 0.05 2.6%
+readlink 1.0% 1.0% 788 788 0 0.38 1.82 0.09 0.0%
+read 18.0% 17.9% 14055 17365 0 28.04 149.66 0.20 30.1%
+write 10.0% 10.0% 7858 9561 0 50.97 326.20 0.40 30.6%
+create 1.0% 1.0% 793 793 0 85.24 57.48 0.53 5.2%
+remove 1.0% 0.9% 716 716 0 84.24 645.57 1.86 4.6%
+readdir 1.0% 1.0% 782 782 0 0.93 5.59 0.17 0.1%
+fsstat 1.0% 1.0% 783 783 0 2.17 39.44 0.44 0.1%
+access 11.0% 11.0% 8696 8696 0 1.17 20.71 0.10 0.8%
+commit 0.0% 0.0% 0 2772 0 0.00 0.00 0.00 12.4%
+readdirplus 2.0% 2.1% 1630 1630 0 1.35 5.55 0.11 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 262 Ops/Sec AVG. RESPONSE TIME: 16.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 600 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 78735 TEST TIME: 301 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 86520
+PHYSICAL NFS IO THROUGHPUT: 287 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 71691.2 MB
+TOTAL FILE SET SIZE ACCESSED: 21507.6 - 21617.9 MB (100.00% to 100.51% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 17:01:12 PST 2011 ************************************************************************
+Sat Feb 26 17:01:12 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 640 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 640
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 148128 Files created for I/O operations
+ 44436 Files accessed for I/O operations
+ 2964 Files for non-I/O operations
+ 24 Symlinks
+ 4936 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 17:21:53 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 12981 12981 0 1.90 28.48 0.09 1.9%
+setattr 4.0% 4.0% 1999 1999 0 74.66 581.19 1.06 11.4%
+lookup 24.0% 24.2% 12101 12101 0 5.05 128.25 0.20 4.7%
+readlink 1.0% 1.0% 514 514 0 2.10 28.06 0.46 0.1%
+read 18.0% 18.0% 9005 11148 0 52.83 434.23 0.43 36.3%
+write 10.0% 9.8% 4902 5954 0 67.67 384.35 0.55 25.3%
+create 1.0% 0.9% 463 463 0 118.56 255.98 1.46 4.2%
+remove 1.0% 1.0% 496 496 0 66.74 53.66 0.64 2.5%
+readdir 1.0% 1.0% 492 492 0 1.20 8.32 0.25 0.0%
+fsstat 1.0% 1.0% 484 484 0 0.80 6.73 0.23 0.0%
+access 11.0% 11.2% 5614 5614 0 3.81 131.84 0.30 1.6%
+commit 0.0% 0.0% 0 1720 0 0.00 0.00 0.00 11.8%
+readdirplus 2.0% 2.0% 985 985 0 2.40 13.39 0.23 0.2%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 171 Ops/Sec AVG. RESPONSE TIME: 26.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 640 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 50036 TEST TIME: 293 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 54951
+PHYSICAL NFS IO THROUGHPUT: 187 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 76812.5 MB
+TOTAL FILE SET SIZE ACCESSED: 23044.6 - 23127.5 MB (100.00% to 100.36% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 17:21:54 PST 2011 ************************************************************************
+Sat Feb 26 17:21:54 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 680 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 680
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 156028 Files created for I/O operations
+ 46808 Files accessed for I/O operations
+ 3124 Files for non-I/O operations
+ 24 Symlinks
+ 5200 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 17:40:25 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 13032 13032 0 2.00 15.28 0.07 2.0%
+setattr 4.0% 4.0% 2024 2024 0 78.64 473.24 0.95 12.3%
+lookup 24.0% 24.3% 12272 12272 0 3.11 22.25 0.08 2.9%
+readlink 1.0% 0.9% 469 469 0 0.83 6.46 0.23 0.0%
+read 18.0% 17.9% 9026 11127 0 46.42 238.75 0.32 32.4%
+write 10.0% 10.1% 5109 6190 0 74.42 120.24 0.30 29.4%
+create 1.0% 1.0% 500 500 0 152.28 934.96 2.68 5.9%
+remove 1.0% 1.0% 514 514 0 113.71 910.96 2.61 4.5%
+readdir 1.0% 1.0% 528 528 0 1.69 10.86 0.28 0.1%
+fsstat 1.0% 1.0% 500 500 0 2.57 17.94 0.37 0.1%
+access 11.0% 10.9% 5522 5522 0 1.12 10.53 0.09 0.5%
+commit 0.0% 0.0% 0 1799 0 0.00 0.00 0.00 9.7%
+readdirplus 2.0% 1.9% 979 979 0 1.73 8.26 0.18 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 169 Ops/Sec AVG. RESPONSE TIME: 25.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 680 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 50475 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 55456
+PHYSICAL NFS IO THROUGHPUT: 185 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 80909.0 MB
+TOTAL FILE SET SIZE ACCESSED: 24274.6 - 24368.3 MB (100.00% to 100.39% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 17:40:26 PST 2011 ************************************************************************
+Sat Feb 26 17:40:26 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 720 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 720
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 165904 Files created for I/O operations
+ 49768 Files accessed for I/O operations
+ 3320 Files for non-I/O operations
+ 24 Symlinks
+ 5528 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 18:01:51 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 9818 9818 0 6.45 328.53 0.36 6.1%
+setattr 4.0% 4.2% 1583 1583 0 88.12 751.53 1.35 13.5%
+lookup 24.0% 23.8% 9028 9028 0 1.83 13.26 0.08 1.6%
+readlink 1.0% 1.0% 380 380 0 0.76 5.53 0.24 0.0%
+read 18.0% 18.2% 6917 8572 1 47.08 280.00 0.39 31.5%
+write 10.0% 10.1% 3829 4619 0 68.11 127.87 0.36 25.2%
+create 1.0% 1.0% 382 382 1 213.69 1381.36 3.73 7.9%
+remove 1.0% 1.0% 376 376 0 78.85 60.00 0.78 2.9%
+readdir 1.0% 1.0% 387 387 0 0.50 0.99 0.10 0.0%
+fsstat 1.0% 0.9% 353 353 0 0.53 3.01 0.18 0.0%
+access 11.0% 10.9% 4158 4158 2 1.19 14.79 0.12 0.5%
+commit 0.0% 0.0% 0 1326 0 0.00 0.00 0.00 10.8%
+readdirplus 2.0% 2.0% 768 768 0 1.21 3.35 0.13 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 127 Ops/Sec AVG. RESPONSE TIME: 27.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 720 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 37979 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 41750
+PHYSICAL NFS IO THROUGHPUT: 139 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 86030.3 MB
+TOTAL FILE SET SIZE ACCESSED: 25809.5 - 25887.1 MB (100.00% to 100.30% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 18:01:52 PST 2011 ************************************************************************
+Sat Feb 26 18:01:52 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 760 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 760
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 175776 Files created for I/O operations
+ 52732 Files accessed for I/O operations
+ 3516 Files for non-I/O operations
+ 24 Symlinks
+ 5856 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 18:22:12 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.7% 10264 10264 0 7.75 224.16 0.29 6.2%
+setattr 4.0% 4.0% 1613 1613 0 87.04 533.88 1.13 10.9%
+lookup 24.0% 23.9% 9545 9545 0 7.49 230.44 0.30 5.5%
+readlink 1.0% 1.0% 397 397 0 5.35 90.36 0.93 0.2%
+read 18.0% 18.0% 7186 8834 0 61.47 404.51 0.46 34.2%
+write 10.0% 9.9% 3959 4821 0 80.63 445.62 0.66 24.7%
+create 1.0% 1.0% 402 402 0 130.05 126.67 1.10 4.0%
+remove 1.0% 1.1% 419 419 0 90.60 96.67 0.94 2.9%
+readdir 1.0% 1.0% 411 411 0 1.12 8.13 0.28 0.0%
+fsstat 1.0% 0.9% 366 366 0 0.78 3.43 0.19 0.0%
+access 11.0% 11.4% 4530 4530 0 2.12 37.16 0.18 0.7%
+commit 0.0% 0.0% 0 1374 0 0.00 0.00 0.00 9.0%
+readdirplus 2.0% 1.9% 777 777 0 27.94 621.32 1.75 1.7%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 136 Ops/Sec AVG. RESPONSE TIME: 32.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 760 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 39869 TEST TIME: 294 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 43753
+PHYSICAL NFS IO THROUGHPUT: 148 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 91149.5 MB
+TOTAL FILE SET SIZE ACCESSED: 27346.5 - 27427.3 MB (100.00% to 100.30% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 18:22:13 PST 2011 ************************************************************************
+Sat Feb 26 18:22:13 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 800 -C ../result/sfssum.20110226-s3-bigcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 800
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 183676 Files created for I/O operations
+ 55100 Files accessed for I/O operations
+ 3676 Files for non-I/O operations
+ 24 Symlinks
+ 6120 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 18:41:05 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 12975 12975 0 1.59 27.59 0.09 1.5%
+setattr 4.0% 4.0% 1998 1998 0 58.81 99.02 0.44 8.6%
+lookup 24.0% 24.0% 11974 11974 0 2.48 34.61 0.11 2.2%
+readlink 1.0% 1.0% 504 504 0 0.66 3.83 0.17 0.0%
+read 18.0% 18.1% 9033 11167 0 65.75 165.59 0.27 43.7%
+write 10.0% 10.0% 4999 6066 0 69.92 98.88 0.28 25.7%
+create 1.0% 1.0% 510 510 0 117.28 85.43 0.80 4.4%
+remove 1.0% 1.0% 522 522 0 82.01 77.44 0.75 3.1%
+readdir 1.0% 1.0% 516 516 0 6.18 90.10 0.82 0.2%
+fsstat 1.0% 1.0% 505 505 0 0.30 1.04 0.09 0.0%
+access 11.0% 10.8% 5387 5387 0 0.88 19.58 0.12 0.3%
+commit 0.0% 0.0% 0 1748 0 0.00 0.00 0.00 10.0%
+readdirplus 2.0% 2.1% 1042 1042 0 1.53 7.82 0.17 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 167 Ops/Sec AVG. RESPONSE TIME: 27.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 800 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 49965 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 54914
+PHYSICAL NFS IO THROUGHPUT: 183 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 95246.0 MB
+TOTAL FILE SET SIZE ACCESSED: 28574.4 - 28672.6 MB (100.00% to 100.34% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 18:41:06 PST 2011 ************************************************************************
--- /dev/null
+Sat Feb 26 21:10:23 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 40 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 40
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 7904 Files created for I/O operations
+ 2368 Files accessed for I/O operations
+ 160 Files for non-I/O operations
+ 24 Symlinks
+ 260 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 21:23:35 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 3141 3141 0 0.18 0.05 0.01 0.5%
+setattr 4.0% 3.9% 463 463 0 1.29 8.19 0.26 0.5%
+lookup 24.0% 23.2% 2787 2787 0 0.23 2.65 0.06 0.6%
+readlink 1.0% 0.9% 110 110 0 0.17 0.01 0.02 0.0%
+read 18.0% 18.2% 2181 2688 0 27.84 85.44 0.39 55.1%
+write 10.0% 9.9% 1194 1452 0 37.79 83.90 0.52 41.0%
+create 1.0% 1.3% 152 152 0 2.21 1.19 0.17 0.3%
+remove 1.0% 1.1% 137 137 0 1.69 2.04 0.24 0.2%
+readdir 1.0% 0.9% 111 111 0 0.36 0.01 0.02 0.0%
+fsstat 1.0% 1.0% 122 122 0 0.17 0.01 0.02 0.0%
+access 11.0% 11.4% 1365 1365 0 0.18 0.02 0.01 0.2%
+commit 0.0% 0.0% 0 530 0 0.00 0.00 0.00 1.4%
+readdirplus 2.0% 2.0% 240 240 0 0.60 0.04 0.03 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 40 Ops/Sec AVG. RESPONSE TIME: 9.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 40 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 12003 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 13298
+PHYSICAL NFS IO THROUGHPUT: 44 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 4098.7 MB
+TOTAL FILE SET SIZE ACCESSED: 1230.0 - 1255.3 MB (100.00% to 102.06% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 21:23:36 PST 2011 ************************************************************************
+Sat Feb 26 21:23:36 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 80 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 80
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 17776 Files created for I/O operations
+ 5332 Files accessed for I/O operations
+ 356 Files for non-I/O operations
+ 24 Symlinks
+ 592 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 21:37:26 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 6254 6254 0 0.18 0.05 0.01 0.3%
+setattr 4.0% 4.1% 993 993 0 1.00 1.04 0.06 0.2%
+lookup 24.0% 24.6% 5933 5933 0 0.18 0.05 0.01 0.3%
+readlink 1.0% 1.0% 251 251 0 0.18 0.01 0.01 0.0%
+read 18.0% 17.9% 4312 5344 0 60.79 126.49 0.34 61.4%
+write 10.0% 9.8% 2366 2808 0 62.79 247.86 0.63 34.8%
+create 1.0% 0.9% 225 225 0 3.42 2.09 0.19 0.2%
+remove 1.0% 0.9% 218 218 0 3.63 12.40 0.47 0.2%
+readdir 1.0% 0.9% 222 222 0 0.37 0.03 0.02 0.0%
+fsstat 1.0% 1.0% 235 235 0 0.19 0.15 0.05 0.0%
+access 11.0% 10.9% 2637 2637 0 0.18 0.02 0.01 0.1%
+commit 0.0% 0.0% 0 1029 0 0.00 0.00 0.00 2.4%
+readdirplus 2.0% 2.0% 493 493 0 0.68 0.07 0.02 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 80 Ops/Sec AVG. RESPONSE TIME: 17.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 80 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 24139 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 26642
+PHYSICAL NFS IO THROUGHPUT: 88 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 9217.8 MB
+TOTAL FILE SET SIZE ACCESSED: 2767.0 - 2818.3 MB (100.00% to 101.85% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 21:37:27 PST 2011 ************************************************************************
+Sat Feb 26 21:37:27 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 120 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 120
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 27652 Files created for I/O operations
+ 8292 Files accessed for I/O operations
+ 556 Files for non-I/O operations
+ 24 Symlinks
+ 920 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 21:50:39 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 9368 9368 0 0.18 0.03 0.00 0.3%
+setattr 4.0% 4.0% 1444 1444 0 2.37 19.13 0.23 0.6%
+lookup 24.0% 24.3% 8804 8804 0 0.18 0.05 0.00 0.3%
+readlink 1.0% 0.9% 335 335 0 0.18 0.02 0.02 0.0%
+read 18.0% 18.0% 6505 8001 0 56.04 128.20 0.28 63.1%
+write 10.0% 9.8% 3537 4252 0 55.00 94.33 0.32 33.7%
+create 1.0% 1.0% 354 354 0 3.93 6.91 0.27 0.2%
+remove 1.0% 0.9% 334 334 0 4.75 28.65 0.57 0.3%
+readdir 1.0% 1.0% 354 354 0 0.38 0.03 0.02 0.0%
+fsstat 1.0% 1.0% 377 377 0 0.18 0.02 0.01 0.0%
+access 11.0% 11.2% 4060 4060 0 0.18 0.03 0.01 0.1%
+commit 0.0% 0.0% 0 1556 0 0.00 0.00 0.00 1.3%
+readdirplus 2.0% 2.0% 707 707 0 0.68 0.04 0.02 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 121 Ops/Sec AVG. RESPONSE TIME: 16.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 120 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 36179 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 39946
+PHYSICAL NFS IO THROUGHPUT: 133 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 14339.1 MB
+TOTAL FILE SET SIZE ACCESSED: 4301.9 - 4387.5 MB (100.00% to 101.99% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 21:50:40 PST 2011 ************************************************************************
+Sat Feb 26 21:50:40 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 160 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 160
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 35552 Files created for I/O operations
+ 10664 Files accessed for I/O operations
+ 712 Files for non-I/O operations
+ 24 Symlinks
+ 1184 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 22:03:28 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 12652 12652 0 0.18 0.04 0.00 0.3%
+setattr 4.0% 3.9% 1863 1863 0 2.45 24.34 0.22 0.6%
+lookup 24.0% 24.3% 11749 11749 0 0.18 0.03 0.00 0.3%
+readlink 1.0% 1.0% 483 483 0 0.18 0.03 0.01 0.0%
+read 18.0% 17.9% 8660 10668 0 51.58 118.42 0.23 61.8%
+write 10.0% 10.1% 4852 5976 0 51.07 91.95 0.27 34.3%
+create 1.0% 0.9% 448 448 0 4.86 20.07 0.41 0.3%
+remove 1.0% 1.0% 491 491 0 4.10 17.45 0.37 0.3%
+readdir 1.0% 1.0% 484 484 0 0.38 0.07 0.02 0.0%
+fsstat 1.0% 1.0% 477 477 0 0.18 0.01 0.01 0.0%
+access 11.0% 10.7% 5180 5180 0 0.18 0.07 0.01 0.1%
+commit 0.0% 0.0% 0 2134 0 0.00 0.00 0.00 1.8%
+readdirplus 2.0% 1.9% 923 923 0 0.69 0.06 0.02 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 161 Ops/Sec AVG. RESPONSE TIME: 15.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 160 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 48262 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 53528
+PHYSICAL NFS IO THROUGHPUT: 179 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 18435.7 MB
+TOTAL FILE SET SIZE ACCESSED: 5531.9 - 5649.2 MB (100.00% to 102.12% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:03:29 PST 2011 ************************************************************************
+Sat Feb 26 22:03:29 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 200 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 200
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 45428 Files created for I/O operations
+ 13628 Files accessed for I/O operations
+ 912 Files for non-I/O operations
+ 24 Symlinks
+ 1512 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 22:16:45 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 15820 15820 0 0.18 0.05 0.00 0.3%
+setattr 4.0% 4.1% 2465 2465 0 2.95 35.41 0.23 0.7%
+lookup 24.0% 24.0% 14496 14496 0 0.18 0.05 0.00 0.2%
+readlink 1.0% 1.0% 615 615 0 0.18 0.11 0.03 0.0%
+read 18.0% 18.0% 10896 13334 0 58.74 131.07 0.21 59.9%
+write 10.0% 10.0% 6039 7357 0 64.13 106.28 0.26 36.2%
+create 1.0% 1.1% 655 655 0 10.42 67.41 0.63 0.6%
+remove 1.0% 1.0% 586 586 0 3.65 12.57 0.29 0.2%
+readdir 1.0% 1.0% 613 613 0 0.38 0.04 0.02 0.0%
+fsstat 1.0% 1.0% 591 591 0 0.18 0.05 0.02 0.0%
+access 11.0% 10.8% 6540 6540 0 0.18 0.03 0.00 0.1%
+commit 0.0% 0.0% 0 2635 0 0.00 0.00 0.00 1.7%
+readdirplus 2.0% 2.0% 1196 1196 0 0.70 0.08 0.02 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 202 Ops/Sec AVG. RESPONSE TIME: 17.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 200 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 60512 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 66903
+PHYSICAL NFS IO THROUGHPUT: 223 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 23556.9 MB
+TOTAL FILE SET SIZE ACCESSED: 7068.9 - 7204.5 MB (100.00% to 101.92% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:16:46 PST 2011 ************************************************************************
+Sat Feb 26 22:16:46 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 240 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 240
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 55304 Files created for I/O operations
+ 16588 Files accessed for I/O operations
+ 1108 Files for non-I/O operations
+ 24 Symlinks
+ 1840 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 22:30:32 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 18480 18480 0 0.17 0.04 0.00 0.2%
+setattr 4.0% 4.1% 2907 2907 0 3.36 43.29 0.24 0.6%
+lookup 24.0% 24.2% 17274 17274 0 0.18 0.04 0.00 0.2%
+readlink 1.0% 1.0% 699 699 0 0.17 0.04 0.02 0.0%
+read 18.0% 18.0% 12856 15870 0 75.10 140.93 0.21 61.7%
+write 10.0% 9.8% 7022 8525 0 77.40 118.78 0.25 34.7%
+create 1.0% 1.0% 691 691 0 10.27 75.92 0.65 0.5%
+remove 1.0% 1.1% 750 750 0 10.30 73.09 0.61 0.5%
+readdir 1.0% 1.0% 711 711 0 0.38 0.06 0.02 0.0%
+fsstat 1.0% 1.0% 693 693 0 0.17 0.04 0.02 0.0%
+access 11.0% 11.0% 7858 7858 0 0.17 0.04 0.00 0.1%
+commit 0.0% 0.0% 0 2869 0 0.00 0.00 0.00 1.4%
+readdirplus 2.0% 2.0% 1449 1449 0 0.69 0.07 0.01 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 239 Ops/Sec AVG. RESPONSE TIME: 21.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 240 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 71390 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 78776
+PHYSICAL NFS IO THROUGHPUT: 263 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 28678.1 MB
+TOTAL FILE SET SIZE ACCESSED: 8603.9 - 8730.2 MB (100.00% to 101.47% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:30:33 PST 2011 ************************************************************************
+Sat Feb 26 22:30:33 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 280 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 280
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 63204 Files created for I/O operations
+ 18960 Files accessed for I/O operations
+ 1268 Files for non-I/O operations
+ 24 Symlinks
+ 2104 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 22:43:43 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 17458 17458 0 0.17 0.04 0.00 0.2%
+setattr 4.0% 3.8% 2577 2577 0 4.34 58.32 0.29 0.7%
+lookup 24.0% 24.3% 16313 16313 0 0.18 0.04 0.00 0.2%
+readlink 1.0% 1.0% 660 660 0 0.17 0.08 0.02 0.0%
+read 18.0% 17.8% 11958 14575 0 79.57 142.44 0.21 60.9%
+write 10.0% 10.0% 6715 8167 0 81.45 111.57 0.25 35.0%
+create 1.0% 1.0% 662 662 0 7.20 47.74 0.53 0.3%
+remove 1.0% 1.0% 659 659 0 7.90 58.05 0.58 0.3%
+readdir 1.0% 1.0% 675 675 0 0.37 0.05 0.02 0.0%
+fsstat 1.0% 1.0% 685 685 0 0.17 0.04 0.01 0.0%
+access 11.0% 11.1% 7430 7430 0 0.17 0.04 0.00 0.1%
+commit 0.0% 0.0% 0 2619 0 0.00 0.00 0.00 2.2%
+readdirplus 2.0% 2.1% 1377 1377 0 0.69 0.08 0.01 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 225 Ops/Sec AVG. RESPONSE TIME: 23.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 280 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 67169 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 73857
+PHYSICAL NFS IO THROUGHPUT: 247 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 32774.7 MB
+TOTAL FILE SET SIZE ACCESSED: 9833.9 - 9951.0 MB (100.00% to 101.19% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:43:44 PST 2011 ************************************************************************
+Sat Feb 26 22:43:44 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 320 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 320
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 73076 Files created for I/O operations
+ 21920 Files accessed for I/O operations
+ 1464 Files for non-I/O operations
+ 24 Symlinks
+ 2432 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 22:57:18 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 14247 14247 0 0.17 0.04 0.00 0.2%
+setattr 4.0% 3.9% 2109 2109 0 5.01 59.27 0.33 0.7%
+lookup 24.0% 24.3% 13257 13257 0 0.18 0.08 0.00 0.2%
+readlink 1.0% 1.0% 563 563 0 0.17 0.04 0.02 0.0%
+read 18.0% 17.8% 9722 11960 0 100.13 151.30 0.24 63.2%
+write 10.0% 9.9% 5396 6553 0 94.62 125.42 0.30 33.2%
+create 1.0% 1.1% 577 577 0 7.08 38.76 0.51 0.3%
+remove 1.0% 1.0% 543 543 0 10.27 80.90 0.76 0.4%
+readdir 1.0% 1.0% 564 564 0 0.38 0.03 0.02 0.0%
+fsstat 1.0% 1.0% 538 538 0 0.17 0.04 0.02 0.0%
+access 11.0% 11.0% 5994 5994 0 0.17 0.04 0.01 0.1%
+commit 0.0% 0.0% 0 2022 0 0.00 0.00 0.00 1.8%
+readdirplus 2.0% 2.0% 1069 1069 0 0.70 0.07 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 183 Ops/Sec AVG. RESPONSE TIME: 28.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 320 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 54579 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 59996
+PHYSICAL NFS IO THROUGHPUT: 200 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 37893.9 MB
+TOTAL FILE SET SIZE ACCESSED: 11368.8 - 11471.2 MB (100.00% to 100.90% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 22:57:19 PST 2011 ************************************************************************
+Sat Feb 26 22:57:19 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 360 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 360
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 82952 Files created for I/O operations
+ 24884 Files accessed for I/O operations
+ 1660 Files for non-I/O operations
+ 24 Symlinks
+ 2764 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 23:10:33 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 12768 12768 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 3.9% 1882 1882 0 7.21 70.45 0.38 0.9%
+lookup 24.0% 24.1% 11753 11753 0 0.18 0.10 0.01 0.1%
+readlink 1.0% 1.0% 481 481 0 0.17 0.05 0.02 0.0%
+read 18.0% 18.0% 8792 10768 0 112.63 158.62 0.26 64.1%
+write 10.0% 9.9% 4820 5846 0 103.73 125.05 0.32 32.4%
+create 1.0% 0.9% 417 417 0 8.96 55.56 0.72 0.2%
+remove 1.0% 1.0% 493 493 0 11.58 82.11 0.80 0.4%
+readdir 1.0% 1.0% 498 498 0 0.38 0.04 0.02 0.0%
+fsstat 1.0% 1.0% 505 505 0 0.17 0.02 0.01 0.0%
+access 11.0% 11.1% 5432 5432 0 0.17 0.04 0.01 0.1%
+commit 0.0% 0.0% 0 1758 0 0.00 0.00 0.00 1.7%
+readdirplus 2.0% 2.1% 1017 1017 0 0.70 0.08 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 163 Ops/Sec AVG. RESPONSE TIME: 31.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 360 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 48858 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 53618
+PHYSICAL NFS IO THROUGHPUT: 178 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 43015.1 MB
+TOTAL FILE SET SIZE ACCESSED: 12905.8 - 12992.2 MB (100.00% to 100.67% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 23:10:34 PST 2011 ************************************************************************
+Sat Feb 26 23:10:34 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 400 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 400
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 90852 Files created for I/O operations
+ 27252 Files accessed for I/O operations
+ 1820 Files for non-I/O operations
+ 24 Symlinks
+ 3028 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 23:23:58 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.8% 9704 9704 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 3.9% 1460 1460 0 5.85 67.83 0.42 0.6%
+lookup 24.0% 24.0% 9016 9016 0 0.18 0.03 0.00 0.1%
+readlink 1.0% 1.0% 371 371 0 0.17 0.04 0.02 0.0%
+read 18.0% 18.0% 6773 8423 0 148.95 170.43 0.31 66.7%
+write 10.0% 10.1% 3799 4514 0 119.01 122.57 0.35 29.9%
+create 1.0% 1.0% 387 387 0 18.22 109.62 1.04 0.5%
+remove 1.0% 1.0% 363 363 0 17.26 107.98 1.07 0.4%
+readdir 1.0% 1.0% 372 372 0 0.39 0.06 0.03 0.0%
+fsstat 1.0% 1.0% 391 391 0 0.17 0.03 0.02 0.0%
+access 11.0% 11.3% 4232 4232 0 0.17 0.04 0.01 0.0%
+commit 0.0% 0.0% 0 1355 0 0.00 0.00 0.00 1.6%
+readdirplus 2.0% 2.0% 740 740 0 0.71 0.06 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 125 Ops/Sec AVG. RESPONSE TIME: 40.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 400 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 37608 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 41328
+PHYSICAL NFS IO THROUGHPUT: 137 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 47111.7 MB
+TOTAL FILE SET SIZE ACCESSED: 14133.7 - 14202.3 MB (100.00% to 100.48% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 23:23:59 PST 2011 ************************************************************************
+Sat Feb 26 23:23:59 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 440 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 440
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 100728 Files created for I/O operations
+ 30216 Files accessed for I/O operations
+ 2016 Files for non-I/O operations
+ 24 Symlinks
+ 3356 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 23:38:06 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.0% 9675 9675 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 4.1% 1532 1532 0 7.68 79.55 0.45 0.8%
+lookup 24.0% 24.1% 8971 8971 0 0.18 0.13 0.01 0.1%
+readlink 1.0% 1.0% 362 362 0 0.17 0.03 0.02 0.0%
+read 18.0% 17.9% 6641 8056 0 146.80 173.80 0.32 65.1%
+write 10.0% 9.8% 3642 4387 0 130.48 122.07 0.36 31.7%
+create 1.0% 1.0% 377 377 0 15.80 97.00 0.99 0.4%
+remove 1.0% 1.1% 408 408 0 14.54 82.27 0.88 0.4%
+readdir 1.0% 1.0% 381 381 0 0.39 0.04 0.02 0.0%
+fsstat 1.0% 1.1% 409 409 0 0.17 0.02 0.01 0.0%
+access 11.0% 10.9% 4054 4054 0 0.17 0.03 0.01 0.0%
+commit 0.0% 0.0% 0 1280 0 0.00 0.00 0.00 1.2%
+readdirplus 2.0% 2.0% 734 734 0 0.71 0.07 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 124 Ops/Sec AVG. RESPONSE TIME: 40.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 440 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 37186 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 40626
+PHYSICAL NFS IO THROUGHPUT: 135 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 52233.0 MB
+TOTAL FILE SET SIZE ACCESSED: 15670.7 - 15739.6 MB (100.00% to 100.44% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 23:38:07 PST 2011 ************************************************************************
+Sat Feb 26 23:38:07 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 480 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 480
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 110604 Files created for I/O operations
+ 33180 Files accessed for I/O operations
+ 2216 Files for non-I/O operations
+ 24 Symlinks
+ 3684 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sat Feb 26 23:52:16 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 9485 9485 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 4.0% 1458 1458 0 7.66 89.01 0.48 0.7%
+lookup 24.0% 23.9% 8683 8683 0 0.18 0.12 0.01 0.1%
+readlink 1.0% 1.0% 373 373 0 0.17 0.03 0.02 0.0%
+read 18.0% 18.1% 6561 8041 0 150.63 166.06 0.31 65.8%
+write 10.0% 9.8% 3565 4322 0 128.43 136.87 0.38 30.5%
+create 1.0% 1.1% 397 397 0 14.80 82.70 0.89 0.4%
+remove 1.0% 1.0% 345 345 0 23.14 146.07 1.28 0.5%
+readdir 1.0% 1.0% 362 362 0 0.38 0.04 0.02 0.0%
+fsstat 1.0% 1.0% 357 357 0 0.17 0.02 0.02 0.0%
+access 11.0% 10.9% 3942 3942 0 0.17 0.04 0.01 0.0%
+commit 0.0% 0.0% 0 1248 0 0.00 0.00 0.00 1.7%
+readdirplus 2.0% 2.0% 731 731 0 0.71 0.07 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 121 Ops/Sec AVG. RESPONSE TIME: 41.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 480 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 36259 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 39744
+PHYSICAL NFS IO THROUGHPUT: 132 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 57354.2 MB
+TOTAL FILE SET SIZE ACCESSED: 17207.7 - 17276.9 MB (100.00% to 100.40% of Base)
+
+------------------------------------------------------------------------
+
+Sat Feb 26 23:52:17 PST 2011 ************************************************************************
+Sat Feb 26 23:52:17 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 520 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 520
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 118504 Files created for I/O operations
+ 35548 Files accessed for I/O operations
+ 2372 Files for non-I/O operations
+ 24 Symlinks
+ 3948 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 00:06:26 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.1% 9166 9166 0 0.17 0.06 0.01 0.1%
+setattr 4.0% 4.0% 1389 1389 0 10.25 104.80 0.54 0.9%
+lookup 24.0% 23.9% 8394 8394 0 0.18 0.08 0.01 0.1%
+readlink 1.0% 1.0% 350 350 0 0.17 0.03 0.02 0.0%
+read 18.0% 18.0% 6337 7796 0 158.74 171.36 0.32 66.6%
+write 10.0% 10.0% 3500 4170 0 128.87 123.88 0.37 29.9%
+create 1.0% 1.1% 377 377 0 13.28 83.74 0.92 0.3%
+remove 1.0% 1.0% 343 343 0 12.57 73.99 0.91 0.3%
+readdir 1.0% 1.0% 353 353 0 0.38 0.04 0.02 0.0%
+fsstat 1.0% 1.1% 374 374 0 0.17 0.04 0.02 0.0%
+access 11.0% 11.1% 3895 3895 0 0.17 0.05 0.01 0.0%
+commit 0.0% 0.0% 0 1222 0 0.00 0.00 0.00 1.6%
+readdirplus 2.0% 1.9% 678 678 0 0.72 0.33 0.04 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 117 Ops/Sec AVG. RESPONSE TIME: 42.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 520 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 35156 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 38507
+PHYSICAL NFS IO THROUGHPUT: 128 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 61450.8 MB
+TOTAL FILE SET SIZE ACCESSED: 18435.7 - 18498.4 MB (100.00% to 100.34% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 00:06:27 PST 2011 ************************************************************************
+Sun Feb 27 00:06:27 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 560 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 560
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 128376 Files created for I/O operations
+ 38512 Files accessed for I/O operations
+ 2568 Files for non-I/O operations
+ 24 Symlinks
+ 4276 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 00:20:45 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.4% 8101 8101 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 3.9% 1181 1181 0 5.28 56.05 0.43 0.4%
+lookup 24.0% 24.0% 7357 7357 0 0.18 0.09 0.01 0.1%
+readlink 1.0% 0.9% 278 278 0 0.17 0.02 0.01 0.0%
+read 18.0% 17.7% 5441 6737 0 178.52 191.70 0.37 65.1%
+write 10.0% 10.3% 3162 3842 0 151.12 335.03 0.64 32.0%
+create 1.0% 1.0% 296 296 0 21.15 124.27 1.27 0.4%
+remove 1.0% 1.0% 293 293 0 22.94 119.64 1.25 0.5%
+readdir 1.0% 1.0% 305 305 0 0.39 0.07 0.03 0.0%
+fsstat 1.0% 0.9% 291 291 0 0.17 0.02 0.02 0.0%
+access 11.0% 10.9% 3344 3344 0 0.17 0.03 0.01 0.0%
+commit 0.0% 0.0% 0 1099 0 0.00 0.00 0.00 1.3%
+readdirplus 2.0% 2.0% 618 618 0 0.72 0.06 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 102 Ops/Sec AVG. RESPONSE TIME: 48.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 560 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 30667 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 33742
+PHYSICAL NFS IO THROUGHPUT: 112 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 66570.0 MB
+TOTAL FILE SET SIZE ACCESSED: 19972.7 - 20035.8 MB (100.00% to 100.32% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 00:20:46 PST 2011 ************************************************************************
+Sun Feb 27 00:20:46 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 600 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 600
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 138252 Files created for I/O operations
+ 41472 Files accessed for I/O operations
+ 2768 Files for non-I/O operations
+ 24 Symlinks
+ 4608 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 00:35:17 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 7945 7945 0 0.17 0.06 0.01 0.1%
+setattr 4.0% 3.9% 1187 1187 0 3.69 40.88 0.36 0.3%
+lookup 24.0% 24.1% 7317 7317 0 0.19 0.29 0.01 0.1%
+readlink 1.0% 1.0% 297 297 0 0.17 0.02 0.01 0.0%
+read 18.0% 17.7% 5362 6640 0 182.77 168.93 0.35 66.0%
+write 10.0% 10.1% 3069 3768 0 149.22 124.84 0.40 30.8%
+create 1.0% 1.0% 302 302 0 17.63 110.62 1.19 0.4%
+remove 1.0% 0.9% 275 275 0 18.31 93.14 1.14 0.3%
+readdir 1.0% 1.0% 305 305 0 0.39 0.08 0.03 0.0%
+fsstat 1.0% 1.0% 310 310 0 0.17 0.04 0.02 0.0%
+access 11.0% 11.0% 3346 3346 0 0.17 0.04 0.01 0.0%
+commit 0.0% 0.0% 0 1071 0 0.00 0.00 0.00 1.9%
+readdirplus 2.0% 2.0% 608 608 0 0.73 0.07 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 101 Ops/Sec AVG. RESPONSE TIME: 49.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 600 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 30323 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 33371
+PHYSICAL NFS IO THROUGHPUT: 111 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 71691.2 MB
+TOTAL FILE SET SIZE ACCESSED: 21507.6 - 21567.4 MB (100.00% to 100.28% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 00:35:18 PST 2011 ************************************************************************
+Sun Feb 27 00:35:18 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 640 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 640
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 148128 Files created for I/O operations
+ 44436 Files accessed for I/O operations
+ 2964 Files for non-I/O operations
+ 24 Symlinks
+ 4936 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 00:50:32 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.2% 6607 6607 0 0.47 5.48 0.06 0.2%
+setattr 4.0% 4.1% 1041 1041 0 34.00 494.83 1.35 2.4%
+lookup 24.0% 24.1% 6089 6089 0 0.78 10.19 0.08 0.3%
+readlink 1.0% 1.0% 252 252 0 0.50 3.84 0.24 0.0%
+read 18.0% 18.3% 4627 5782 0 211.85 411.92 0.58 66.4%
+write 10.0% 9.3% 2348 2859 0 172.88 610.55 1.00 27.5%
+create 1.0% 0.9% 229 229 0 60.10 559.18 3.06 0.9%
+remove 1.0% 1.0% 242 242 0 38.47 301.36 2.19 0.6%
+readdir 1.0% 1.0% 265 265 0 0.42 0.35 0.07 0.0%
+fsstat 1.0% 1.0% 246 246 0 0.19 0.21 0.06 0.0%
+access 11.0% 11.2% 2831 2831 0 0.82 26.72 0.19 0.2%
+commit 0.0% 0.0% 0 809 0 0.00 0.00 0.00 1.4%
+readdirplus 2.0% 1.9% 471 471 0 0.79 0.64 0.07 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 84 Ops/Sec AVG. RESPONSE TIME: 58.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 640 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 25248 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 27723
+PHYSICAL NFS IO THROUGHPUT: 92 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 76812.5 MB
+TOTAL FILE SET SIZE ACCESSED: 23044.6 - 23091.7 MB (100.00% to 100.20% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 00:50:33 PST 2011 ************************************************************************
+Sun Feb 27 00:50:33 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 680 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 680
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 156028 Files created for I/O operations
+ 46808 Files accessed for I/O operations
+ 3124 Files for non-I/O operations
+ 24 Symlinks
+ 5200 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 01:05:12 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.6% 7063 7063 0 0.18 0.34 0.01 0.1%
+setattr 4.0% 4.1% 1132 1132 0 8.35 147.63 0.71 0.6%
+lookup 24.0% 24.5% 6762 6762 0 0.22 1.16 0.03 0.1%
+readlink 1.0% 1.0% 273 273 0 0.20 0.35 0.07 0.0%
+read 18.0% 17.9% 4939 6009 0 198.68 205.04 0.40 67.4%
+write 10.0% 10.0% 2758 3312 0 153.07 150.69 0.46 29.0%
+create 1.0% 1.0% 284 284 0 22.29 115.05 1.25 0.4%
+remove 1.0% 1.0% 266 266 0 25.03 127.43 1.36 0.5%
+readdir 1.0% 1.1% 290 290 0 0.39 0.04 0.02 0.0%
+fsstat 1.0% 1.0% 263 263 0 0.20 0.48 0.08 0.0%
+access 11.0% 10.8% 2972 2972 0 0.19 0.33 0.02 0.0%
+commit 0.0% 0.0% 0 951 0 0.00 0.00 0.00 1.7%
+readdirplus 2.0% 2.0% 557 557 0 0.74 0.17 0.03 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 92 Ops/Sec AVG. RESPONSE TIME: 52.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 680 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 27559 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 30134
+PHYSICAL NFS IO THROUGHPUT: 100 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 80909.0 MB
+TOTAL FILE SET SIZE ACCESSED: 24274.6 - 24328.5 MB (100.00% to 100.22% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 01:05:13 PST 2011 ************************************************************************
+Sun Feb 27 01:05:13 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 720 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 720
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 165904 Files created for I/O operations
+ 49768 Files accessed for I/O operations
+ 3320 Files for non-I/O operations
+ 24 Symlinks
+ 5528 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 01:20:03 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.6% 6624 6624 0 0.24 1.33 0.03 0.1%
+setattr 4.0% 4.1% 1049 1049 0 18.29 237.27 0.93 1.3%
+lookup 24.0% 23.7% 6137 6137 0 1.79 85.09 0.23 0.8%
+readlink 1.0% 1.1% 276 276 0 0.19 0.23 0.06 0.0%
+read 18.0% 18.3% 4736 5776 0 204.43 286.64 0.48 66.3%
+write 10.0% 10.0% 2578 3087 0 164.03 199.33 0.54 29.0%
+create 1.0% 1.0% 256 256 0 20.38 94.22 1.19 0.4%
+remove 1.0% 1.0% 266 266 0 16.93 91.22 1.15 0.3%
+readdir 1.0% 1.0% 269 269 0 0.44 0.61 0.09 0.0%
+fsstat 1.0% 0.9% 243 243 0 0.19 0.29 0.07 0.0%
+access 11.0% 11.2% 2896 2896 0 0.22 0.76 0.03 0.0%
+commit 0.0% 0.0% 0 881 0 0.00 0.00 0.00 1.8%
+readdirplus 2.0% 2.0% 525 525 0 0.86 1.43 0.10 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 86 Ops/Sec AVG. RESPONSE TIME: 56.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 720 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 25855 TEST TIME: 300 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 28285
+PHYSICAL NFS IO THROUGHPUT: 94 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 86030.3 MB
+TOTAL FILE SET SIZE ACCESSED: 25809.5 - 25857.3 MB (100.00% to 100.19% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 01:20:04 PST 2011 ************************************************************************
+Sun Feb 27 01:20:04 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 760 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 760
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 175776 Files created for I/O operations
+ 52732 Files accessed for I/O operations
+ 3516 Files for non-I/O operations
+ 24 Symlinks
+ 5856 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 01:36:33 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 25.9% 5008 5008 0 7.87 303.79 0.48 2.8%
+setattr 4.0% 4.0% 781 781 0 24.45 124.97 0.78 1.4%
+lookup 24.0% 23.7% 4578 4578 0 15.77 439.39 0.61 5.1%
+readlink 1.0% 1.1% 210 210 0 0.58 3.15 0.24 0.0%
+read 18.0% 18.3% 3531 4341 0 225.60 501.63 0.74 56.5%
+write 10.0% 10.1% 1946 2359 0 212.39 566.13 1.06 29.3%
+create 1.0% 1.0% 185 185 0 50.54 399.02 2.88 0.7%
+remove 1.0% 1.0% 200 200 0 22.00 68.56 1.15 0.3%
+readdir 1.0% 1.0% 191 191 0 0.79 2.54 0.23 0.0%
+fsstat 1.0% 1.0% 203 203 0 0.46 2.28 0.21 0.0%
+access 11.0% 11.1% 2141 2141 0 0.81 6.74 0.11 0.1%
+commit 0.0% 0.0% 0 665 0 0.00 0.00 0.00 3.7%
+readdirplus 2.0% 1.9% 373 373 0 2.74 23.24 0.49 0.1%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 65 Ops/Sec AVG. RESPONSE TIME: 72.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 760 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 19347 TEST TIME: 299 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 21235
+PHYSICAL NFS IO THROUGHPUT: 71 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 91149.5 MB
+TOTAL FILE SET SIZE ACCESSED: 27346.5 - 27384.3 MB (100.00% to 100.14% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 01:36:34 PST 2011 ************************************************************************
+Sun Feb 27 01:36:34 PST 2011 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 800 -C ../result/sfssum.20110226-s3-smallcache -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu
+
+Aggregate Test Parameters:
+ Number of processes = 4
+ Requested Load (NFS operations/second) = 800
+ Maximum number of outstanding biod writes = 2
+ Maximum number of outstanding biod reads = 2
+ Warm-up time (seconds) = 300
+ Run time (seconds) = 300
+ File Set = 183676 Files created for I/O operations
+ 55100 Files accessed for I/O operations
+ 3676 Files for non-I/O operations
+ 24 Symlinks
+ 6120 Directories
+ Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Sun Feb 27 01:52:21 2011
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS Target Actual NFS Op NFS Op NFS Mean Std Dev Std Error Pcnt
+Op NFS NFS Logical Physical Op Response Response of Mean, of
+Type Mix Mix Success Success Error Time Time 95% Conf Total
+ Pcnt Pcnt Count Count Count Msec/Op Msec/Op +-Msec/Op Time
+-------------------------------------------------------------------------------------
+getattr 26.0% 26.4% 7769 7769 0 0.17 0.04 0.00 0.1%
+setattr 4.0% 3.9% 1135 1135 0 15.42 133.75 0.67 1.2%
+lookup 24.0% 24.0% 7057 7057 0 0.19 0.25 0.01 0.1%
+readlink 1.0% 1.1% 320 320 0 0.18 0.18 0.05 0.0%
+read 18.0% 17.8% 5219 6459 0 187.70 184.25 0.37 66.2%
+write 10.0% 9.9% 2923 3501 0 152.29 142.55 0.43 30.1%
+create 1.0% 1.0% 293 293 0 25.86 124.17 1.28 0.5%
+remove 1.0% 1.0% 284 284 0 10.18 4.50 0.25 0.2%
+readdir 1.0% 1.0% 288 288 0 0.39 0.07 0.03 0.0%
+fsstat 1.0% 1.0% 304 304 0 0.18 0.07 0.03 0.0%
+access 11.0% 10.8% 3180 3180 0 0.17 0.06 0.01 0.0%
+commit 0.0% 0.0% 0 1004 0 0.00 0.00 0.00 1.5%
+readdirplus 2.0% 2.1% 623 623 0 0.72 0.06 0.02 0.0%
+-------------------------------------------------------------------------------------
+
+ ---------------------------------------------
+ | SPEC SFS 2008 AGGREGATE RESULTS SUMMARY |
+ ---------------------------------------------
+SFS NFS THROUGHPUT: 99 Ops/Sec AVG. RESPONSE TIME: 50.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 800 Ops/Sec
+TOTAL LOGICAL NFS OPERATIONS: 29395 TEST TIME: 298 Sec
+TOTAL PHYSICAL NFS OPERATIONS: 32217
+PHYSICAL NFS IO THROUGHPUT: 108 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 95246.0 MB
+TOTAL FILE SET SIZE ACCESSED: 28574.4 - 28631.9 MB (100.00% to 100.20% of Base)
+
+------------------------------------------------------------------------
+
+Sun Feb 27 01:52:22 PST 2011 ************************************************************************
--- /dev/null
+ 100 100 3.1 30080 300 NFS3 T 4 11537568 1 4 2 2 2008
+ 200 198 4.4 59431 300 NFS3 T 4 24122268 1 4 2 2 2008
+ 300 305 6.4 91207 299 NFS3 T 4 36706968 1 4 2 2 2008
+ 400 333 12.4 99503 299 NFS3 T 4 48242412 1 4 2 2 2008
+ 500 280 14.9 83627 299 NFS3 T 4 60827112 1 4 2 2 2008
+ 600 266 15.7 79675 299 NFS3 T 4 73411808 1 4 2 2 2008
+ 700 252 16.5 75322 299 NFS3 T 4 85996512 1 4 2 2 2008
+ 800 231 18.0 69437 300 NFS3 T 4 97531952 1 4 2 2 2008
+ 900 225 18.5 67505 300 NFS3 T 4 110116656 1 4 2 2 2008
+ 1000 219 19.0 65610 299 NFS3 T 4 122701360 1 4 2 2 2008
+ 1100 199 20.9 59797 300 NFS3 T 4 134238928 1 4 2 2 2008
+ 1200 190 22.0 56661 299 NFS3 T 4 146823616 1 4 2 2 2008
+ 1300 194 21.5 58011 299 NFS3 T 4 159408320 1 4 2 2 2008
+ 1400 195 21.5 58190 299 NFS3 T 4 171993024 1 4 2 2 2008
+ 1500 186 22.4 55714 299 NFS3 T 4 183528464 1 4 2 2 2008
+ 1600 181 23.1 54037 299 NFS3 T 4 196113168 1 4 2 2 2008
+ 1700 171 24.5 51022 299 NFS3 T 4 208697872 1 4 2 2 2008
+ 1800 176 23.8 52513 299 NFS3 T 4 220233312 1 4 2 2 2008
+ 1900 175 24.0 52077 298 NFS3 T 4 232818016 1 4 2 2 2008
+ 2000 170 24.6 50838 299 NFS3 T 4 245402720 1 4 2 2 2008
+ 2100 159 26.2 47636 299 NFS3 T 4 257987408 1 4 2 2 2008
+ 2200 169 24.7 50599 300 NFS3 T 4 269522848 1 4 2 2 2008
+ 2300 165 25.4 49257 299 NFS3 T 4 282107552 1 4 2 2 2008
--- /dev/null
+ 40 40 1.5 12000 300 NFS3 T 4 4197024 1 4 2 2 2008
+ 80 80 1.0 24013 299 NFS3 T 4 9439056 1 4 2 2 2008
+ 120 120 1.5 36029 300 NFS3 T 4 14683212 1 4 2 2 2008
+ 160 161 1.5 48079 299 NFS3 T 4 18878112 1 4 2 2 2008
+ 200 201 1.9 60110 299 NFS3 T 4 24122268 1 4 2 2 2008
+ 240 241 2.5 72176 299 NFS3 T 4 29366424 1 4 2 2 2008
+ 280 281 2.5 84214 300 NFS3 T 4 33561324 1 4 2 2 2008
+ 320 321 2.7 96259 300 NFS3 T 4 38803356 1 4 2 2 2008
+ 360 363 2.9 108425 299 NFS3 T 4 44047512 1 4 2 2 2008
+ 400 404 3.8 120679 299 NFS3 T 4 48242412 1 4 2 2 2008
+ 440 444 4.6 132872 299 NFS3 T 4 53486568 1 4 2 2 2008
+ 480 484 5.0 144817 299 NFS3 T 4 58730724 1 4 2 2 2008
+ 520 402 10.8 120235 299 NFS3 T 4 62925624 1 4 2 2 2008
+ 560 425 10.2 127648 300 NFS3 T 4 68167656 1 4 2 2 2008
+ 600 262 16.6 78735 301 NFS3 T 4 73411808 1 4 2 2 2008
+ 640 171 26.2 50036 293 NFS3 T 4 78655968 1 4 2 2 2008
+ 680 169 25.6 50475 299 NFS3 T 4 82850864 1 4 2 2 2008
+ 720 127 27.2 37979 300 NFS3 T 4 88095024 1 4 2 2 2008
+ 760 136 32.4 39869 294 NFS3 T 4 93337056 1 4 2 2 2008
+ 800 167 27.2 49965 299 NFS3 T 4 97531952 1 4 2 2 2008
--- /dev/null
+ 40 40 9.2 12003 300 NFS3 T 4 4197024 1 4 2 2 2008
+ 80 80 17.7 24139 300 NFS3 T 4 9439056 1 4 2 2 2008
+ 120 121 16.0 36179 299 NFS3 T 4 14683212 1 4 2 2 2008
+ 160 161 15.0 48262 299 NFS3 T 4 18878112 1 4 2 2 2008
+ 200 202 17.7 60512 300 NFS3 T 4 24122268 1 4 2 2 2008
+ 240 239 21.9 71390 299 NFS3 T 4 29366424 1 4 2 2 2008
+ 280 225 23.3 67169 299 NFS3 T 4 33561324 1 4 2 2 2008
+ 320 183 28.2 54579 299 NFS3 T 4 38803356 1 4 2 2 2008
+ 360 163 31.6 48858 300 NFS3 T 4 44047512 1 4 2 2 2008
+ 400 125 40.2 37608 300 NFS3 T 4 48242412 1 4 2 2 2008
+ 440 124 40.3 37186 299 NFS3 T 4 53486568 1 4 2 2 2008
+ 480 121 41.4 36259 300 NFS3 T 4 58730724 1 4 2 2 2008
+ 520 117 42.9 35156 300 NFS3 T 4 62925624 1 4 2 2 2008
+ 560 102 48.6 30667 300 NFS3 T 4 68167656 1 4 2 2 2008
+ 600 101 49.0 30323 299 NFS3 T 4 73411808 1 4 2 2 2008
+ 640 84 58.4 25248 299 NFS3 T 4 78655968 1 4 2 2 2008
+ 680 92 52.8 27559 300 NFS3 T 4 82850864 1 4 2 2 2008
+ 720 86 56.5 25855 300 NFS3 T 4 88095024 1 4 2 2 2008
+ 760 65 72.8 19347 299 NFS3 T 4 93337056 1 4 2 2 2008
+ 800 99 50.3 29395 298 NFS3 T 4 97531952 1 4 2 2 2008
--- /dev/null
+Started on client (c09-44): ../binaries/linux-x86/sfs_syncd
+--------------------
+Start of sfs run.
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
--- /dev/null
+Started on client (c09-44): ../binaries/linux-x86/sfs_syncd
+--------------------
+Start of sfs run.
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+ Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+ Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+ Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+ Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5