Sponsored Content
Full Discussion: Tests
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) Linux Benchmarks Tests Post 54446 by kiwi_bloke on Saturday 14th of August 2004 03:27:08 AM
Old 08-14-2004
Tests

Dhrystone 2 without register variables 858767.1 lps (10 secs, 6 samples)
Dhrystone 2 using register variables 879713.0 lps (10 secs, 6 samples)
Arithmetic Test (type = arithoh) 2880633.4 lps (10 secs, 6 samples)
Arithmetic Test (type = register) 166883.2 lps (10 secs, 6 samples)
Arithmetic Test (type = short) 137434.5 lps (10 secs, 6 samples)
Arithmetic Test (type = int) 167087.9 lps (10 secs, 6 samples)
Arithmetic Test (type = long) 166867.5 lps (10 secs, 6 samples)
Arithmetic Test (type = float) 235811.4 lps (10 secs, 6 samples)
Arithmetic Test (type = double) 235963.0 lps (10 secs, 6 samples)
System Call Overhead Test 117020.7 lps (10 secs, 6 samples)
Pipe Throughput Test 145018.3 lps (10 secs, 6 samples)
Pipe-based Context Switching Test 104136.3 lps (10 secs, 6 samples)
Process Creation Test 1549.7 lps (10 secs, 6 samples)
Execl Throughput Test 908.3 lps (9 secs, 6 samples)
File Read (10 seconds) 484706.0 KBps (10 secs, 6 samples)
File Write (10 seconds) 85132.0 KBps (10 secs, 6 samples)
File Copy (10 seconds) 15638.0 KBps (10 secs, 6 samples)
File Read (30 seconds) 458784.0 KBps (30 secs, 6 samples)
File Write (30 seconds) 82632.0 KBps (30 secs, 6 samples)
File Copy (30 seconds) 13266.0 KBps (30 secs, 6 samples)
C Compiler Test 557.5 lpm (60 secs, 3 samples)
Shell scripts (1 concurrent) 1543.8 lpm (60 secs, 3 samples)
Shell scripts (2 concurrent) 909.7 lpm (60 secs, 3 samples)
Shell scripts (4 concurrent) 477.3 lpm (60 secs, 3 samples)
Shell scripts (8 concurrent) 239.0 lpm (60 secs, 3 samples)
Dc: sqrt(2) to 99 decimal places 22615.7 lpm (60 secs, 6 samples)
Recursion Test--Tower of Hanoi 12866.0 lps (10 secs, 6 samples)



After running the Benchmark, I decided i should actually understand what each test being carried out is doing / relates to. As a newbie i ask the more knowledgable individuals to exlplain each test!!

cheers

Josh
 

8 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Tests of AMD's 64-bit PCs: Fastest yet

FYI: http://www.cnn.com/2003/TECH/ptech/09/24/amd.athlon.ap/index.html (0 Replies)
Discussion started by: Neo
0 Replies

2. Solaris

Performance tests

Lately one of our clients have been complaining of slowness. I really don't think its their pc's because all of them have had the slownes. I think its the Unix server we use (Solaris 8 Sparc). Are there any ways I could check on the server with commands to see if its slower then usual Thanks (4 Replies)
Discussion started by: eloquent99
4 Replies

3. Shell Programming and Scripting

shell scripting tests

hi all, i will have a shell scripting exam by thursday and i need a solved exams to get ready for my exam.that is very important for me.i really appreciate your help. (0 Replies)
Discussion started by: shaimaa
0 Replies

4. UNIX for Dummies Questions & Answers

Tests for existence of files/directories

Hi, - The first question I have concerns a very fundamental aspect of a unix OS. Specifically, does unix treat everything as a file (ie a directory is just a type of file)? - The reason I ask is that I am trying to determine which BASH unary operator I would to use to determine whether or not... (1 Reply)
Discussion started by: msb65
1 Replies

5. UNIX for Dummies Questions & Answers

Combining awk tests

It would be convenient to be able to combine awk tests. For example, suppose that I do this query: awk '$1 != "Bob" || $1 != "Linda" {print $2}' datafileIs there a reasonable way to combine the conditions into a single statement? For example, in egrep, I can do: egrep -v "Bob|Linda"... (4 Replies)
Discussion started by: treesloth
4 Replies

6. Shell Programming and Scripting

Unit tests for HTTP server implementation

Anybody know of a suite of server-validation tests? I am trying to build my own HTTP server, but do not know of all the status code responses (like "200 OK") or the internal methods (like "keep-alive") which should be implemented to be considered a "complete" solution. Any help? (3 Replies)
Discussion started by: jjinno
3 Replies

7. Shell Programming and Scripting

What am I doing wrong in awk with multiple tests?

awk -v pat="$pattern" 'NR == 1 {print $0}; $0 ~ pat {print $0}' infile.csv > outfile.csv The first row of my file contains headers so I want them. Otherwise, I want only lines containing the BASH variable pattern which I am passing to awk with -v. This is giving me all the lines containing... (6 Replies)
Discussion started by: Michael Stora
6 Replies

8. Shell Programming and Scripting

BASH Grouping tests in IF statement

Ok I got the following to work by removing the parentheses arount $year and it works. Can a kind soul please explain this behavior. Also, to my topic question, am I using curly braces correctly in the IF statement? The intent is to check for a leap year. If the year is divisible by 400 then no need... (6 Replies)
Discussion started by: Riker1204
6 Replies
volcheck(1)							   User Commands						       volcheck(1)

NAME
volcheck - checks for media in a drive and by default checks all floppy media SYNOPSIS
volcheck [-v] [-i secs] [-t secs] pathname DESCRIPTION
The volcheck utility tells Volume Management to look at each dev/pathname in sequence and determine if new media has been inserted in the drive. The default action is to volcheck all checkable media managed by volume management. OPTIONS
The following options are supported: -i secs Set the frequency of device checking to secs seconds. The default is 2 seconds. The minimum frequency is 1 second. -t secs Check the named device(s) for the next secs seconds. The maximum number of seconds allowed is 28800, which is 8 hours. The fre- quency of checking is specified by -i. There is no default total time. -v Verbose. OPERANDS
The following operands are supported: pathname The path name of a media device. EXAMPLES
Example 1: A sample of the volcheck command. The following example example% volcheck -v /dev/diskette /dev/diskette has media asks Volume Management to examine the floppy drive for new media. The following example example% volcheck -i 2 -t 600 /dev/diskette1 & asks Volume Management if there is a floppy in the floppy drive every 2 seconds for 600 seconds (10 minutes). FILES
/dev/volctl Volume Management control port ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWvolu | +-----------------------------+-----------------------------+ SEE ALSO
eject(1), volcancel(1), volmissing(1) rmmount(1M), vold(1M), rmmount.conf(4), vold.conf(4), attributes(5), volfs(7FS) WARNINGS
Due to a hardware limitation in many floppy drives, the act of checking for media causes mechanical action in the floppy drive. Continu- ous polling of the floppy drive will cause the drive to wear out. It is recommended that polling the drive only be performed during periods of high use. SunOS 5.10 21 Feb 1997 volcheck(1)
All times are GMT -4. The time now is 04:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy