Displaying 2 results from an estimated 2 matches for "initialize_set".
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3:
- mini-os configuration files moved into stubdom/
- mini-os extra console support now a config option
- Fewer #ifdefs
- grant table setup uses hypercall bounce
- Xenstore stub domain syslog support re-enabled
Changes from v2:
- configuration support added to mini-os build system
- add mini-os support for conditionally compiling frontends, xenbus
-
2006 Oct 12
4
xend / xenstored performance & scalability issues
...64 35.0200 jbd (no symbols)
31778 4.2048 libc-2.5.so memset
10763 1.4241 xenstored main
8884 1.1755 libc-2.5.so _int_malloc
7053 0.9332 libc-2.5.so vfprintf
4264 0.5642 xenstored initialize_set
So almost 80% of xenstored''s CPU time is attributed to ext3 & journalling
modules, suggesting xenstored is doing alot of disk I/O. strace()''ing
the xenstored process shows the only file it is opening is:
# strace -p 2647 -e trace=open,rename,unlink
Process 2647 attached -...