Initial import
This commit is contained in:
81
etc/bmon.conf
Normal file
81
etc/bmon.conf
Normal file
@ -0,0 +1,81 @@
|
||||
/*
|
||||
* read_interval = 1.0
|
||||
* rate_interval = 1.0
|
||||
* variance = 0.1
|
||||
* history_variance = 0.1
|
||||
* sleep_time = 20000
|
||||
* lifetime = 30.0
|
||||
* show_all = true
|
||||
* policy = ""
|
||||
*/
|
||||
|
||||
/*
|
||||
* element eth0 {
|
||||
* description = { "My description" }
|
||||
* rxmax = { 10000 }
|
||||
* txmax = { 10000 }
|
||||
* max = { 12500000 }
|
||||
* }
|
||||
*/
|
||||
|
||||
/*
|
||||
* Default configuration
|
||||
*
|
||||
* The following definitions is what is compiled into bmon and used
|
||||
* by default.
|
||||
*
|
||||
* unit byte {
|
||||
* variant default {
|
||||
* div = { 1, 1024, 1048576, 1073741824, 1099511627776}
|
||||
* txt = { "B", "KiB", "MiB", "GiB", "TiB" }
|
||||
* }
|
||||
* variant si {
|
||||
* div = { 1, 1000, 1000000, 1000000000, 1000000000000 }
|
||||
* txt = { "B", "KB", "MB", "GB", "TB" }
|
||||
* }
|
||||
* }
|
||||
*
|
||||
* unit bit {
|
||||
* variant default {
|
||||
* div = { 1, 1024, 1048576, 1073741824, 1099511627776}
|
||||
* txt = { "b", "Kib", "Mib", "Gib", "TiB" }
|
||||
* }
|
||||
* variant si {
|
||||
* div = { 1, 1000, 1000000, 1000000000, 1000000000000 }
|
||||
* txt = { "b", "Kb", "Mb", "Gb", "Tb" }
|
||||
* }
|
||||
* }
|
||||
*
|
||||
* unit number {
|
||||
* variant default {
|
||||
* div = { 1, 1000, 1000000, 1000000000, 1000000000000 }
|
||||
* txt = { "", "K", "M", "G", "T" }
|
||||
* }
|
||||
* }
|
||||
* unit percent {
|
||||
* variant default {
|
||||
* div = { 1. }
|
||||
* txt = { "%" }
|
||||
* }
|
||||
* }
|
||||
*
|
||||
* history second {
|
||||
* interval = { 1. }
|
||||
* size = { 60 }
|
||||
* }
|
||||
*
|
||||
* history minute {
|
||||
* interval = { 60. }
|
||||
* size = { 60 }
|
||||
* }
|
||||
*
|
||||
* history hour {
|
||||
* interval = { 3600. }
|
||||
* size = { 60 }
|
||||
* }
|
||||
*
|
||||
* history day {
|
||||
* interval = { 86400. }
|
||||
* size = { 60 }
|
||||
* }
|
||||
*/
|
Reference in New Issue
Block a user