Uperf: Menjalankan: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
New page: ==Menjalankan== uperf Uperf Version 1.0.3-beta Usage: uperf [-m profile] [-hvV] [-ngtTfkpaeE:X:x] uperf [-s] [-hvV] -m <profile> Run uperf with this profile -s Slave...
 
Onnowpurbo (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Lokasi Penting==
File xml
/usr/local/src/uperf-1.0.4/workloads
File bin
/usr/local/bin/uperf
==Menjalankan==
==Menjalankan==


Line 27: Line 38:
   
   
  More information at http://www.uperf.org
  More information at http://www.uperf.org
==Set Environment Variable==
h=192.168.0.100
export h
proto=tcp
export proto
Melihat environment variable
env
==Referensi==
* http://www.uperf.org/manual.html

Latest revision as of 01:30, 5 June 2015

Lokasi Penting

File xml

/usr/local/src/uperf-1.0.4/workloads

File bin

/usr/local/bin/uperf


Menjalankan

uperf
Uperf Version 1.0.3-beta
Usage:   uperf [-m profile] [-hvV] [-ngtTfkpaeE:X:x]
	 uperf [-s] [-hvV]  
 
	-m <profile>	 Run uperf with this profile 
	-s		 Slave
	-n		 No statistics
	-T		 Print Thread statistics
	-t		 Print Transaction averages
	-f		 Print Flowop averages
	-g		 Print Group statistics
	-k		 Collect kstat statistics
	-p		 Collect CPU utilization for flowops [-f assumed]
	-e		 Collect default CPU counters for flowops [-f assumed]
	-E <ev1,ev2>	 Collect CPU counters for flowops [-f assumed]
	-a		 Collect all statistics
	-x file		 Collect data to be processed by Fenxi
	-X file		 collect response times
	-v		 Verbose
	-V		 Version
	-h		 Print usage
	-i <interval>	 collect throughput every <interval>

More information at http://www.uperf.org


Set Environment Variable

h=192.168.0.100
export h
proto=tcp
export proto

Melihat environment variable

env

Referensi