Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System Information: Memory bugs + Development questions #330

Closed
Syst3mSh0ck opened this issue Oct 6, 2018 · 3 comments
Closed

System Information: Memory bugs + Development questions #330

Syst3mSh0ck opened this issue Oct 6, 2018 · 3 comments

Comments

@Syst3mSh0ck
Copy link

Syst3mSh0ck commented Oct 6, 2018

Hi, im using 3.0.1902 (3fd1ee8) on Windows 8.1 x64 and there seem to be some issues with missing data via System Information > Memory for Paged/Non-Paged Pool 'Limit', Physical Memory 'Kernel WS' and Memory lists 'Modified no-write'. I have the Windows SDK installed with Process Hacker configured to use those symbols correctly.

image

Are there any plans to add monitoring for APC/DPC procedure calls and IRP/NMI interrupt metrics under the System process at any point? That would be really handy.

Also are there any plugins available / under development which would allow graphing of hardware sensor data from external applications via WMI or Shared Memory (I was thinking AIDA64).

Thanks for all the hard work. I use the program everyday :)

@dmex
Copy link
Collaborator

dmex commented Oct 6, 2018

Memory for Paged/Non-Paged Pool 'Limit', Physical Memory 'Kernel WS', Memory lists 'Modified no-write'.

The name for these variables changed. I can't change that code without breaking Win7 support so we need to wait until more people stop using Windows 7 (which is an issue since approx 50% of downloads are still for Windows 7).

any plans to add monitoring for APC/DPC procedure calls and IRP/NMI interrupt metrics

I have some patches but haven't had the time to fix some other issues, clean them up and commit them.

Also are there any plugins available / under development which would allow graphing of hardware sensor data from external applications via WMI or Shared Memory (I was thinking AIDA64).

We have a plugin for performance counters (hundreds of them on Windows) but its not included with the main repository. The plugin architecture is easy enough to make you own and even easier if you duplicate one of the existing plugins.

@Syst3mSh0ck
Copy link
Author

The name for these variables changed. I can't change that code without breaking Win7 support so we need to wait until more people stop using Windows 7 (which is an issue since approx 50% of downloads are still for Windows 7).

Thanks for the information. I guess it's not possible to IFDEF this as a workaround?

I have some patches but haven't had the time to fix some other issues, clean them up and commit them.

Great news. I hope those patches are merged to master eventually once the bugs are ironed out. If you want a beta tester I'm here.

We have a plugin for performance counters (hundreds of them on Windows) but its not included with the main repository. The plugin atricturecture is easy enough to make you own and even easier if you duplicate one of the existing plugins.

I found the PerfMonPlugin in the plugins-extra repo (https://github.com/processhacker/plugins-extra/tree/master/PerfMonPlugin).

Thanks again.

@dmex
Copy link
Collaborator

dmex commented Oct 28, 2018

I guess it's not possible to IFDEF this as a workaround?

It's a major rewrite with lots of changes every few months. We have to wait until the structure is more stable.

I found the PerfMonPlugin in the plugins-extra repo

👍

@dmex dmex closed this as completed Oct 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants