Difference between revisions of "Upref"

From OnnoWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
==Lebih Lanjut==
 
==Lebih Lanjut==
  
 
+
* [[upref: download]]
  
 
==Referensi==
 
==Referensi==
  
 
* http://www.uperf.org/manual.html
 
* http://www.uperf.org/manual.html

Revision as of 09:16, 4 June 2015

Microbenchmarks rarely measure real world performance. This is especially true in networking where applications can use multiple protocols, use different types of communication, interleave CPU processing with communication, etc. However, popular microbenchmarks like iPerf and netperf are very simplistic, supporting only one protocol at a time, fixed message sized communication, no support for interleaving CPU processing between communication, and so on. Thus there is a need for a tool to closely model real world performance.

Uperf (Unifed performance tool for networking) solves this problem by allowing the user to model the real world application using a very high level language (called profile) and running this over the network. It allows the user to use multiple protocols, varying message sizes for communication, a 1xN communication model, support for collection of CPU counter statistics, and much more.

Lebih Lanjut

Referensi