zoukankan      html  css  js  c++  java
  • memory test

    memory test using sysbench

    Purpose

           Do memory performance test base on sysbench

     

    Eevironment

           RK3328 arm64 ubuntu 16.04

     

    Procdeure

     

    root@IOTP-EPC:/test/sysbench# sysbench --memory-total-size=1G  --test=memory --debug  run

    sysbench 0.4.12:  multi-threaded system evaluation benchmark

    Running the test with following options:

    Number of threads: 1

    Debug mode enabled.

    Doing memory operations speed test

    Memory block size: 1K

    Memory transfer size: 1024M

    Memory operations type: write

    Memory scope type: global

    Threads started!

    DEBUG: Runner thread started (0)!

    Done.

    Operations performed: 1048576 (560166.46 ops/sec)

    1024.00 MB transferred (547.04 MB/sec)

    Test execution summary:

        total time:                          1.8719s

        total number of events:              1048576

        total time taken by event execution: 1.4649

        per-request statistics:

             min:                                  0.00ms

             avg:                                  0.00ms

             max:                                  0.18ms

             approx.  95 percentile:               0.00ms

    Threads fairness:

        events (avg/stddev):           1048576.0000/0.00

        execution time (avg/stddev):   1.4649/0.00

    DEBUG: Verbose per-thread statistics:

    DEBUG:     thread #  0: min: 0.0000s  avg: 0.0000s  max: 0.0002s  events: 1048576

    DEBUG:                  total time taken by even execution: 1.4649s

  • 相关阅读:
    jQuery技巧大放送【转】
    Javascript 面向对象编程初探(一)--- 封装
    c#.net 获取时间日期年月日时分秒格式
    无刷新分页 jquery.pagination.js
    在一般处理文件中访问Session需要添加IRequiresSessionState(转载)
    不是第一次的第一篇
    Loadrunner代理录制设置
    jmeter接口自动化集成
    常用功能-添加、修改功能测试点
    常用功能-查询功能测试点
  • 原文地址:https://www.cnblogs.com/lianghong881018/p/10749591.html
Copyright © 2011-2022 走看看