表示 进入内容 6170119
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: awk (reset)
导数据2

[root@mysql1 tmp]# cat test.sh#!/bin/bashfor fileName in `ls /tmp/fastweb/`do   echo `/bin/date` ${fileName}--start------------   ttl=`head -1 /tmp/f...

【mysql】  【BY】  【test】  【cto】  【Blog】  【sed】  【awk】  【Bash】   …

[获取更多]
导数据

#!/bin/bash    for fileName in `ls /tmp/fastweb/`    do       echo `/bin/date` ${fileName}--start------------       `sed '1,13d' /tmp/fastweb/${fileN...

【mysql】  【BY】  【test】  【cto】  【Blog】  【sed】  【awk】   …

[获取更多]
Linux下查看用户列表

查看组信息:[root@localhost soft]# cat /etc/group

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 ...

【linux】  【mysql】  【postfix】  【Group】  【awk】   点击查看原文>

mysql某些值统计

mysql主从状态检测: echo "show slave status\G;"|mysql -uroot -pyanghui|grep Running|awk -F: '{print $2}'|wc -c MySQL运行状态检测: echo "show processlist\G;"|mysql...

【mysql】  【cto】  【Blog】  【sed】  【awk】   点击查看原文>

lamp一键安装脚本

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ...

【php】  【mysql】  【Apache】  【配置】  【脚本】  【index】  【prefix】  【Security】   …

[获取更多]
杀掉查询的死锁的mysql的链接

杀掉查询的死锁的mysql的链接: 检查过程: mysqladmin -uroot -p'Zykj#558996' -S /tmp/mysql5.6.sock processlist|awk -F "|" '{print $2,$3,$6,$8}' Id User Command State 54...

【mysql】  【lock】  【test】  【Blog】  【awk】   点击查看原文>

Shell分析HardSoft-Viewer结果文件并插入数据库

为自动将“一键获取软硬件配置及管理员组”抓取的资料插入数据库进行管理,现在使用Shell进行处理并插入数据库。以下为扫描结果示例,需要将一下数据插入到MySQL数据库 System Information:        Computer Name = C0300022B068       OS       Type = Windows 8.

【mysql】  【windows】  【数据库】  【shell】  【visual】   …

[获取更多]
viewer.sh 20150320

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 5...

【mysql】  【DB】  【lock】  【file】  【sed】  【awk】   点击查看原文>

监控mysql主从同步状态是否异常,如果异常,则发生短信或邮寄给管理员

阶段1:开发一个守护进程脚本每30秒实现检测一次。 阶段2:如果同步出现如下错误号(1158,1159,1008,1007,1062),请跳过错误 阶段3:请使用数组技术实现上述脚本(获取主从判断及错误号部分)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

...

【监控】  【mysql】  【LOG】  【同步】  【脚本】  【awk】   …

[获取更多]
shell编程脚本练习题

1.使用for循环在/oldboy目录下通过随机小写10个字母加固定字符串oldboy批量创建10个html文件,名称例如为:

[root@oldboy oldboy]# sh /server/scripts/oldboy.

【mysql】  【LOG】  【shell】  【path】  【Server】  【脚本】  【static】   …

[获取更多]
表示 进入内容 6170119
« 先前的 10 新的记录 | 下一步 10 较早的记录 »