推荐: blog.csdn.net/aquester https://github.com/eyjian https://www.cnblogs.com/aquester http://blog.chinaunix.net/uid/20682147.html
全部博文(594)
发布时间:2022-11-13 17:41:54
在本地安装单机版本,能够实现快速体验 Flink Table Store 的目的,本文以 Flink 1.15.2、flink-table-store-dist-0.2.1 和 flink-shaded-hadoop-2-uber-2.8.3-10.0 为例,系统为 Centos 3.10。下载1、下载 Flink 1.15.2https://www.apache.org/dyn/closer.lua/flink/flink-1.15.2/flink-1.15.2-bin-scala_2.12.tgz1.........【阅读全文】
发布时间:2020-11-16 14:24:51
/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/tag/Tags.java......【阅读全文】
发布时间:2020-11-16 10:49:20
/apm-protocol/apm-network/src/main/java/org/apache/skywalking/apm/network/trace/component/ComponentsDefine.java取值对应类型1Tomcat2HttpC.........【阅读全文】
发布时间:2020-11-10 14:38:00
简述Skywalking是一个分布式追踪与监控,由国内开源爱好者吴晟开源,目前已是Apache顶级项目。官网https://github.com/apache/skywalking官方效果展http://122.112.182.72:8080/搭建 skywalking 体验环境ElasticSearch (https://hub.docker.com/_/elasticsearch):docker pull do.........【阅读全文】
发布时间:2020-09-07 10:09:24
下载:https://github.com/eyjian/libmooon/blob/master/shell/find_deleted_files.sh。#!/bin/sh# 查找被删除但仍然占据磁盘的文件dirs=(`ls -l --time-style=long-iso /proc 2>/dev/null | awk '{ print $8 }' 2>/dev/null`)for ((i=0; i<${#dirs[@]}; ++i))d.........【阅读全文】
发布时间:2020-09-03 09:34:41
FLUSHALL和FLUSHDB是单机命令,所以清空集群需要在所有Master节点上均执行一次。下载:https://github.com/eyjian/redis-tools/blob/master/clear_redis_cluster.sh点击(此处)折叠或打开#!/bin/bash# Batch to clear all nodes using FLUSHALL command# 用来清空.........【阅读全文】
发布时间:2020-08-27 14:33:01
### 延迟监控* **参考官方文档**| https://redis.io/topics/latency-monitor || :----: |* **启用 redis 延迟监控**| CONFIG SET latency-monitor-threshold 100 || :----: |单位:毫秒,100表示一百毫秒。如果将 latency-monitor-threshold 的值设置为 0,则表示关闭延迟监控。.........【阅读全文】
发布时间:2020-08-11 15:19:50
工具下载:https://github.com/eyjian/redis-tools/blob/master/move_redis_slot.sh支持迁移已有的keys。#!/bin/sh# Writed by yijian on 2020/8/10# 迁移 slot 工具,但一次只能迁移一个 slot## 使用时,需要指定如下几个参数:# 1)参数1:必选参数,用.........【阅读全文】
yuanxy20132014-01-14 14:48
LZ,你的基于C++的纯面向对象的通用高性能大并发TCP-SERVER/CLIENT开发框架实践系列之《前言篇》,《基础篇》写得非常棒,但是《服务器篇》、《客户端篇》却找不到,恳请楼主赐读。