-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
33 lines (32 loc) · 1.62 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Copyright (C) 2022 David Valin dvalin@redhat.com
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
This directory contains a series of scripts that are used by the test warappers (*-wrappers) in https://github.com/redhat-performance.
They all have a --usage option
convert_csv_to_txt: Converts a csv file to a plain text file
create_filesystem: creates the designated filesystem type on the designated devices
execute_via_pbench: Runs a program via the pbench wrappers
general_setup: Wrappers source this file to process the common options.
grab_disks: List the disks on the system that are not in use.
lvm_create: Creates an lvm
lvm_delete: Deletes an lvm
pbench_copy_data: Takes the results from a pbench user run and saves the data. By default we move the data.
pull_data: Process the csv data for the tests.
set_pbench_variables
umount_filesystems: unmounts a series of filesystems.
detect_os: Determines the currently running OS
detect_numa: Allows fetching NUMA information on a system