# # Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. # # Example multi-client fileserver workload. Three clients named "client1", # "client2" and "client3" access one file server whose shared directory is # mounted on each client under the pathname "/theserver". This will run the # fileserver workload on each of the clients, using separate filesets for # each server. MULTICLIENT { targetpath = /theserver; clients = client1, client2, client3; } DEFAULTS { runtime = 60; dir = /tmp; stats = /tmp; filesystem = nfs; description = "fileserver nfs"; } CONFIG fileserver { function = generic; personality = fileserver; nfiles = 1000; meandirwidth = 20; filesize = 16k; nthreads = 1; meaniosize = 2k; }