摘要:
deb http://mirrors.aliyun.com/debian wheezy main contrib non-freedeb-src http://mirrors.aliyun.com/debian wheezy main contrib non-freedeb http://mirro 阅读全文
摘要:
pip install virtualenv virtualenv --version virtualenv my_name virtualenv -p /usr/bin/python3 virtualenv_name source virtualenv_name/bin/activate pip 阅读全文
摘要:
CREATE RESOURCE UNIT unit1 MAX_CPU 1, MAX_MEMORY '1G', MAX_IOPS 128,MAX_DISK_SIZE '10G', MAX_SESSION_NUM 64, MIN_CPU=1, MIN_MEMORY='1G', MIN_IOPS=128; 阅读全文
摘要:
sudo rpm -ivh obproxy-3.2.0-1.el7.x86_64.rpm sudo rpm -ivh libobclient-2.0.0-2.el7.x86_64.rpmsudo rpm -ivh obclient-2.0.0-2.el7.x86_64.rpm cd /home/ad 阅读全文
摘要:
checkpoint [seconds] DBCC DROPCLEANBUFFERS #TABLES WITHOUT PRIMARY KEY USE incrLifeproNew; SELECT SCHEMA_NAME(schema_id) AS [Schema], name AS [Table] 阅读全文
摘要:
events select date_format(from_unixtime(clock),'%Y-%m-%d')time,name,count(*) from events where name like '%frequent%' and value=0 group by date_format 阅读全文
摘要:
vim /etc/odbcinst.ini 创建监控账号 use master EXEC sp_addlogin 'zbx_monitor', 'Pas5W@0rd', 'master' USE [master] GO GRANT VIEW ANY DATABASE TO [zbx_monitor] 阅读全文
摘要:
Top 50 CPU Consuming Queries in SQL Server Select st.[text] AS [Query Text], wt.last_execution_time AS [Last Execution Time], wt.execution_count AS [E 阅读全文
摘要:
https://www.zabbix.com/integrations/nginx#3rd_party https://nginx.org/en/docs/http/ngx_http_stub_status_module.html 阅读全文
摘要:
https://www.windows-commandline.com/windows-for-loop-examples/ https://www.windows-commandline.com/cmd-commands/ https://ss64.com/nt/for.html for /F % 阅读全文