// 读取文件base64 编码方式 var readerRes = fs.readFileSync(rp + 'ext_blocks\\userLib\\' + sessionStorage.checkLib + ".zip", "Base64") function base64toBlob(ba ...
分类:
Web程序 时间:
2021-02-03 10:40:28
阅读次数:
0
客户需要定时发送信息到Azure Storage Queue,所以尝试使用Azure Runbook实现这个需求。 首先新增一个Azure Automation Account的资源。 因为要使用Az.storage模组发送消息到Queue, 但是这个模组并没有包含在默认模组中,所以要手动添加一下。 ...
分类:
其他好文 时间:
2021-01-27 13:15:44
阅读次数:
0
部署逻辑卷 第1步:让新添加的两块硬盘设备支持LVM技术。 pvcreate /dev/sdb /dev/sdc 第2步:把两块硬盘设备加入到storage卷组中,然后查看卷组的状态。 vgcreate storage /dev/sdb /dev/sdc vgdisplay第3步:再切割出一个约为1 ...
分类:
其他好文 时间:
2021-01-25 11:39:00
阅读次数:
0
Azure Storage Account(存储账户)包含所有Azure Storage的数据对象,包括Blob、Data Lake Gen2,File、Queue、Disk和Table等服务,该Storage Account为用户的Azure Storage数据提供了唯一的命名空间,可以通过HTT ...
分类:
其他好文 时间:
2021-01-16 12:00:10
阅读次数:
0
##ImportError: attempted relative import with no known parent package ImportError: attempted relative import with no known parent package 截图: 或许是因为同文件 ...
分类:
其他好文 时间:
2021-01-15 11:43:37
阅读次数:
0
注:使用kube-prometheus安装非常方便,前面的prometheus+grafana+metrics-server都不用安装,已经集成在里面。 1、clone github地址 git clone https://github.com/coreos/kube-prometheus.git ...
分类:
Web程序 时间:
2021-01-14 11:25:19
阅读次数:
0
前言 整体来看,kube-state-metrics是为prometheus采集k8s资源数据的exporter。prometheus 的exporter任务是将和业务相关的数据指标转换成prometheus的数据模型,当然prometheus 为这种转换提供了方法。 kube-state-metr ...
分类:
其他好文 时间:
2021-01-13 11:20:24
阅读次数:
0
## 查该钱包的所有订单 状态。./lotus-miner storage-deals list | grep '钱包' ## 查没出去的消息。加 |wc -l 数数量./lotus mpool pending --local | jq -c .|wc -l ## 创建软raidmdadm -C - ...
分类:
其他好文 时间:
2020-12-30 11:37:23
阅读次数:
0
关于二进制k8s1.17.16部署kubesphere填坑标签(空格分隔):kubernetes系列一:部署metric-0.3.6下载:components.yamlwgethttps://github.com/kubernetes-sigs/metrics-server/releases/download/v0.3.6/components.yaml下载:k8s.gcr.io/metrics-
分类:
其他好文 时间:
2020-12-30 11:24:32
阅读次数:
0
前言 我们做性能测试的时候,不仅要关注jmter上的测出来的TPS值和响应时间等指标,还得关注服务器的性能指标。 服务器上性能指标如何监控呢,可以安装PerfMon服务器代理来监控 PerfMon服务器代理 PerfMon服务器代理的github地址https://github.com/undera ...
分类:
其他好文 时间:
2020-12-30 11:03:13
阅读次数:
0