mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
username and privilege lookups are now done through the internal LSA API
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1894 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -827,6 +827,10 @@ namespace ProcessHacker
|
||||
else
|
||||
info.AppendLine("KProcessHacker: " + KProcessHacker.Instance.Features.ToString());
|
||||
|
||||
info.AppendLine();
|
||||
info.AppendLine("PERFORMANCE COUNTERS");
|
||||
info.AppendLine("LSA lookup policy handle misses: " + LsaPolicyHandle.LookupPolicyHandleMisses.ToString());
|
||||
|
||||
info.AppendLine();
|
||||
info.AppendLine("OBJECTS");
|
||||
info.AppendLine("Created: " + BaseObject.CreatedCount.ToString());
|
||||
|
||||
Reference in New Issue
Block a user