Help With Unixbench


 
Thread Tools Search this Thread
Operating Systems Linux Help With Unixbench
# 1  
Old 09-25-2003
Question Help With Unixbench

Please, if somebody can help me to understand the results of unixbench.

I have read some information about benchmarking but i cant find a explanation about these results.

I'm new at linux, and my first work is understand and report what i get from this "microbenchmarking" program.

THANKS A LOT

Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Linux Benchmarks

How to read the data from SysBench And UNIXBench when testing VPS?

i want to test several linux VPS using bench mark tools as i read there are 2 industry standard tools called unixBench and SysBench I compiled them and executed them on the VPS And i have results : SysBench:( 4 CPU) ./sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run The... (0 Replies)
Discussion started by: umen
0 Replies

2. UNIX for Dummies Questions & Answers

Help with removing old version of UnixBench

Hello everyone, I am by no means good at using the shell. I only know enough stuff to be very dangerous to myself and others lol. Basically, I have UnixBench installed on my VPS server, but I have both 4.x and 5.x installed. I would like to remove the 4.x version from my server. How can I do... (2 Replies)
Discussion started by: griffinjt
2 Replies

3. UNIX for Dummies Questions & Answers

Unixbench!!!

Please, if somebody can help me to understand the results of unixbench. I have read some information about benchmarking but i cant find a explanation about these results. Dhrystone 2 using register variables Double-Precision Whetstone System Call Overhead ... (0 Replies)
Discussion started by: juliano.potrich
0 Replies
Login or Register to Ask a Question
IPCS(1) 							   User Commands							   IPCS(1)

NAME
ipcs - provide information on ipc facilities SYNOPSIS
ipcs [-asmq] [-tclup] ipcs [-smq] -i id ipcs -h DESCRIPTION
ipcs provides information on the ipc facilities for which the calling process has read access. The -i option allows a specific resource id to be specified. Only information on this id will be printed. Resources may be specified as follows: -m shared memory segments -q message queues -s semaphore arrays -a all (this is the default) The output format may be specified as follows: -t time -p pid -c creator -l limits -u summary SEE ALSO
ipcrm(1), ipcmk(1) CONFORMING TO
The Linux ipcs utility is not fully compatible to the POSIX ipcs utility. The Linux version does not support the -b and -o options, but does support the -l and -u options not defined by POSIX. The portable application shall not use the -a, -b, -o, -l, and -u options. AUTHOR
krishna balasubramanian (balasub@cis.ohio-state.edu) AVAILABILITY
The ipcs command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux February 2008 IPCS(1)