Home
last modified time | relevance | path

Searched refs:STREAM_BIN (Results 1 – 7 of 7) sorted by relevance

/dports/net-mgmt/statsite/statsite-0.8.0/src/
H A Dconn_handler.c243 STREAM_BIN(BIN_TYPE_KV, BIN_OUT_NO_TYPE, *(double*)value); in stream_formatter_bin()
252 STREAM_BIN(BIN_TYPE_COUNTER, BIN_OUT_SUM, counter_sum(value)); in stream_formatter_bin()
267 STREAM_BIN(BIN_TYPE_COUNTER, BIN_OUT_MIN, counter_min(value)); in stream_formatter_bin()
278 STREAM_BIN(BIN_TYPE_SET, BIN_OUT_SUM, set_size(value)); in stream_formatter_bin()
283 STREAM_BIN(BIN_TYPE_TIMER, BIN_OUT_SUM, timer_sum(&t->tm)); in stream_formatter_bin()
285 STREAM_BIN(BIN_TYPE_TIMER, BIN_OUT_MEAN, timer_mean(&t->tm)); in stream_formatter_bin()
286 STREAM_BIN(BIN_TYPE_TIMER, BIN_OUT_COUNT, timer_count(&t->tm)); in stream_formatter_bin()
287 STREAM_BIN(BIN_TYPE_TIMER, BIN_OUT_STDDEV, timer_stddev(&t->tm)); in stream_formatter_bin()
288 STREAM_BIN(BIN_TYPE_TIMER, BIN_OUT_MIN, timer_min(&t->tm)); in stream_formatter_bin()
289 STREAM_BIN(BIN_TYPE_TIMER, BIN_OUT_MAX, timer_max(&t->tm)); in stream_formatter_bin()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/scripts/
H A Dwsrep_sst_mariabackup.sh563 local STREAM_BIN=$(commandex "$sfmt")
564 if [ -z "$STREAM_BIN" ]; then
569 strmcmd="'$STREAM_BIN' -x"
571 strmcmd="'$STREAM_BIN' -c '$INFO_FILE'"
/dports/databases/mariadb103-server/mariadb-10.3.34/scripts/
H A Dwsrep_sst_mariabackup.sh563 local STREAM_BIN=$(commandex "$sfmt")
564 if [ -z "$STREAM_BIN" ]; then
569 strmcmd="'$STREAM_BIN' -x"
571 strmcmd="'$STREAM_BIN' -c '$INFO_FILE'"
/dports/databases/mariadb104-server/mariadb-10.4.24/scripts/
H A Dwsrep_sst_mariabackup.sh563 local STREAM_BIN=$(commandex "$sfmt")
564 if [ -z "$STREAM_BIN" ]; then
569 strmcmd="'$STREAM_BIN' -x"
571 strmcmd="'$STREAM_BIN' -c '$INFO_FILE'"
/dports/databases/mariadb104-client/mariadb-10.4.24/scripts/
H A Dwsrep_sst_mariabackup.sh563 local STREAM_BIN=$(commandex "$sfmt")
564 if [ -z "$STREAM_BIN" ]; then
569 strmcmd="'$STREAM_BIN' -x"
571 strmcmd="'$STREAM_BIN' -c '$INFO_FILE'"
/dports/databases/mariadb103-client/mariadb-10.3.34/scripts/
H A Dwsrep_sst_mariabackup.sh563 local STREAM_BIN=$(commandex "$sfmt")
564 if [ -z "$STREAM_BIN" ]; then
569 strmcmd="'$STREAM_BIN' -x"
571 strmcmd="'$STREAM_BIN' -c '$INFO_FILE'"
/dports/databases/mariadb105-server/mariadb-10.5.15/scripts/
H A Dwsrep_sst_mariabackup.sh563 local STREAM_BIN=$(commandex "$sfmt")
564 if [ -z "$STREAM_BIN" ]; then
569 strmcmd="'$STREAM_BIN' -x"
571 strmcmd="'$STREAM_BIN' -c '$INFO_FILE'"