博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
zabbix 查询剩余内存一直大于2G的主机
阅读量:7080 次
发布时间:2019-06-28

本文共 513 字,大约阅读时间需要 1 分钟。

select host,name from hosts where hostid in (select hostid from items where itemid in (select itemid from trends_uint where itemid in (select itemid from items where name="Available memory") group by itemid having min(value_min)>2000000000));

出现10次以上,最大内存不足500MB的主机

select name from hosts where hostid in (select hostid from items where itemid in (select itemid from trends_uint where itemid in (select itemid from items where name="Available memory") and value_max<500000000 group by itemid having count(*)>10));

转载地址:http://qvvml.baihongyu.com/

你可能感兴趣的文章
第 93 章 JVM
查看>>
微信或将于12月开放H5游戏入口
查看>>
如何处理 android 方法总数超过 65536 . the number of method references in a .dex file exceed 64k...
查看>>
[常微分方程]Lecture 1: ODE的几何解法:方向场、积分曲线
查看>>
[翻译]LSP程序的分类
查看>>
【工作】蚂蚁金服招DBA
查看>>
Nim教程【十】
查看>>
oracle for linux安装报错 file /home/oracle/.Xauthority does not exist
查看>>
SAP MM 顾问在实施项目工作中的苦逼和优势
查看>>
用SoapUI进行Webservice的性能压力测试
查看>>
SAP传输系统TMS的配置和实例
查看>>
IT依然重要 CIO转型至关重要
查看>>
[20160407]光标共享TOP_LEVEL_RPI_CURSOR
查看>>
Thinkphp入门三—框架模板、变量(47)
查看>>
深入理解C指针之六:指针和结构体
查看>>
git branch(转)
查看>>
MaxCompute 2.0 The Evolution of NewSQL
查看>>
diff详解,读懂diff结果
查看>>
SQL Server同时操作(all-in-once)特性
查看>>
阿里云弹性高性能计算E-HPC强势来袭,全新打造一站式云超算
查看>>