Chinaunix首页 | 论坛 | 博客
  • 博客访问: 8077373
  • 博文数量: 594
  • 博客积分: 13065
  • 博客等级: 上将
  • 技术积分: 10324
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-26 16:44
个人简介

推荐: blog.csdn.net/aquester https://github.com/eyjian https://www.cnblogs.com/aquester http://blog.chinaunix.net/uid/20682147.html

文章分类

全部博文(594)

发布时间:2013-06-21 23:03:09

原创推荐目录:http://blog.chinaunix.net/uid/20682147/cid-178444-list-1.html主要内容:mooon编译系统介绍(可复用Makefile)小心两个共享库共用同一个静态库Linux上制作可执行的共享库示例RPC的实现深入多线程编程。。。。。。......【阅读全文】

阅读(51148) | 评论(17) | 转发(0)

发布时间: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.........【阅读全文】

阅读(499) | 评论(0) | 转发(0)

发布时间:2020-11-16 14:24:51

/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/tag/Tags.java......【阅读全文】

阅读(1855) | 评论(0) | 转发(0)

发布时间:2020-11-16 10:49:20

/apm-protocol/apm-network/src/main/java/org/apache/skywalking/apm/network/trace/component/ComponentsDefine.java取值对应类型1Tomcat2HttpC.........【阅读全文】

阅读(1726) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(1992) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(7512) | 评论(0) | 转发(1)

发布时间: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# 用来清空.........【阅读全文】

阅读(2601) | 评论(0) | 转发(0)

发布时间:2020-08-29 10:08:17

......【阅读全文】

阅读(5323) | 评论(0) | 转发(0)

发布时间:2020-08-27 14:33:01

### 延迟监控* **参考官方文档**|  https://redis.io/topics/latency-monitor  || :----: |* **启用 redis 延迟监控**|  CONFIG SET latency-monitor-threshold 100  || :----: |单位:毫秒,100表示一百毫秒。如果将 latency-monitor-threshold 的值设置为 0,则表示关闭延迟监控。.........【阅读全文】

阅读(5853) | 评论(0) | 转发(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:必选参数,用.........【阅读全文】

阅读(4726) | 评论(0) | 转发(1)
给主人留下些什么吧!~~

Aquester2014-12-11 21:29

lojunren:强烈希望博主将mooon项目迁往github

https://github.com/eyjian/mooon

回复  |  举报

Aquester2014-03-24 12:51

lojunren:强烈希望博主将mooon项目迁往github

嗯,建议不错

回复  |  举报

lojunren2014-03-20 14:56

强烈希望博主将mooon项目迁往github

回复  |  举报

Aquester2014-01-15 11:02

yuanxy2013:LZ,你的基于C++的纯面向对象的通用高性能大并发TCP-SERVER/CLIENT开发框架实践系列之《前言篇》,《基础篇》写得非常棒,但是《服务器篇》、《客户端篇》却找不到,恳请楼主赐读。

已经实现一个server框架,并有相关技术文档,在mooon中,你可以svn下载代码看看,文档在doc子目录下

回复  |  举报

yuanxy20132014-01-14 14:48

LZ,你的基于C++的纯面向对象的通用高性能大并发TCP-SERVER/CLIENT开发框架实践系列之《前言篇》,《基础篇》写得非常棒,但是《服务器篇》、《客户端篇》却找不到,恳请楼主赐读。

回复  |  举报
留言热议
请登录后留言。

登录 注册