xref: /onnv-gate/usr/src/cmd/filebench/config/videoserver.prof (revision 9801:4a9784073e11)
17946SAndrew.W.Wilson@sun.com#
27946SAndrew.W.Wilson@sun.com# CDDL HEADER START
37946SAndrew.W.Wilson@sun.com#
47946SAndrew.W.Wilson@sun.com# The contents of this file are subject to the terms of the
57946SAndrew.W.Wilson@sun.com# Common Development and Distribution License (the "License").
67946SAndrew.W.Wilson@sun.com# You may not use this file except in compliance with the License.
77946SAndrew.W.Wilson@sun.com#
87946SAndrew.W.Wilson@sun.com# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97946SAndrew.W.Wilson@sun.com# or http://www.opensolaris.org/os/licensing.
107946SAndrew.W.Wilson@sun.com# See the License for the specific language governing permissions
117946SAndrew.W.Wilson@sun.com# and limitations under the License.
127946SAndrew.W.Wilson@sun.com#
137946SAndrew.W.Wilson@sun.com# When distributing Covered Code, include this CDDL HEADER in each
147946SAndrew.W.Wilson@sun.com# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157946SAndrew.W.Wilson@sun.com# If applicable, add the following below this CDDL HEADER, with the
167946SAndrew.W.Wilson@sun.com# fields enclosed by brackets "[]" replaced with your own identifying
177946SAndrew.W.Wilson@sun.com# information: Portions Copyright [yyyy] [name of copyright owner]
187946SAndrew.W.Wilson@sun.com#
197946SAndrew.W.Wilson@sun.com# CDDL HEADER END
207946SAndrew.W.Wilson@sun.com#
217946SAndrew.W.Wilson@sun.com#
22*9801SAndrew.W.Wilson@sun.com# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
237946SAndrew.W.Wilson@sun.com# Use is subject to license terms.
247946SAndrew.W.Wilson@sun.com#
257946SAndrew.W.Wilson@sun.com
267946SAndrew.W.Wilson@sun.comDEFAULTS {
277946SAndrew.W.Wilson@sun.com        runtime = 120;
287946SAndrew.W.Wilson@sun.com        dir = /export/home/tmp;
297946SAndrew.W.Wilson@sun.com        stats = /tmp;
307946SAndrew.W.Wilson@sun.com        filesystem = zfs;
317946SAndrew.W.Wilson@sun.com        description = "fileserver zfs";
327946SAndrew.W.Wilson@sun.com}
337946SAndrew.W.Wilson@sun.com
347946SAndrew.W.Wilson@sun.comCONFIG video_server {
357946SAndrew.W.Wilson@sun.com	function = generic;
367946SAndrew.W.Wilson@sun.com	personality = videoserver;
377946SAndrew.W.Wilson@sun.com	filesize = 2g;
387946SAndrew.W.Wilson@sun.com	numactivevids = 8;
397946SAndrew.W.Wilson@sun.com	numpassivevids = 40;
407946SAndrew.W.Wilson@sun.com	nthreads = 16;
41*9801SAndrew.W.Wilson@sun.com	eventrate = 32;
427946SAndrew.W.Wilson@sun.com	repintval = 60;
437946SAndrew.W.Wilson@sun.com}
44