I'm pleased to announce the release of ocaml-libvirt 0.3.3.1, type-safe libvirt bindings for OCaml.

Main page: http://et.redhat.com/~rjones/ocaml-libvirt/
Source repo: http://hg.et.redhat.com/virt/applications/virt-top--devel
Change log: http://et.redhat.com/~rjones/ocaml-libvirt/ChangeLog.txt

This minor update contains bindings for the new API calls virNodeGetFreeMemory and virNodeGetCellsFreeMemory.

http://et.redhat.com/~rjones/ocaml-libvirt/html/Libvirt.Connect.html#VALnode_get_free_memory

The 'mlvirsh' command now has a new 'freecell' subcommand:

  mlvirsh freecell
    - Calls virNodeGetFreeMemory and prints free memory in the
      whole system.

  mlvirsh freecell <start>
    - Calls virNodeGetCellsFreeMemory (conn, start, 1) and prints
      free memory on a single NUMA cell.

  mlvirsh freecell <start> <max>
    - Calls virNodeGetCellsFreeMemory (conn, start, max) and prints
      free memory on the given range of NUMA cells.

Rich.

--
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to