摘要:1.安装net-snmp # yum install -y net-snmp 2.配置文件 /etc/snmp/snmpd.conf 添加如下内容 view systemview included .1 #添加一个采集项.1,意味着可以采集到所有mib tree的信息 view systemview
阅读全文
|
12 2019 档案
摘要:1.安装net-snmp # yum install -y net-snmp 2.配置文件 /etc/snmp/snmpd.conf 添加如下内容 view systemview included .1 #添加一个采集项.1,意味着可以采集到所有mib tree的信息 view systemview
阅读全文
摘要:ORACLE查询表的DML最后时间和操作记录条数 其中 代表当前用户的。 代表的是有dba可以看到的相关表。
阅读全文
摘要:XFS WIKI介绍 XFS is a high-performance 64-bit journaling file system created by Silicon Graphics, Inc (SGI) in 1993.[6] It was the default file system i
阅读全文
摘要:文献参考:https://www.postgresql.org/docs/12/tutorial.html 这个文档,基本对 的使用有一个感性认识。 [TOC] 数据库 创建数据库 进入数据库 查看版本 查看当前时间日期 简单的select 获得帮助命令 退出psql客户端 创建表 weather和
阅读全文
摘要:这篇文档,只是为了初次体验一下PostgreSQL 12。对于 PG有一个感观上面的认识。 1.创建postgres用户 groupadd postgres useradd -g postgres postgres 2.查看操作系统版本 [root@db ~]# cat /etc/issue.bak
阅读全文
|