1.快速测试和监控,启动多个celery worker,-A 指定项目目录, -P 指定方式,我这里以协程方式运行, -n指定name celery worker -A voice_quality_assurance_configure --loglevel=info -P eventlet -n ...
分类:
其他好文 时间:
2021-01-25 10:45:57
阅读次数:
0
系列 Sentry-Go SDK 中文实践指南 一起来刷 Sentry For Go 官方文档之 Enriching Events Snuba:Sentry 新的搜索基础设施(基于 ClickHouse 之上) Sentry 10 K8S 云原生架构探索,Vue App 1 分钟快速接入 Sentr ...
分类:
编程语言 时间:
2021-01-25 10:39:12
阅读次数:
0
docker exec -it php php /www/my_project/think version >> my.log docker exec -it php 执行容器 php /www/my_project/think version 执行php指令 并将执行结果写入日志 ...
分类:
Web程序 时间:
2021-01-25 10:34:25
阅读次数:
0
import argparse parser = argparse.ArgumentParser(description='这是一个测试脚本') parser.add_argument('--net', type=int, default=1) args = parser.parse_args() ...
分类:
编程语言 时间:
2021-01-22 12:15:01
阅读次数:
0
1.运行Node.js安装程序脚本 下载并执行脚本: 1 2 3 $ sudo yum -y install curl $ curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash - 2.在CentOS 8/7、RHEL 8/7系统上安装 ...
分类:
Web程序 时间:
2021-01-22 12:00:16
阅读次数:
0
问题 too many open files错误 最近在看golang,写了个扫描title的脚本,发现打开文件的时候会报错,记录下。 too many open files https://github.com/Stu2014/go package main import ( "bufio" "c ...
分类:
其他好文 时间:
2021-01-22 11:53:36
阅读次数:
0
Redis主从+Sentinel搭建文档 1、单机redis安装 wget http://download.redis.io/releases/redis-5.0.3.tar.gzcd /usr/local/tar -zxvf redis-5.0.3.tar.gzmv redis-5.0.3/ re ...
分类:
其他好文 时间:
2021-01-22 11:52:28
阅读次数:
0
安装参考脚本######elk配置文档##########filebeat.ymlfilebeat.inputs:- type: log enabled: True #True表示收集 #pasths配置收集日志的路径,支持配置多条路径,及多目录 paths: - /opt/app/nacos-1. ...
分类:
其他好文 时间:
2021-01-21 10:41:46
阅读次数:
0
uiautomatorviewer monkeyrunner脚本地址: sdk/tools/bin目录下面 android 启动DDMS: 双击 sdk/tools/monitor.bat 即可启动 (androidStuido3.0之后的启动方式) 参考:https://blog.csdn.net ...
分类:
移动开发 时间:
2021-01-21 10:34:43
阅读次数:
0
为了监控方便,想把研发环境中的主机节点都纳入Cloudera Manager的管理中,这样在遇到问题时可方便的查看主机的硬件资源情况。 添加主机节点有多种方式,由于我是离线工作,所以选择rpm包的方式安装agent,然后添加节点(还有一种部署本地仓库的方式更简单方便,回头有时间整理一下再发出来)。在 ...
分类:
其他好文 时间:
2021-01-20 11:52:39
阅读次数:
0