您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. check_mem.sh

  2. Linux下的shell脚本文件check_mem.sh,可用于nagios内存等方面的监控,具体安装方法在我博客中有介绍。
  3. 所属分类:Linux

    • 发布日期:2015-03-24
    • 文件大小:2kb
    • 提供者:u010414666
  1. check_memory.pl

  2. check_memory.pl是监控内存的插件,很好用
  3. 所属分类:Linux

    • 发布日期:2015-05-23
    • 文件大小:9kb
    • 提供者:zxy20140106
  1. debug宏合集dbg.h

  2. debug 宏合集 #ifdef NDEBUG #define debug(M, ...) #else #define debug(M, ...) fprintf(stderr, "DEBUG %s:%d: " M "\n", __FILE__, __LINE__, ##__VA_ARGS__) //牛逼 #endif #define clean_errno() (errno == 0 ? "None" : strerror(errno)) #define log_err(M, ...) fp
  3. 所属分类:Linux

    • 发布日期:2016-10-14
    • 文件大小:1kb
    • 提供者:dearsq