diff --git a/LTTngDataExtensions/pluginManifest.json b/LTTngDataExtensions/pluginManifest.json index 10dbc07..0a34f79 100644 --- a/LTTngDataExtensions/pluginManifest.json +++ b/LTTngDataExtensions/pluginManifest.json @@ -4,8 +4,8 @@ "id": "Microsoft.Performance.Toolkit.Plugins.LTTngDataExtensions", "version": "1.3.0" }, - "displayName": "Linux LTTng", - "description": "LTTng (Kernel CPU scheduling, Processes, Threads, Block IO/Disk, Syscalls, File events, etc) - https://lttng.org/", + "displayName": "Linux - LTTng", + "description": "Enables processing LTTng performance trace files that contain key Linux performance indicators, such as kernel CPU scheduling, system calls, file events, and userspace applications", "owners": [ { "name": "Ivan Berg", diff --git a/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/AndroidLogCat/pluginManifest.json b/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/AndroidLogCat/pluginManifest.json index a60de76..a0ecc98 100644 --- a/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/AndroidLogCat/pluginManifest.json +++ b/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/AndroidLogCat/pluginManifest.json @@ -5,7 +5,7 @@ "version": "1.3.4" }, "displayName": "Android Logcat", - "description": "Android Logcat - https://developer.android.com/studio/command-line/logcat", + "description": "Enables viewing Android system and application logs recorded with Android Logcat", "owners": [ { "name": "Ivan Berg", diff --git a/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/Cloud-init/pluginManifest.json b/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/Cloud-init/pluginManifest.json index 6c22620..f0f0c92 100644 --- a/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/Cloud-init/pluginManifest.json +++ b/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/Cloud-init/pluginManifest.json @@ -4,8 +4,8 @@ "id": "Microsoft.Performance.Toolkit.Plugins.Cloud-Init", "version": "1.2.1" }, - "displayName": "Linux Cloud-Init", - "description": "Linux Cloud-Init - https://cloud-init.io/", + "displayName": "Linux - Cloud-Init", + "description": "Processes log files from Cloud-init. Linux/UNIX Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization", "owners": [ { "name": "Ivan Berg", diff --git a/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/DmesgIsoLog/pluginManifest.json b/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/DmesgIsoLog/pluginManifest.json index 097e8da..e97c6c0 100644 --- a/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/DmesgIsoLog/pluginManifest.json +++ b/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/DmesgIsoLog/pluginManifest.json @@ -4,8 +4,8 @@ "id": "Microsoft.Performance.Toolkit.Plugins.DmesgPlugin", "version": "1.2.1" }, - "displayName": "Dmesg", - "description": "Dmesg - https://en.wikipedia.org/wiki/Dmesg", + "displayName": "Linux - Dmesg", + "description": "Processes Dmesg Linux/UNIX kernel ring buffer logs", "owners": [ { "name": "Ivan Berg", diff --git a/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/WaLinuxAgent/pluginManifest.json b/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/WaLinuxAgent/pluginManifest.json index 28964c9..5960587 100644 --- a/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/WaLinuxAgent/pluginManifest.json +++ b/LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/WaLinuxAgent/pluginManifest.json @@ -4,8 +4,8 @@ "id": "Microsoft.Performance.Toolkit.Plugins.WaLinuxAgent", "version": "1.2.1" }, - "displayName": "Azure WALinuxAgent", - "description": "Azure WALinuxAgent - https://github.com/Azure/WALinuxAgent", + "displayName": "Linux - Microsoft Azure Linux Guest Agent", + "description": "Processes log files produced by Microsoft Azure Linux Guest Agent (WALinuxAgent)", "owners": [ { "name": "Ivan Berg", diff --git a/PerfDataExtensions/pluginManifest.json b/PerfDataExtensions/pluginManifest.json index 21f90ea..59bcff2 100644 --- a/PerfDataExtensions/pluginManifest.json +++ b/PerfDataExtensions/pluginManifest.json @@ -4,8 +4,8 @@ "id": "Microsoft.Performance.Toolkit.Plugins.PerfDataExtensions", "version": "1.2.3" }, - "displayName": "Linux Perf", - "description": "Linux Perf CPU Sampling(cpu-clock) - https://perf.wiki.kernel.org/", + "displayName": "Linux - Perf", + "description": "Enables viewing Linux CPU Sampling events recorded with the kernel perf profiling utility", "owners": [ { "name": "Ivan Berg", diff --git a/PerfettoCds/pluginManifest.json b/PerfettoCds/pluginManifest.json index 59b9ea7..f20abdd 100644 --- a/PerfettoCds/pluginManifest.json +++ b/PerfettoCds/pluginManifest.json @@ -4,14 +4,14 @@ "id": "Microsoft.Performance.Toolkit.Plugins.PerfettoPlugin", "version": "1.5.5" }, - "displayName": "Perfetto for Android and Chromium logs", - "description": "Perfetto Android & Chromium (CPU Scheduling, CPU Sampling, CPU Frequency, FTrace, Android Logs, Generic Events / Default Tracks, GPU Counters, Jank Detection, Processes, Android Packages) - https://perfetto.dev/", + "displayName": "Perfetto for Android and Chromium", + "description": "Processes Android system and user traces, as well as Chromium based browser performance trace files", "owners": [ { "name": "Ivan Berg", "address": "1 Microsoft Way, Redmond, WA 98052", "emailAddresses": [ "ivberg@microsoft.com" ], - "phoneNumbers": [ ] + "phoneNumbers": [] } ], "projectUrl": "https://github.com/microsoft/Microsoft-Performance-Tools-Linux-Android",