On Wed, Nov 25, 2020 at 08:17:34PM +0800, Zhang Yu wrote:
Add a document for introducing the category field
Signed-off-by: Zhang Yu 2134782174@qq.com
doc/job/category.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/job/category.md
diff --git a/doc/job/category.md b/doc/job/category.md new file mode 100644 index 0000000..9842f58 --- /dev/null +++ b/doc/job/category.md @@ -0,0 +1,21 @@ +# category
+Meaning: +- Every test has its category, the category field is a test type of test cases. +- When you write a job yaml, you can chose one of benchmark, functional, noise-benchmark
- to assign the value of category.
+- Here are the difference of difference category:
- If category: benchmark, default monitors:
- kmsg: print the kernel startup information
- boot-time:
- uptime: start time diafnosis item
- iostat: print the time when the data is collected
- heartbeat: provide the heartbeat monitors service
- ...
other monitors you can see them in $LKP_SRC/include/category/benchmark
^Be aligned with ...
Thanks, Yale
- If category: functional, default monitors:
- kmsg: print the kernel startup information
- heartbeat: provide the heartbeat monitors service
- meminfo: solid memory usage status or vm usage status
- ...
you can see the monitors in $LKP_SRC/include/category/functional
-- 2.23.0