locust Invalid URL 'xxx': No schema supplied.
    
            
摘要:locust 启动时未指定host的schema # add https/http locust -f locusts.py --host=https://news.baidu.com
        
阅读全文
摘要:jps | awk '{print $1}' | xargs -n 1 kill -9 # 还可以添加过滤条件jps | grep 'Logstash' | awk '{print $1}' | xargs -n 1 kill -9
        
阅读全文
摘要:环境: centos7 python3 python-kafka 步骤 1 yum -y install krb5-server 2 yum -y install krb5-devel 3 yum -y install gcc 4 yum -y install python3-devel 1 pip
        
阅读全文