上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 234 下一页

2019年6月20日

MySQL到底能支持多大的数据量?

摘要: MySQL是中小型网站普遍使用的数据库之一,然而,很多人并不清楚MySQL到底能支持多大的数据量,再加上某些国内CMS厂商把数据承载量的责任推给它,导致很多不了解MySQL的站长对它产生了很多误解,那么,MySQL的数据量到底能支持多少呢?其实MySQL单表的上限,主要与操作系统支持的最大文件大小有 阅读全文

posted @ 2019-06-20 15:17 ExplorerMan 阅读(1422) 评论(0) 推荐(0)

2019年6月18日

监控服务器配置(四)-----OracleDb_exporter安装配置

摘要: 1.下载oracle客户端安装包(linux版)到 /opt/minitor/oracleDb 。 下载地址:https://download.csdn.net/download/a15565772151/11111941 可以私聊我一下我发你资源 2.运行 rpm -ivh oracle-inst 阅读全文

posted @ 2019-06-18 20:20 ExplorerMan 阅读(1204) 评论(0) 推荐(0)

监控服务器配置(五)-----Redis_exporter安装配置

摘要: 1.下载redis_exporter安装包(linux版)到 /opt/minitor/redis_exporter 。 下载地址:https://download.csdn.net/download/a15565772151/11111943 可以私聊我一下我发你资源 2.运行 tar -zxvf 阅读全文

posted @ 2019-06-18 20:20 ExplorerMan 阅读(4581) 评论(0) 推荐(0)

监控服务器配置(三)-----Node_exporter安装配置

摘要: 此安装主要是为了监控服务器运行状况 1.下载node_exporter安装包(linux版)到 /opt/minitor/node_exporter 。 下载地址:https://download.csdn.net/download/a15565772151/11111928 可以私聊我一下我发你资 阅读全文

posted @ 2019-06-18 20:19 ExplorerMan 阅读(534) 评论(0) 推荐(0)

监控服务器配置(二)-----Grafana安装配置

摘要: 1.下载grafana安装包(linux版)到 /opt/minitor/grafana 。 下载地址:https://download.csdn.net/download/a15565772151/11111935 可以私聊我一下我发你资源 2.运行 tar -zxvf grafana-5.3.4 阅读全文

posted @ 2019-06-18 20:18 ExplorerMan 阅读(1322) 评论(0) 推荐(0)

监控服务器配置(一)-----Prometheus安装配置

摘要: 最近和朋友一起做的监控配置,拿出来共享一下 1.下载prometheus安装包(linux版)到 /opt/minitor/prometheus 。 下载地址:https://download.csdn.net/download/a15565772151/11111904 不知道为啥,csdn没法自 阅读全文

posted @ 2019-06-18 20:17 ExplorerMan 阅读(562) 评论(0) 推荐(0)

mongo可视化工具adminMongo安装

摘要: git环境搭建下载地址:https://git-scm.com/downloads 此处,安装环境为windows操作系统,所以选择windows版本下载一直下一步,直至安装完成找到安装git的目录下的git-bash.exe,打开,进行如下配置: $ git config --global use 阅读全文

posted @ 2019-06-18 20:16 ExplorerMan 阅读(475) 评论(0) 推荐(0)

Grafana 下载与安装(v5.4.1)

摘要: 官网地址: https://grafana.com/grafana/download Linux Ubuntu & Debian(64 Bit) SHA256: 3ccbdba9e7429f5aab79dc06ab13e21d76d4f5dca474bea0ab323d9092255436 wget 阅读全文

posted @ 2019-06-18 15:55 ExplorerMan 阅读(2062) 评论(0) 推荐(0)

Grafana+Prometheus系统监控之Redis

摘要: REmote DIctionary Server(Redis) 是一个由Salvatore Sanfilippo写的key-value存储系统。 Redis是一个开源的使用ANSI C语言编写、遵守BSD协议、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。 阅读全文

posted @ 2019-06-18 15:39 ExplorerMan 阅读(2330) 评论(0) 推荐(0)

聊聊redis的监控工具

摘要: 序 本文主要研究一下redis的监控工具 redis-stat redis-stat是一个比较有名的redis指标可视化的监控工具,采用ruby开发,基于redis的info命令来统计,不影响redis性能。 docker运行 docker run --name redis-stat -p 8080 阅读全文

posted @ 2019-06-18 15:21 ExplorerMan 阅读(612) 评论(1) 推荐(0)

上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 234 下一页

导航