码迷,mamicode.com
首页 >  
搜索关键字:performance    ( 1780个结果
集群、分布式、负载均衡区别与联系
1、Linux集群主要分成三大类( 高可用集群, 负载均衡集群,科学计算集群) 1、Linux集群主要分成三大类( 高可用集群, 负载均衡集群,科学计算集群) 集群是一个统称,他分为好几种,如高性能科学群集、负载均衡群集、高可用性群集等。 科学群集 、高性能集群(High performance c ...
分类:其他好文   时间:2019-09-23 09:35:17    阅读次数:80
MySQL 自带的4个系统数据库的说明
自带的4个系统数据库:information_schema、mysql、performance_schema、sys; information_schema:这个数据库保存了mysql服务器所有数据库的信息。比如数据库的名、数据库的表、访问权限、数据库表的数据类型,数据库索引的信息等等。 perfo ...
分类:数据库   时间:2019-09-20 19:06:43    阅读次数:141
jmeter术语
1.负载:模拟业务请求操作对服务器造成压力的过程 2.性能测试(performance testing):模拟用户负载来测试系统在负载情况下,系统的响应时间、吞吐量等指标是否满足性能要求 3.负载测试(load testing):在一定软硬件环境下,通过不断加载负载来确定在满足性能指标的情况下能够承 ...
分类:其他好文   时间:2019-09-19 21:55:56    阅读次数:95
网络IO
大并发服务器框架 大并发服务器设计目标 1. 高性能(High Performance). 要求编写出来的服务器能够最大限度发挥机器性能, 使得机器在满负荷的情况下能够处理尽可能多的并发请求, 对于大量并发请求能够及时快速做出响应 2. 高可用(High Availability). 要求服务器7\ ...
分类:其他好文   时间:2019-09-19 10:47:08    阅读次数:128
综述:A Performance Evaluation of Local Descriptors
翻译 本地描述符的性能评估:综述 摘要 - ...
分类:其他好文   时间:2019-09-11 23:52:08    阅读次数:106
Linux使用shell脚本监控
(1)性能监控脚本 performance.sh (2) 进程监控脚本 process.sh (3) 流量监控脚本 network.sh (4) 流量分析统计脚本 tongji.sh ...
分类:系统相关   时间:2019-09-11 22:11:39    阅读次数:130
The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:
The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Pro ...
分类:编程语言   时间:2019-09-10 14:48:52    阅读次数:113
oracle 11g&12c系统巡检
--脚本用法 sh performance_check.sh --脚本生成 vi performance_check.sh --添加如下 Ip=``sqlplus -S "/ as sysdba" << EOF -- | |-- | Copyright (c) 1991-2013 oracle. A ...
分类:数据库   时间:2019-09-07 01:20:13    阅读次数:144
[SQL SERVER][Performance]小心使用With NoLock
[SQL SERVER][Performance]小心使用With NoLock 在论坛上看到一则关于With NoLock发问,我不确定发问者是否常态使用NoLock, 但以前经验告诉我要谨慎使用NoLock,以下就让我娓娓道来.. 2003年微软有... ...
分类:数据库   时间:2019-09-02 13:32:25    阅读次数:80
Leetcode-5174 Diet Plan Performance(健身计划评估)
1 #define _for(i,a,b) for(int i = (a);i < b;i ++) 2 #define _rep(i,a,b) for(int i = (a);i > b;i --) 3 4 class Solution 5 { 6 public: 7 int dietPlanPer... ...
分类:其他好文   时间:2019-09-01 15:05:54    阅读次数:179
1780条   上一页 1 ... 18 19 20 21 22 ... 178 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!