JVM jstat jcmd command Posted on 2018-12-31 In tech , Java JVM jstat-Java Virtual Machine Statistics Monitoring Tool,use guide. Read more »
Servlet In Action Posted on 2018-12-31 In tech , java 对于日新月异的Web技术来说,Servlet可以说是一个诞生历史非常悠久的技术了。2020-08-13 Java Servlet 从4.0.3之后正式更名为Jakarta Servlet(PS:Oracle拒绝出让Java商标给Eclipse基金会),这里重新学习一下Servlet的知识。 Read more »
使用log4j2 JsonLayout自定义JSON格式日志 Posted on 2018-12-31 In tech , java log4j2 使用JsonLayout输出json格式的日志,以及使用lookup、ThreadContext配置出自定义的jsonlog,可以用于对微服务的日志输出或者其它日志分析。 Read more »
使用supervisord管理进程 Posted on 2018-12-31 In tech , tools supervisord 是一个进程管理工具,可以方便的对进程进行启动、关闭、重启等操作。在程序意外退出,或者系统重启后拉起进程非常有用,相比systemctl更加简单且安全(无需使用sudo)。和crontab相比则更加灵活。 Read more »
Centos7 init env and config security Posted on 2018-12-31 In tech centos7 初始化环境,并安装bbr和ssh. (适用于VPS场景) Read more »
Nginx Stream L4 负载均衡 Posted on 2018-04-11 In tech , nginx 总结Nginx Stream进行反向代理实现负载均衡,以及配置集群的高可用、A/B测试、SSL/TLS加密和日志排查等场景,总结了使用过程中遇到的一些问题,及改进方面。 Read more »
Raspberrypi compile and install nginx Posted on 2018-03-11 In tech , ARM Raspberrypi 4B 编译和安装Ningx 1.19 Read more »