惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Secure Thoughts
P
Proofpoint News Feed
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Project Zero
Project Zero
Cyberwarzone
Cyberwarzone
K
Kaspersky official blog
AWS News Blog
AWS News Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News | PayPal Newsroom
S
Schneier on Security
O
OpenAI News
S
Security @ Cisco Blogs
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
月光博客
月光博客
GbyAI
GbyAI
T
Tenable Blog
B
Blog
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
T
Troy Hunt's Blog
量子位
S
Security Affairs
Security Archives - TechRepublic
Security Archives - TechRepublic
The Cloudflare Blog
W
WeLiveSecurity
U
Unit 42
Application and Cybersecurity Blog
Application and Cybersecurity Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
The GitHub Blog
The GitHub Blog
Cloudbric
Cloudbric
A
About on SuperTechFans
Hacker News - Newest:
Hacker News - Newest: "LLM"
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Google DeepMind News
Google DeepMind News
博客园_首页
I
Intezer
P
Proofpoint News Feed
N
News and Events Feed by Topic
SecWiki News
SecWiki News
Microsoft Security Blog
Microsoft Security Blog
TaoSecurity Blog
TaoSecurity Blog
博客园 - 三生石上(FineUI控件)
NISL@THU
NISL@THU
Latest news
Latest news
H
Help Net Security
G
Google Developers Blog
博客园 - Franky
T
The Exploit Database - CXSecurity.com
Cisco Talos Blog
Cisco Talos Blog
Know Your Adversary
Know Your Adversary

博客园 - 风哥数据库教程

AI重构数据库运维赛道:传统DBA的职业困境与AI-DBA的高薪进阶未来 拥抱AI运维变革:AI-DBA自动化运维MySQL DBA AI时代-传统DBA与自动化DBA的差距与未来(AI-DBA自动化运维之MySQL DBA系列) AI时代下-DBA数据库工程师的未来发展方向在哪里? Oracle26ai RAC+DG生产项目实战系列 AI自动化运维开发快速入门 信创.国产数据库工程师培训专题3.0(共10种数据库) 国产数据库之华为高斯GaussDB数据库培训(openGauss、TPOPS、DWS) 华为高斯GaussDB(DWS)数据库培训(PB级超大规模分布式数据仓库平台) 原创 华为高斯GaussDB数据库培训(基于云数据库GaussDB企业版管理平台TPOPS) GoldenDB数据库工程师培训(中兴GoldenDB金融级/运营商级分布式数据库) 原创 发现一个非常全面学习数据库的计划表 数据库交付工程师系列(高级DBA培训.Part05)涉及国产数据库培训与迁移 原创 【DBA Part01】国产Linux上安装Oracle进行数据迁移 【DBA Part03】国产Linux上Oracle RAC安装-升级-ADG-迁移 风哥容器云平台架构师专题3.0(Docker+Kubernetes/K8s+KubeSphere) MySQL DBA项目实战系列培训课程【MySQL 8.4最新版】 数据库工程师项目专业能力提升(数据库从业必备) Oracle+RAC静默安装系列(基于RHEL9/国产/麒麟/华为欧拉的生产案例) Oracle EMCC数据库集中管理平台安装配置与使用 PostgreSQL性能分析与优化调整 PostgreSQL性能优化之分区表
PostgreSQL运维诊断与监控分析
风哥数据库教程 · 2024-01-21 · via 博客园 - 风哥数据库教程

本课程由风哥发布的基于PostgreSQL数据库的系列课程,本课程属于PostgreSQL Diagnosis and monitoring analysis,学完本课程可以掌握PostgreSQL日常运维检查-风哥PGSQL工具箱,风哥专用PGSQL工具箱介绍,风哥专用PGSQL工具箱使用,PostgreSQL运维实时分析与监控,PostgreSQL数据库自动化任务管理,操作系统定时任务crontab ,PostgreSQL管理工具pgAgent,PostgreSQL定时任务插件pg_cron,PostgreSQL日常巡检-FGPGAutoCollect,PostgreSQL数据库集中监控系统 等技术内容,适合运维人员/数据库/开发人员,可以用于业务生产环境。

51CTO学堂风哥Oracle/MySQL/PG数据库学习专用QQ群:454129134、925203979

学习地址:  https://edu.51cto.com/course/34934.html

风哥PG:PostgreSQL Diagnosis and monitoring analysis

1.PostgreSQL日常运维检查-风哥PGSQL工具箱

(*)风哥专用PGSQL工具箱介绍

(*)风哥专用PGSQL工具箱使用

2.PostgreSQL运维实时分析与监控

3.PostgreSQL数据库自动化任务管理

(*)操作系统定时任务crontab 

(*)PostgreSQL管理工具pgAgent

(*)PostgreSQL定时任务插件pg_cron

4.PostgreSQL日常巡检-FGPGAutoCollect

5.PostgreSQL数据库集中监控系统 

风哥FGPGSQLTools日常维护与检查分析

一箱在手,PG无忧

风哥专用的SQL工具箱,fgedu wx:  itpux_com,满足日常运维使用,30多组SQL共100多个检查命令。

脚本功能说明:

--fg01.get_all_psqlcmd

说明:get all psql list cmd

--fg02.get_database_status

查询数据库相关状态

--fg03.get_user_object

查询用户对象信息

--fg04.get_table

查询表信息

--fg05.get_toast_table

查询toast表

--fg06.get_partition_table

查询分区表

--fg07.get_index_info

查询索引信息

--fg08