This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
width=${2:-70%} | |
height=${2:-70%} | |
if [ "$(tmux display-message -p -F "#{session_name}")" = "popup" ];then | |
tmux detach-client | |
else | |
tmux popup -d '#{pane_current_path}' -xC -yC -w$width -h$height -E "tmux new -A -s popup" | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-03-03 12:49:19,839 INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started | |
2021-03-03 12:49:19,994 INFO c.l.k.KafkaClusterManager$ akka://kafka-lag-exporter/user - Starting Kafka Lag Exporter with configuration: | |
Poll interval: 30 seconds | |
Lookup table size: 60 | |
Metrics whitelist: [.*] | |
Admin client consumer group id: kafkalagexporter | |
Kafka client timeout: 30 seconds | |
Prometheus: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
? github.com/peak/s5cmd [no test files] | |
=== RUN TestExpandSources | |
=== PAUSE TestExpandSources | |
=== RUN TestExpandSource_Follow_Link_To_Single_File | |
--- PASS: TestExpandSource_Follow_Link_To_Single_File (0.00s) | |
=== RUN TestExpandSource_Do_Not_Follow_Link_To_Single_File | |
--- PASS: TestExpandSource_Do_Not_Follow_Link_To_Single_File (0.00s) | |
=== RUN TestExpandSource_Follow_Link_To_Directory | |
--- PASS: TestExpandSource_Follow_Link_To_Directory (0.00s) | |
=== RUN TestExpandSource_Do_Not_Follow_Link_To_Directory |