2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

9 Commits

Author SHA1 Message Date
Bin Xu
a33cd3b15e xcatperftest enhance to support random noderange on existing cluster (#5759)
* 1, enhance xcatperftest to support run testing on different number of nodes without changing DB
2, give a default DB command lists

* 1, Using environment to customize TIMEOUT
2, Refine the screen output to ignore the node name lists
3, For run in existing cluster, finally run a full node range test.
2018-11-02 16:22:14 +08:00
bxuxa
185b0e3579 Two changes on xcatperftest
- add timeout when executing the test commands
- add `lsdef -w` and `chdef -p` into default commands list
2018-09-21 18:02:46 +08:00
GONG Jie
742a7dbead Remove trailing spaces in file xCAT-test/bin/xcatperftest 2017-12-31 23:59:59 +00:00
Bin Xu
eba3e1f1f1 * Minor enhance on xcatperftest to put all logs into one file
* Fix a bug in simulatorctl.sh, and it cause the script cannot be found
2017-11-17 14:44:34 +08:00
Bin Xu
425912dc3d Using docker container, and also openbmc simulators to test performance base line 2017-11-14 22:34:30 +08:00
Bin Xu
0133577acf Fix #4194, enhancement on xcatperftest (#4195)
1, add a new mode to run on existing environment
  2, adjust the output line format
  3, make the way to run mkdef be compatible with old release
  4, add PERF_CSV_CHAR variable to control the delimiter used in CSV report
2017-10-30 02:08:34 -05:00
Bin Xu
ecd05c6de4 Using statefule image only now. 2017-05-26 17:51:28 +08:00
Bin Xu
213e7e05de create framework for executing and saving performance testcase data (#2500)
- refine the xcatperftest tool to make it be easily integrated into xcattest
- add testcase/performance/.. to trigger the performance testcase
- fix manpage missing issue for xcatperftest
2017-05-18 17:16:58 +08:00
Bin Xu
8b8a82627b The tool to get xCAT node range operation performance baseline (#2681) (#2916)
* Feature #2681, to add a script in xCAT-test to get the performance baseline for node range operation.

* adopt review comments in PR#2916:
  1, add the rst file for xcatperftest (#2681)
  2, using /bin/bash as script executor
  3, FILES in manpage should not be in the same line
  4, minor adjustment if PERF_NOCREATE/PERF_DRYRUN is set
2017-05-09 04:49:15 -05:00