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. ";
  • 相关阅读:
    Python:如何显示进度条
    Python:常用函数封装
    Javascript:常用函数封装
    Javascript:alert(1)可以这样写以绕过filter
    SQL注入备忘单
    Web渗透:PHP字符编码绕过漏洞总结
    SQLi Lab的视频教程和文字教程
    Python:使用基于事件驱动的SAX解析XML
    Python:渗透测试开源项目【源码值得精读】
    Python:SQLMap源码精读—start函数
  • 原文地址:https://www.cnblogs.com/idyllcheung/p/11021792.html
Copyright © 2011-2022 走看看