X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=39df5045a505f9009a18351310d6219bdb64bd61;hp=97180b0d4a4c9c15797d48c8f62e1461a68593f4;hb=e492608f2f3809a824cb70ee03ff305964b69dd7;hpb=826020fe18bf2eee43f8afea392874bb88c0650a diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 97180b0..39df504 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -652,3 +652,12 @@ val tail : t -> string -> string array val tail_n : t -> int -> string -> string array (** return last N lines of a file *) +val df : t -> string +(** report file system disk space usage *) + +val df_h : t -> string +(** report file system disk space usage (human readable) *) + +val du : t -> string -> int64 +(** estimate file space usage *) +