Chinaunix首页 | 论坛 | 博客
  • 博客访问: 538992
  • 博文数量: 102
  • 博客积分: 950
  • 博客等级: 准尉
  • 技术积分: 1094
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-28 16:07
文章分类

全部博文(102)

文章存档

2020年(2)

2016年(5)

2015年(15)

2014年(25)

2013年(18)

2012年(19)

2011年(18)

我的朋友

发布时间:2013-06-07 18:49:42

#clustat#ccs_test connect#ccs_tool lsnode#ccs_tool lsfence#cman_tool services......【阅读全文】

阅读(899) | 评论(0) | 转发(0)

发布时间:2013-06-07 16:10:30

sar -q -f /var/log/sa/sa06查看创建的进程数sar -c -f /var/log/sa/sa06sar -n DEV......【阅读全文】

阅读(1028) | 评论(0) | 转发(0)

发布时间:2013-06-05 15:25:00

 /usr/local/rabbitmq/sbin/rabbitmqctl list_queues -p iwm /usr/local/rabbitmq/sbin/rabbitmqctl list_queues -p iwm /usr/local/rabbitmq/sbin/rabbitmqctl list_queues -p iwm服务器端配置/usr/local/rabbitmq/sbin/rabbitmqctl status查看状态/usr/local/rabbitmq/sbin/rabbitmqctl status查看.........【阅读全文】

阅读(661) | 评论(0) | 转发(0)

发布时间:2013-05-24 17:29:58

#### create myself pid filemy $pid = $$;my $myname=$0;print "myname: $myname\n";my $pidFile = "/export/web/tmp/handle_report.pid";#### check other myself,if exists then exit else write myself pid to pidfileif ( -s "$pidFile") {    open PIDF, $pidFile || die "Can't open fil.........【阅读全文】

阅读(611) | 评论(0) | 转发(0)

发布时间:2013-05-22 16:36:10

大家都是使用的 localtime 来取得当地日期时间和日期。这个函数如果在标量环境时,会以字符串的形式来传回目前的时间和日期 。默认的 localtime 的函数是以 1970 到今天的秒来做整数计算的。默认这个程序会调用 time 的函数来给它提供一个值。使用方法:例如,print scalar (localtime)这个代码,它输出的结果将.........【阅读全文】

阅读(684) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

flb_20012010-09-25 07:52

回复  |  举报
留言热议
请登录后留言。

登录 注册