码迷,mamicode.com
首页 >  
搜索关键字:processes    ( 1265个结果
SQL Profiler
今天有朋友让我帮看下其SQL Server Profiler的结果,如下图,通过观测其个性能参数发现SQL Server没有大的负荷;但是仍告诉我系统32G系统的服务器运行速度还是非常的慢,最后告诉她检查下系统的processes and the status of locks, and found ...
分类:数据库   时间:2016-06-30 21:22:32    阅读次数:218
nginx配置
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; event ...
分类:其他好文   时间:2016-06-30 20:00:44    阅读次数:153
salesforce 零基础学习(三十六)通过Process Builder以及Apex代码实现锁定记录( Lock Record)
上一篇内容是通过Process Builder和Approval Processes实现锁定记录的功能,有的时候,往往锁定一条记录需要很多的限制条件,如果通过Approval Processes的条件判断写起来可能很麻烦,有些逻辑通过Apex写起来很容易,此篇内容为通过Process Builder ...
分类:其他好文   时间:2016-06-30 11:01:00    阅读次数:755
使用nice命令调整进程优先级
Adjusting Process Priority with nice When Linux processes are started, they are started with a specific priority. By default, all regular processes ar ...
分类:系统相关   时间:2016-06-28 16:58:35    阅读次数:257
nginx 的中文配置详细解释
文章转自:http://www.ha97.com/5194.html 更详细的模块参数请参考:http://wiki.nginx.org/Main #定义Nginx运行的用户和用户组 user www www; #nginx进程数,建议设置为等于CPU总核心数。 worker_processes 8 ...
分类:其他好文   时间:2016-06-28 15:47:35    阅读次数:203
zabbix监控界出现“Zabbix poller processes more than 75% busy ”报警
线上部署的zabbix监控环境运行一段时间后,突然出现了报警“Zabbix poller processes more than 75% busy“ 其实,Zabbix的监控警报有很多种,比较常见的几个莫过于内存耗尽,网络不通,IO太慢还有这个“Zabbix poller processes mor ...
分类:其他好文   时间:2016-06-27 19:26:44    阅读次数:1170
初识Apache Kafka+JAVA程序实例
本文是从英文的官网摘了翻译的,用作自己的整理和记录。水平有限,欢迎指正。版本是: kafka_2.10-0.10.0.0   一、基础概念 主题:Kafka maintains feeds of messages in categories called topics.    生产者:We’ll call processes that publish messages to a Kafka to...
分类:编程语言   时间:2016-06-27 10:41:58    阅读次数:332
Java Multithreading
ref: http://www.studytonight.com/java/multithreading-in-java Multithreading A program can be divided into a number of small processes. Each small proc ...
分类:编程语言   时间:2016-06-27 01:32:40    阅读次数:228
1301 - Monitoring Processes
1301 - Monitoring Processes PDF (English) Statistics Forum Time Limit: 3 second(s) Memory Limit: 32 MB We have planned to design a new operating syste ...
分类:其他好文   时间:2016-06-26 16:47:42    阅读次数:171
ORA-12516 TNS监听程序找不到符合协议堆栈要求的可用处理程序
服务器上某个数据库出现' ORA-12516: TNS: 监听程序找不到符合协议堆栈要求的可用处理程'错误,要解决该问题首先查看一下数据库现有的进程数,是否已经达到参数processes的大小。 使用system帐户登录 a.select count(*) from v$process; 取得数据库 ...
分类:其他好文   时间:2016-06-25 12:09:10    阅读次数:382
1265条   上一页 1 ... 80 81 82 83 84 ... 127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!