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

Next revision
Previous revision
Next revisionBoth sides next revision
documentation:technical_docs:performance [2019/03/26 00:22] – external edit 127.0.0.1documentation: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
-</code> +pmcstat -R /data/pmc.out -z50 -/data/pmc.stacks 
- +less /data/pmc.stacks
-Then analyses the output with: +
-<code> +
-fetch http://BSDRP-release-debug +
-tar xzfv BSDRP-release-debug.tar.xz +
-pmcannotate /data/pmc.out /data/debug/boot/kernel/kernel.symbols+
 </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