• X
    alinux: mm, memcg: record latency of direct compact in every memcg · 4bec5cfe
    Xu Yu 提交于
    to #26424368
    
    Probe and calculate the latency of direct compact, and then group into
    the latency histogram in struct mem_cgroup.
    
    Note that the latency in each memcg is aggregated from all child memcgs.
    
    Usage:
    
    $ cat memory.direct_compact_latency
    0-1ms:  1176
    1-5ms:  259
    5-10ms:         17
    10-100ms:       10
    100-500ms:      0
    500-1000ms:     0
    >=1000ms:       0
    total(ms):      921
    
    Each line is the count of direct compact within the appropriate latency
    range.
    
    To clear the latency histogram:
    
    $ echo 0 > memory.direct_compact_latency
    $ cat memory.direct_compact_latency
    0-1ms:  0
    1-5ms:  0
    5-10ms:         0
    10-100ms:       0
    100-500ms:      0
    500-1000ms:     0
    >=1000ms:       0
    total(ms):      0
    Signed-off-by: NXu Yu <xuyu@linux.alibaba.com>
    Reviewed-by: NXunlei Pang <xlpang@linux.alibaba.com>
    4bec5cfe
memcontrol.c 207.3 KB