码迷,mamicode.com
首页 >  
搜索关键字:performance monitor    ( 3614个结果
SpringBoot+Prometheus+Grafana实现应用监控和报警
一、背景 SpringBoot的应用监控方案比较多,SpringBoot+Prometheus+Grafana是目前比较常用的方案之一。它们三者之间的关系大概如下图: 关系图 二、开发SpringBoot应用 首先,创建一个SpringBoot项目,pom文件如下: <dependency> <gr ...
分类:编程语言   时间:2020-05-04 19:47:36    阅读次数:141
MySql基础-构建MySql数据库:安装MySql-server、MySql-client
1构建MySQL服务器1.1问题本案例要求熟悉MySQL官方安装包的使用,快速构建一台数据库服务器:安装MySQL-server、MySQl-client软件包修改数据库用户root的密码确认MySQL服务程序运行、root可控1.2方案本课程将使用64位的RHEL7操作系统,MySQL数据库的版本是5.7.17。访问http://dev.mysql.com/downloads/mysql/,找到
分类:数据库   时间:2020-05-02 09:21:28    阅读次数:73
初探Performance API
前段时间在读Vue源码的时候,发现了这样一个API——Window.Performance。当时完全不知道这是什么?在查阅了一些资料后,大致明白了这个API的作用。下面一起来看看什么是Performance。其实光看这个API的名字,我们就能大致猜到这一定是和性能相关的。来看看MDN上关于它的介绍。 ...
分类:Windows程序   时间:2020-05-01 00:55:28    阅读次数:78
【ORACLE】锁定某些表,不收集统计信息
Oracle 11g Performance Tuning Guide 文档中,关于管理优化器统计信息,介绍了通过Locking Statistics for a Table or Schema,可以锁定那些不需要频繁收集统计信息的对象, 当然,如果需要重新收集这些对象的统计信息, 需要先解除锁定。 ...
分类:数据库   时间:2020-04-28 14:50:27    阅读次数:125
mysql 5.7.26 忘记root密码
1、关闭mysql [root@mysql ~]# /etc/init.d/mysqld stopShutting down MySQL.. SUCCESS! 2、修改参数文件/etc/my.cnf [root@mysql ~]# cat /etc/my.cnf[mysqld]user=mysqlb ...
分类:数据库   时间:2020-04-28 00:12:31    阅读次数:128
【转】聊聊监控
https://www.infoq.cn/article/chat-monitoring-part01/ https://www.infoq.cn/article/www.infoq.com/cn/articles/chat-monitoring-part02 https://www.infoq.c ...
分类:其他好文   时间:2020-04-27 22:38:46    阅读次数:60
源码安装Mysql5.7
LinuxMysql务器安装关系型数据库:MySQL、MaraiDB、Oracle、SQLServer、PostgreSQL、DB2MySQL引擎包括:ISAM、MyISAM、InnoDB、Memory、CSV、BlackHole、Archive、Performance_Schema、Berkeley、Federated、Cluster/NDBMysql服务器安装YUM/rpmmysql5.7.1
分类:数据库   时间:2020-04-26 23:53:44    阅读次数:122
YUM安装MySQL5.7
关系型数据库:MySQL、MaraiDB、Oracle、SQLServer、PostgreSQL、DB2MySQL引擎包括:ISAM、MyISAM、InnoDB、Memory、CSV、BlackHole、Archive、Performance_Schema、Berkeley、Federated、Cluster/NDBMysql服务器安装YUM/rpmmysql5.7.16-10yuminstall
分类:数据库   时间:2020-04-26 23:45:44    阅读次数:121
Diagnosing Performance Problems 学习
https://learn.unity.com/tutorial/diagnosing-performance-problems Diagnosing performance problems using the Profiler window Introduction Different prob ...
分类:其他好文   时间:2020-04-25 00:34:38    阅读次数:79
如何高效搜索github开源项目
github开源项目有效查找方式 1、通过名字 in:name monitor stars:>1500 2、通过readme in:readme monitor stars:>1500 3、通过description 通过语言和日期过滤 in:description 监控 language:pyth ...
分类:其他好文   时间:2020-04-24 00:57:16    阅读次数:68
3614条   上一页 1 ... 17 18 19 20 21 ... 362 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!