zoukankan      html  css  js  c++  java
  • ltp-ddt genload

    under folder toolsgenload
     
    genload.c
     
     
            "`%s' imposes certain types of compute stress on your system "
            "Usage: %s [OPTION [ARG]] ... "
            " -?, --help            show this help statement "
            "     --version         show version statement "
            " -v, --verbose         be verbose "
            " -q, --quiet           be quiet "
            " -n, --dry-run         show what would have been done "
            "     --no-retry        exit rather than retry non-critical errors "
            "     --retry-delay n   wait n us before continuing past error "
            " -t, --timeout n       timeout after n seconds "
            "     --backoff n       wait for factor of n us before starting work "
            " -c, --cpu n           spawn n procs spinning on sqrt() "
            " -i, --io n            spawn n procs spinning on sync() "
            " -m, --vm n            spawn n procs spinning on malloc() "
            "     --vm-chunks c     malloc c chunks (default is 1) "
            "     --vm-bytes b      malloc chunks of b bytes (default is 256MB) "
            "     --vm-hang         hang in a sleep loop after memory allocated "
            " -d, --hdd n           spawn n procs spinning on write() "
            "     --hdd-noclean     do not unlink file to which random data written "
            "     --hdd-files f     write to f files (default is 1) "
            "     --hdd-bytes b     write b bytes (default is 1GB) "
            "Infinity is denoted with 0.  For -m, -d: n=0 means infinite redo, "
            "n<0 means redo abs(n) times. Valid suffixes are m,h,d,y for time; "
            "k,m,g for size. ";
  • 相关阅读:
    Error和Exception的区别
    当try和finally都包含return时的执行顺序
    String,StringBuffer处理字符串的区别
    使用idea对XML的增删改查
    IO流,字节流复制文件,字符流+缓冲复制文件
    MySQL同步故障:" Slave_SQL_Running:No" 主从同步的从表进行了写操作
    常用MQ的对比冷知识
    Redis-避免缓存穿透
    Docker容器与虚拟化技术——部署KVM虚拟化平台
    HTML日记 第三篇 关于图片的冷知识(附带一些浮动的基础知识)
  • 原文地址:https://www.cnblogs.com/idyllcheung/p/11021792.html
Copyright © 2011-2022 走看看