免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1532 | 回复: 3
打印 上一主题 下一主题

cpan.org中的脚本及疑问 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-06-23 09:23 |只看该作者 |倒序浏览
http://www.cpan.org/authors/id/G ... ipts/check_mysql.pl

如下这些代码是什么格式?没见过这个格式,是什么意思?


=pod

=head1 NAME

check_mysql.pl

=head1 DESCRIPTION

Enforce a timeout for SELECT queries on an MySQL server. Queries that reach the timeout are killed, and a report including the complete query and EXPLAIN output are emailed.

=head1 INSTALLATION

=over 4

=item 1

Create a special MySQL user for this script to use to connect to your database. The user should have a strong password and access control, as it is required that you grant the SUPER and PROCESS privileges to the user so that the script can view processes and kill queries.

=item 2

Edit the configurable items at the top of this script - Set the check frequency and timeout, database connection parameters, and the path to your system's sendmail program.

=back

=head1 USAGE

Simply run the program:

  chmod +x check_mysql.pl
  ./check_mysql.pl

The script will connect to MySQL and begin monitoring for slow queries. For running as a daemon, I suggest using daemontools or similar to start the script and keep it running.

=head1 PREREQUISITES

This script requires C<DBI> and C<DBD::mysql>.

=head1 SCRIPT CATEGORIES

UNIX/System_administration

=cut

论坛徽章:
0
2 [报告]
发表于 2009-06-23 09:29 |只看该作者
都是文档注释

论坛徽章:
0
3 [报告]
发表于 2009-06-23 09:48 |只看该作者
在代码中嵌入文档,PerlCulture PlainOldDoc参考下面链接:
http://www.pgsqldb.org/mwiki/index.php/PerlCulture_PlainOldDoc

论坛徽章:
95
程序设计版块每日发帖之星
日期:2015-09-05 06:20:00程序设计版块每日发帖之星
日期:2015-09-17 06:20:00程序设计版块每日发帖之星
日期:2015-09-18 06:20:002015亚冠之阿尔艾因
日期:2015-09-18 10:35:08月度论坛发贴之星
日期:2015-09-30 22:25:002015亚冠之阿尔沙巴布
日期:2015-10-03 08:57:39程序设计版块每日发帖之星
日期:2015-10-05 06:20:00每日论坛发贴之星
日期:2015-10-05 06:20:002015年亚冠纪念徽章
日期:2015-10-06 10:06:482015亚冠之塔什干棉农
日期:2015-10-19 19:43:35程序设计版块每日发帖之星
日期:2015-10-21 06:20:00每日论坛发贴之星
日期:2015-09-14 06:20:00
4 [报告]
发表于 2009-06-23 09:51 |只看该作者
原帖由 gaochong 于 2009-6-23 09:23 发表
http://www.cpan.org/authors/id/G ... ipts/check_mysql.pl

如下这些代码是什么格式?没见过这个格式,是什么意思?


perldoc perlpod
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP