摘要:
cat socat.service [Unit] Description=socat Server Requires=network.target After=network.target [Service] Type=simple PIDFile=/tmp/socat.pid KillMode=c 阅读全文
摘要:
001、打开iTerm2加载 /etc/profile alias login="/Users/suyajun/scripts/login.sh" alias ll="ls -l" alias jms="cd ; ./jms.sh" #export LS_OPTIONS='--color=auto' 阅读全文
摘要:
#!/usr/bin/env python3 # -*- coding:utf-8 -*- import requests import sys import json import time jumpurl = 'http://192.168.1.1' username = 'admin' pas 阅读全文
摘要:
#!/usr/bin/env python3 # -*- coding:utf-8 -*- import requests, json import datetime from httpsig.requests_auth import HTTPSignatureAuth import sys def 阅读全文
摘要:
# 系统、内核版本 cat /etc/redhat-release CentOS release 6.8 (Final) uname -r 2.6.32-754.33.1.el6.centos.plus.x86_64 # 下载 cd /opt/ wget https://github.com/ste 阅读全文
摘要:
原文: https://wsgzao.github.io/post/xtrabackup/ 前言 Percona XtraBackup 可以说是一个相对完美的免费开源数据备份工具,支持在线无锁表同步复制和可并行高效率的安全备份恢复机制相比 mysqldump 来说确实让人眼前一亮,与 MySQL E 阅读全文
摘要:
# 获取主机名里面包括docker的 hostid select hostid from hosts where host like '%docker%'; # 查询某个监控项 select * from items where key_='log[/proc/sys/kernel/pid_max] 阅读全文
摘要:
01、概述 Kubernetes 云原生集群监控主要涉及到如下三类指标:node 物理节点指标、pod & container 容器资源指标和Kubernetes 云原生集群资源指标。针对这三类指标都有比较成熟的方案,见下图 上节我们梳理了cAdvisor容器性能指标如何监控,这一节我们就来分析下云 阅读全文
摘要:
参考文章:https://twocups.cn/index.php/2021/06/28/42/ 001、事先准备 没有装好 Elasticsearch(以下简称 es)的可以参考<https://www.cnblogs.com/suyj/p/16014533.html>,里面有讲到 es 是如何安 阅读全文
摘要:
原文:https://www.oubayun.com/centos-79-deploys-elasticsearch-791-standalone-version.html 写在前面的,原来不但算写这个了,因为原文已经写的很好了。但是原文现在访问起来有点慢,害怕原文哪天彻底不能访问了 所以就自己写一 阅读全文