📄 a2.t
字号:
.\" Copyright (c) 1985 The Regents of the University of California..\" All rights reserved..\".\" Redistribution and use in source and binary forms, with or without.\" modification, are permitted provided that the following conditions.\" are met:.\" 1. Redistributions of source code must retain the above copyright.\" notice, this list of conditions and the following disclaimer..\" 2. Redistributions in binary form must reproduce the above copyright.\" notice, this list of conditions and the following disclaimer in the.\" documentation and/or other materials provided with the distribution..\" 3. All advertising materials mentioning features or use of this software.\" must display the following acknowledgement:.\" This product includes software developed by the University of.\" California, Berkeley and its contributors..\" 4. Neither the name of the University nor the names of its contributors.\" may be used to endorse or promote products derived from this software.\" without specific prior written permission..\".\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION).\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF.\" SUCH DAMAGE..\".\" @(#)a2.t 5.1 (Berkeley) 4/17/91.\".SHrun (shell script).LP.vS#! /bin/csh -fx# Script to run benchmark programs.#datemake clean; time maketime syscall 100000time seqpage -p 7500 10time seqpage -v -p 7500 10time randpage -p 7500 30000time randpage -v -p 7500 30000time gausspage -p 7500 -s 1 30000time gausspage -p 7500 -s 10 30000time gausspage -p 7500 -s 30 30000time gausspage -p 7500 -s 40 30000time gausspage -p 7500 -s 50 30000time gausspage -p 7500 -s 60 30000time gausspage -p 7500 -s 80 30000time gausspage -p 7500 -s 10000 30000time csw 10000time signocsw 10000time pipeself 10000 512time pipeself 10000 4time udgself 10000 512time udgself 10000 4time pipediscard 10000 512time pipediscard 10000 4time udgdiscard 10000 512time udgdiscard 10000 4time pipeback 10000 512time pipeback 10000 4time udgback 10000 512time udgback 10000 4size forkstime forks 1000 0time forks 1000 1024time forks 1000 102400size vforkstime vforks 1000 0time vforks 1000 1024time vforks 1000 102400countenvsize nulljobtime execs 1000 0 nulljobtime execs 1000 1024 nulljobtime execs 1000 102400 nulljobtime vexecs 1000 0 nulljobtime vexecs 1000 1024 nulljobtime vexecs 1000 102400 nulljobsize bigjobtime execs 1000 0 bigjobtime execs 1000 1024 bigjobtime execs 1000 102400 bigjobtime vexecs 1000 0 bigjobtime vexecs 1000 1024 bigjobtime vexecs 1000 102400 bigjob# fill environment with ~1024 bytessetenv a 012345678901234567890123456789012345678901234567890123456780123456789setenv b 012345678901234567890123456789012345678901234567890123456780123456789setenv c 012345678901234567890123456789012345678901234567890123456780123456789setenv d 012345678901234567890123456789012345678901234567890123456780123456789setenv e 012345678901234567890123456789012345678901234567890123456780123456789setenv f 012345678901234567890123456789012345678901234567890123456780123456789setenv g 012345678901234567890123456789012345678901234567890123456780123456789setenv h 012345678901234567890123456789012345678901234567890123456780123456789setenv i 012345678901234567890123456789012345678901234567890123456780123456789setenv j 012345678901234567890123456789012345678901234567890123456780123456789setenv k 012345678901234567890123456789012345678901234567890123456780123456789setenv l 012345678901234567890123456789012345678901234567890123456780123456789setenv m 012345678901234567890123456789012345678901234567890123456780123456789setenv n 012345678901234567890123456789012345678901234567890123456780123456789setenv o 012345678901234567890123456789012345678901234567890123456780123456789countenvtime execs 1000 0 nulljobtime execs 1000 1024 nulljobtime execs 1000 102400 nulljobtime execs 1000 0 bigjobtime execs 1000 1024 bigjobtime execs 1000 102400 bigjob.vE.bp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -