Skip to content
Snippets Groups Projects
Select Git revision
  • 89884fd8844aedfb7f0591ada0945f1e00f6ac3b
  • master default protected
2 results

iml_cephio.ini

Blame
  • iml_cephio.ini 1008 B
    ; ======================================================================
    ;
    ; Ceph IO
    ;
    ; show cheph IO in a single graph
    ;
    ; ----------------------------------------------------------------------
    ; 2023-05-09  <axel.hahn@unibe.ch>  initial version
    ; ======================================================================
    
    
    ; ----------------------------------------------------------------------
    ; graph
    ; ----------------------------------------------------------------------
    
    [cephio.graph]
    check_command = "Ceph-IO"
    
    
    [cephio.urlparams]
    areaAlpha   = "0.2"
    ; areaMode    = "first"
    areaMode    = "all"
    colorList   = "6699aa,cc66dd"
    ;              ^      ^
    ;              read   write
    lineWidth   = "2"
    min         = "0"
    yUnitSystem = "binary"
    
    
    [cephio.metrics_filters]
    write  = "$service_name_template$.perfdata.cephio-write.value"
    read   = "$service_name_template$.perfdata.cephio-read.value"
    
    
    
    [cephio.functions]
    write  = "alias($metric$, 'Write [byte/s]')"
    read   = "alias($metric$, 'Read [byte/s]')"