Profiling changed

example
This commit is contained in:
Wojciech Zygmunt Porczyk 2014-04-24 21:28:12 +00:00
parent fd0f1cf3de
commit d306ba08fd

View File

@ -81,3 +81,12 @@ This creates `index.html` with all SVG graphics linked to TXT files. Ready for u
``` {.wiki}
make REMOTE=example.com:public_html/qubes/profiling/ upload
```
Example
-------
This example is from `qubes-manager` (`qubesmanager/main.py`).
[![No image "update\_table-20140424-170010.svg" attached to Profiling](/chrome/common/attachment.png "No image "update_table-20140424-170010.svg" attached to Profiling")](/attachment/wiki/Profiling/update_table-20140424-170010.svg)
It is apparent than problem is around `get_disk_usage` which calls something via `subprocess.call`. It does it 15 times, probably once per VM.