Re: [PATCH] virtio_balloon: export huge page allocation statistics

2018-03-02 Thread Jonathan Helman
On 02/27/2018 07:20 AM, Michael S. Tsirkin wrote: On Fri, Feb 16, 2018 at 09:44:32PM -0800, Jonathan Helman wrote: Export statistics for successful and failed huge page allocations from the virtio balloon driver. These 2 stats come directly from the vm_events HTLB_BUDDY_PGALLOC and HTLB_BUDDY_

Re: [PATCH] virtio_balloon: export huge page allocation statistics

2018-02-27 Thread Michael S. Tsirkin
On Fri, Feb 16, 2018 at 09:44:32PM -0800, Jonathan Helman wrote: > Export statistics for successful and failed huge page allocations > from the virtio balloon driver. These 2 stats come directly from > the vm_events HTLB_BUDDY_PGALLOC and HTLB_BUDDY_PGALLOC_FAIL. > Signed-off-by: Jonathan Helman