Difference between revisions of "Uperf: Menjalankan"

From OnnoWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
 
 
==Lokasi Penting==
 
==Lokasi Penting==
  
Line 42: Line 40:
  
  
 +
==Set Environment Variable==
  
 +
h=192.168.0.100
 +
export h
 +
proto=tcp
 +
export proto
  
 +
Melihat environment variable
  
 +
env
  
 
==Referensi==
 
==Referensi==
  
 
* http://www.uperf.org/manual.html
 
* http://www.uperf.org/manual.html

Latest revision as of 08: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