소스 검색

Report swap metrics in bytes

Change-Id: Ic39fa0f18e0d9aeca0ef73ae6d985d12d15a1c3a
tags/2017.4
Simon Pasquier 7 년 전
부모
커밋
89b97640d0
2개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      linux/files/collectd_swap.conf
  2. +2
    -0
      linux/meta/collectd.yml

+ 8
- 0
linux/files/collectd_swap.conf 파일 보기

@@ -0,0 +1,8 @@
<LoadPlugin swap>
Globals false
</LoadPlugin>

<Plugin swap>
ReportBytes {{ plugin.get('report_bytes', False)|lower }}
</Plugin>


+ 2
- 0
linux/meta/collectd.yml 파일 보기

@@ -40,3 +40,5 @@ local_plugin:
ignore_selected: True
linux_storage_swap:
plugin: swap
template: linux/files/collectd_swap.conf
report_bytes: True

Loading…
취소
저장