www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 267 268 269 270 271 272 273 274 275 ··· 290 下一页

2014年1月13日

摘要: 1.C常用函数分为如下几大类!! 1,字符测试函数. 2,字符串操作 3,内存管理函数 4,日期与时间函数 5,数学函数 6,文件操作函数 7,进程管理函数 8,文件权限控制 9,信号处理 10,接口处理函数 11,环境变量函数 12,终端控制函数【注】,曾经It界名人评C---C是一门陷阱重重的语言,因何却获得了如此的尊崇和地位,.........?且不管它陷阱如何重重,先让我们来从C函数中体会它的强大魅力,陷阱不是不可以避免的的,就看用者是否是有心人---by 瑞哥是这么认为的,相信你也会赞成!!!!!!!我在此跳着看!!先来熟悉下比较重要的 C 内存管理相关函数1... 阅读全文
posted @ 2014-01-13 14:25 秦瑞It行程实录 阅读(334) 评论(0) 推荐(0) 编辑

2014年1月12日

摘要: uptime top htop mpstat iostat vmstat dstat netstat strace iotop pidstat ps lsof 阅读全文
posted @ 2014-01-12 22:52 秦瑞It行程实录 阅读(184) 评论(0) 推荐(0) 编辑

摘要: 1.strtok();字符串分片函数2.strstr():字符串查找函数3.strspn()4.strrchr()5.strpbrk().未完待续!!!!! 阅读全文
posted @ 2014-01-12 21:20 秦瑞It行程实录 阅读(242) 评论(0) 推荐(0) 编辑

2014年1月11日

摘要: ipmitool 命令收集 ipmitool 命令收集from:http://blog.chinaunix.net/u2/70049/showart_1850139.htmlIPMI远程管理实验 on DELL PE2950 ipmi的介绍此处省略... ipmi能够不依赖服务器的CPU,内存,存储,电源等独立工作... 阅读全文
posted @ 2014-01-11 18:13 秦瑞It行程实录 阅读(721) 评论(0) 推荐(0) 编辑

2014年1月10日

摘要: MySQL server has gone away 阅读全文
posted @ 2014-01-10 11:44 秦瑞It行程实录 阅读(259) 评论(0) 推荐(0) 编辑

摘要: hp的SIM,dell 的omsa可以对这两家的服务器硬件做监控,但是由于他的软件包之大,安装后还要在服务器上启动几个进程,另外好多公司服务器是什么品牌都有。还有一些其它的服务器,根本就没有监控软件。这就比较头痛了!一般服务器都有ipmi,带外管理地址可以配置报警。这些报警包括CPU MEM 电源等。像这种比较重要,又容易坏的东西,还是通过专门的监控软件来监控吧,对于有raid的服务器可以通过各种raid卡监控工具来做,对于没有raid的服务器可以用smartctrl来监控。下面说一下各类raid卡的监控。raid卡类型 监控工具megaraid megarc.binmegaraidsas M 阅读全文
posted @ 2014-01-10 10:29 秦瑞It行程实录 阅读(1206) 评论(0) 推荐(0) 编辑

2014年1月7日

摘要: General setup --->[ ] Prompt for development and/or incomplete code/drivers // 非对称读写锁系统 是一种高性能的kernel锁机制,适用于读多写少环境RCU Implementation (Tree-based hierarchical RCU) ---> Kernel .config support(18) Kernel log buffer size (16 => 64KB, 17 => 128KB)[ ] Control Group support --->user space r 阅读全文
posted @ 2014-01-07 16:25 秦瑞It行程实录 阅读(738) 评论(0) 推荐(0) 编辑

摘要: http://linux.die.net/man/7/iphttp://www.neuma.com/ cm+企业开发生命周期管理http://book.2cto.com/201307/27394.htmlhttp://www.centos.bz/2012/04/linux-sysctl-conf/http://blog.csdn.net/leshami/article/details/8766256http://blog.chinaunix.net/uid-29081804-id-3830203.htmlhttp://www.ha97.com/4396.htmlhttp://book.51ct 阅读全文
posted @ 2014-01-07 16:03 秦瑞It行程实录 阅读(243) 评论(0) 推荐(0) 编辑

摘要: 测试Mellanox卡硬件性能程序 1 //本文件是服务器的代码 2 #include // for sockaddr_in 3 #include // for socket 4 #include // for socket 5 #include // for printf 6 #include // for exit 7 #include // for bzero 8 /* 9 #include 10 #include 11 #include 12 #include 13 */ 14 #defi... 阅读全文
posted @ 2014-01-07 13:42 秦瑞It行程实录 阅读(1229) 评论(0) 推荐(0) 编辑

摘要: Mellanox InfiniBand卡线缆性能延迟性测试程序源码,C源码实现操作mysql库,实现简单的增删改查,代码当前用的是增插入20000条数据具体见源码 1 #include 2 #include 3 #include 4 //gcc $0 -L /usr/lib64/mysql/ -lmysqlclient -o outputname 5 //Mellanox InfiniBand Card Perforce test,By yodoo ruiy 6 // 7 8 void insert() { 9 MYSQL *conn;10 MYSQL_RES *res;1... 阅读全文
posted @ 2014-01-07 13:36 秦瑞It行程实录 阅读(467) 评论(0) 推荐(0) 编辑

上一页 1 ··· 267 268 269 270 271 272 273 274 275 ··· 290 下一页
www.cnblogs.com/ruiyqinrui