X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=src%2Fcollect.mli;fp=src%2Fcollect.mli;h=9ad3dcb42b0c93d5e24d99710d7819b6754af259;hp=440859be7d9768c3694e409e4a79d5db46f85781;hb=431dbd98bad6e3635b4d0885bf33dd3e759ca35d;hpb=90d14bc151e488972d33eefaac2242d9a6e07578 diff --git a/src/collect.mli b/src/collect.mli index 440859b..9ad3dcb 100644 --- a/src/collect.mli +++ b/src/collect.mli @@ -48,10 +48,6 @@ and rd_active = { rd_block_wr_reqs : int64 option; (* Number of block device write rqs. *) rd_block_rd_bytes : int64 option; (* Number of bytes block device read *) rd_block_wr_bytes : int64 option; (* Number of bytes block device write *) - (* _info fields includes the number considering --block_in_bytes option *) - rd_block_rd_info : int64 option; (* Block device read info for user *) - rd_block_wr_info : int64 option; (* Block device read info for user *) - rd_net_rx_bytes : int64 option; (* Number of bytes received. *) rd_net_tx_bytes : int64 option; (* Number of bytes transmitted. *) } @@ -75,7 +71,7 @@ type pcpu_stats = { rd_pcpu_pcpus_cpu_time : float array } -val collect : Types.setup -> bool -> stats +val collect : Types.setup -> stats (** Collect statistics. *) val collect_pcpu : stats -> pcpu_stats