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. ";
  • 相关阅读:
    1050. String Subtraction
    1041. Be Unique
    1033. 旧键盘打字
    1029. 旧键盘
    1080. Graduate Admission
    1083. List Grades
    1075. PAT Judge
    sed指令进阶操作
    Mysql最大连接数
    javascript自写工具方法
  • 原文地址:https://www.cnblogs.com/idyllcheung/p/11021792.html
Copyright © 2011-2022 走看看