[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-API] [PATCH 0 of 3] Adds a command-line utility 'memory-breakdown' which displays a detailed breakdown of host and guest memory usage.
7 files changed, 136 insertions(+), 34 deletions(-)
ocaml/xapi/vmopshelpers.ml | 21 ++----
ocaml/xenops/OMakefile | 5 -
ocaml/xenops/memory_breakdown.ml | 122 ++++++++++++++++++++++++++++++++++++++
ocaml/xenops/squeezed.ml | 2
ocaml/xenops/squeezed_client.ml | 1
ocaml/xenops/squeezed_rpc.ml | 8 --
ocaml/xenops/xenops.ml | 11 ---
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
- Prev by Date:
[Xen-API] [PATCH 1 of 3] Moves low-level functions with_{xal, xc, xs, xc_and_xs, xs_and_xs_final} from the Xapi layer into the Xenops layer, allowing greater reuse
- Next by Date:
[Xen-API] [PATCH 2 of 3] Removes duplicate definitions of functions (with_{xal, xc, xs, xc_and_xs, xs_and_xs_final}) from the Xenops layer
- Previous by thread:
[Xen-API] [PATCH] [packaging] separate the normal Makefile from the one used to build the components and create a bins target which build and install binaries (as closeandexec).
- Next by thread:
[Xen-API] [PATCH 1 of 3] Moves low-level functions with_{xal, xc, xs, xc_and_xs, xs_and_xs_final} from the Xapi layer into the Xenops layer, allowing greater reuse
- Index(es):
|