Skip to content

Commit 3361457

Browse files
authored
Better descriptions for plugins (#116)
* Better descriptions for plugins
1 parent 3170e29 commit 3361457

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

LTTngDataExtensions/pluginManifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"id": "Microsoft.Performance.Toolkit.Plugins.LTTngDataExtensions",
55
"version": "1.3.0"
66
},
7-
"displayName": "Linux LTTng",
8-
"description": "LTTng (Kernel CPU scheduling, Processes, Threads, Block IO/Disk, Syscalls, File events, etc) - https://lttng.org/",
7+
"displayName": "Linux - LTTng",
8+
"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",
99
"owners": [
1010
{
1111
"name": "Ivan Berg",

LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/AndroidLogCat/pluginManifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.3.4"
66
},
77
"displayName": "Android Logcat",
8-
"description": "Android Logcat - https://developer.android.com/studio/command-line/logcat",
8+
"description": "Enables viewing Android system and application logs recorded with Android Logcat",
99
"owners": [
1010
{
1111
"name": "Ivan Berg",

LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/Cloud-init/pluginManifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"id": "Microsoft.Performance.Toolkit.Plugins.Cloud-Init",
55
"version": "1.2.1"
66
},
7-
"displayName": "Linux Cloud-Init",
8-
"description": "Linux Cloud-Init - https://cloud-init.io/",
7+
"displayName": "Linux - Cloud-Init",
8+
"description": "Processes log files from Cloud-init. Linux/UNIX Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization",
99
"owners": [
1010
{
1111
"name": "Ivan Berg",

LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/DmesgIsoLog/pluginManifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"id": "Microsoft.Performance.Toolkit.Plugins.DmesgPlugin",
55
"version": "1.2.1"
66
},
7-
"displayName": "Dmesg",
8-
"description": "Dmesg - https://en.wikipedia.org/wiki/Dmesg",
7+
"displayName": "Linux - Dmesg",
8+
"description": "Processes Dmesg Linux/UNIX kernel ring buffer logs",
99
"owners": [
1010
{
1111
"name": "Ivan Berg",

LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/WaLinuxAgent/pluginManifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"id": "Microsoft.Performance.Toolkit.Plugins.WaLinuxAgent",
55
"version": "1.2.1"
66
},
7-
"displayName": "Azure WALinuxAgent",
8-
"description": "Azure WALinuxAgent - https://github.com/Azure/WALinuxAgent",
7+
"displayName": "Linux - Microsoft Azure Linux Guest Agent",
8+
"description": "Processes log files produced by Microsoft Azure Linux Guest Agent (WALinuxAgent)",
99
"owners": [
1010
{
1111
"name": "Ivan Berg",

PerfDataExtensions/pluginManifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"id": "Microsoft.Performance.Toolkit.Plugins.PerfDataExtensions",
55
"version": "1.2.3"
66
},
7-
"displayName": "Linux Perf",
8-
"description": "Linux Perf CPU Sampling(cpu-clock) - https://perf.wiki.kernel.org/",
7+
"displayName": "Linux - Perf",
8+
"description": "Enables viewing Linux CPU Sampling events recorded with the kernel perf profiling utility",
99
"owners": [
1010
{
1111
"name": "Ivan Berg",

PerfettoCds/pluginManifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"id": "Microsoft.Performance.Toolkit.Plugins.PerfettoPlugin",
55
"version": "1.5.5"
66
},
7-
"displayName": "Perfetto for Android and Chromium logs",
8-
"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/",
7+
"displayName": "Perfetto for Android and Chromium",
8+
"description": "Processes Android system and user traces, as well as Chromium based browser performance trace files",
99
"owners": [
1010
{
1111
"name": "Ivan Berg",
1212
"address": "1 Microsoft Way, Redmond, WA 98052",
1313
"emailAddresses": [ "ivberg@microsoft.com" ],
14-
"phoneNumbers": [ ]
14+
"phoneNumbers": []
1515
}
1616
],
1717
"projectUrl": "https://github.com/microsoft/Microsoft-Performance-Tools-Linux-Android",

0 commit comments

Comments
 (0)