From 79002fe1af355ea750a0c41a77f411b9649f6e9c Mon Sep 17 00:00:00 2001 From: Daniel Hill Date: Fri, 11 Aug 2023 10:35:42 -0700 Subject: [PATCH] moving acknowledgements and making metrics more dense (#49) * update html report * improve VM filtering * move acknowledgements and compress metric table --- README.md | 6 ++++-- src/base.html | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 45ceb49..cb7955b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [Quick Start](#quick-start-requires-perf-installed) | [Output](#output) | [Deploy in Kubernetes](#deploy-in-kubernetes) | [Requirements](#requirements) | [Build from source](#build-from-source) -PerfSpect is a system performance characterization tool built on top of linux perf. Most metrics and events come from [perfmon](https://github.com/intel/perfmon) and [TMA v4.5](https://www.intel.com/content/www/us/en/docs/vtune-profiler/cookbook/2023-1/top-down-microarchitecture-analysis-method.html). It contains two parts: +PerfSpect is a system performance characterization tool built on top of linux perf. It contains two parts: perf-collect: Collects hardware events at a 5 second output interval with practically zero overhead since PMU's run in counting mode. @@ -90,4 +90,6 @@ Requires recent python. On successful build, binaries will be created in `dist` ``` pip3 install -r requirements.txt make -``` \ No newline at end of file +``` + +_Note: Most metrics and events come from [perfmon](https://github.com/intel/perfmon) and [TMA v4.5](https://www.intel.com/content/www/us/en/docs/vtune-profiler/cookbook/2023-1/top-down-microarchitecture-analysis-method.html)_ diff --git a/src/base.html b/src/base.html index 6aef720..4cd9980 100644 --- a/src/base.html +++ b/src/base.html @@ -769,7 +769,7 @@ TMA metrics are a hierarchy where each sub-metric contains more periods "..." to designate its depth in the tree - +
Value @@ -827,4 +827,4 @@ - \ No newline at end of file +