一、JVM的垃圾回收器大致分为七种类 新生代收集器:Serial、ParNew、Parallel Scavenge。 老年代收集器:Serial Old、CMS、Parallel Old。 堆内存垃圾收集器:G1。(新生代老年代都能用) 附录: 串行:垃圾回收器(Serial Garbage Col ...
分类:
其他好文 时间:
2020-06-18 21:45:28
阅读次数:
76
### ``` ``` ### ``` ``` ...
分类:
移动开发 时间:
2020-06-18 21:34:53
阅读次数:
69
elasticsearch集群其中源es使用虚拟机CentOS搭建,新的node使用k8s搭建,同步速度慢 elsasticsearch同步慢,出现以下提示的解决版本 [ERROR][o.e.x.m.c.n.NodeStatsCollector] [9OfhjwS] collector [node_ ...
分类:
其他好文 时间:
2020-06-17 13:06:38
阅读次数:
310
import org.apache.jmeter.JMeter; import org.apache.jmeter.engine.JMeterEngineException; import org.apache.jmeter.engine.StandardJMeterEngine; import o ...
一、收集 执行NewOutputCollector对象的write方法就开启了对map输出数据的收集过程: ? collector是一个MapOutputCollector类型的变量,它是实际执行收集数据功能的对象载体: private final MapOutputCollector<K,V> c ...
分类:
其他好文 时间:
2020-06-08 18:53:43
阅读次数:
64
前言: 通常情况下,jmeter是无法查看服务器的一些性能指标的,执行性能测试,服务器的性能指标是我们需要关系的对象。现在jmeter提供了一个性能监控的插件,通过这个插件,我们可以查看服务器的一些性能指标,如: cpu memory swap disks network tcp tail exec ...
分类:
其他好文 时间:
2020-05-24 16:51:06
阅读次数:
353
1,Pinpoint的架构: Pinpoint的组件介绍: Pinpoint-Collector:收集各种性能数据 Pinpoint-Web:将收集到的数据显示成WEB网页形式 HBase Storage:收集到的数据存到HBase中 Pinpoint-Agent:和自己运行的应用关联起来的探针 P ...
分类:
其他好文 时间:
2020-05-09 00:26:14
阅读次数:
114
导入依赖 org.springframework.cloud spring-cloud-starter-oauth2导入公钥导入配置文件ResourceServerConfigpackage com.changgou.user.config;import org.springframework.co... ...
分类:
其他好文 时间:
2020-05-04 13:28:58
阅读次数:
57
1 重点: 1.1 collect /Collect /Collectors的区别 2 收集器概述: 2.1 收集器的作用:将流中的元素累积成一个结果 2.2 作用于终端操作collect上 2.3 collect/Collector/Collectors 的区别 collect是流收集的一个方法, ...
分类:
编程语言 时间:
2020-05-01 11:06:07
阅读次数:
62