Skip to content

[CmdPal][Performance Monitor] Add disk activity monitoring#48844

Open
JRScott812 wants to merge 3 commits into
microsoft:mainfrom
JRScott812:main
Open

[CmdPal][Performance Monitor] Add disk activity monitoring#48844
JRScott812 wants to merge 3 commits into
microsoft:mainfrom
JRScott812:main

Conversation

@JRScott812

Copy link
Copy Markdown

Summary of the Pull Request

PR Checklist

  • Communication: I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected
  • Tests: Added/updated and all pass
    • (All Cmd Pal tests passed, but there were none specifically for Performance Monitor)
  • Localization: All end-user-facing strings can be localized
  • Dev docs: Added/updated
  • New binaries: Added on the required places
  • Documentation updated: If checked, please file a pull request on our docs repo and link it here: #xxx

Detailed Description of the Pull Request / Additional comments

Added the ability to see the Disk Stats in the Performance Monitor of Command Palette. It is also able to be pinned to the dock. It functions similarly to the Network Stats, in that you can cycle between different disks and can see the read & write speed.

Validation Steps Performed

Ran the dev version of Command Palette and cycled through my devices disk and compared them with Task Manager. Turned on the Dock and compared the values with Task Manager as well on all my disks.

@github-actions github-actions Bot added Area-Localization issues regarding to Localization the application Product-Awake Issues regarding the PowerToys Awake utility Product-Command Palette Refers to the Command Palette utility labels Jun 24, 2026
@JRScott812

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

@michaeljolley

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@michaeljolley michaeljolley removed the Product-Awake Issues regarding the PowerToys Awake utility label Jun 24, 2026
Comment thread src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PerformanceMonitor/SettingsManager.cs Outdated
@michaeljolley michaeljolley removed the Area-Localization issues regarding to Localization the application label Jun 24, 2026
@github-actions github-actions Bot added Area-Localization issues regarding to Localization the application Product-Awake Issues regarding the PowerToys Awake utility labels Jun 25, 2026
@niels9001 niels9001 removed Area-Localization issues regarding to Localization the application Product-Awake Issues regarding the PowerToys Awake utility labels Jun 25, 2026
@michaeljolley

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Product-Command Palette Refers to the Command Palette utility

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a disk activity to Performance Monitor in Command Palette

3 participants