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. ";
  • 相关阅读:
    区间dp体会
    P1083借教室 noip提高组复赛2012
    P2678跳石头体会 noip2015提高组
    tarjan求LCA的体会
    P1006 传纸条
    P1140 相似基因 详解
    UVA1025 城市里的间谍 A Spy in the Metro 题解
    DAG上的动规嵌套矩形问题(含思考题)
    洛谷P1030c++递归求解先序排列
    Test 2019.7.22
  • 原文地址:https://www.cnblogs.com/idyllcheung/p/11021792.html
Copyright © 2011-2022 走看看