User Tools

Site Tools


documentation:technical_docs:performance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
documentation:technical_docs:performance [2019/06/27 01:35] – [Where is the bottleneck ?] olivierdocumentation:technical_docs:performance [2019/07/09 18:04] – [Where is the bottleneck ?] olivier
Line 746: Line 746:
 </code> </code>
  
-On this case the bootleneck is just the network stack.+On this case the bootleneck is just the network stack (most of the time spend into function ip_findroute called by ip_tryforward).
  
 == CPU cycles spent == == CPU cycles spent ==
Line 761: Line 761:
 <code> <code>
 pmcstat -z 50 -S cpu_clk_unhalted.thread -l 20 -O /data/pmc.out pmcstat -z 50 -S cpu_clk_unhalted.thread -l 20 -O /data/pmc.out
-pmcstat -R /data/pmc.out -z32 -G +pmcstat -R /data/pmc.out -z50 -G /data/pmc.stacks
 less /data/pmc.stacks less /data/pmc.stacks
 </code> </code>
documentation/technical_docs/performance.txt · Last modified: 2020/01/18 01:04 by olivier

Except where otherwise noted, content on this wiki is licensed under the following license: BSD 2-Clause
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki