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

didnt show logical/physical disk in report. #82

Open
happytony opened this issue Apr 15, 2023 · 14 comments
Open

didnt show logical/physical disk in report. #82

happytony opened this issue Apr 15, 2023 · 14 comments

Comments

@happytony
Copy link

html report only have:
[Tool Parameters]
[Alerts by Chronological Order]
[Memory]
[Memory Available MBytes (Alerts: 0|0)]
[Network Interface]
[Network Interface Bytes Total/sec (Stats only)]
[Processor]
[Processor % Processor Time (Alerts: 0|2)]
[Incomplete analyses]
[Disclaimer]

@jeffstokes72
Copy link

Hey @happytony for this blg file you gathered to process, what OS and is it a localized instance?

@happytony
Copy link
Author

first i use PAL 2.8.2 version, 2.8.1 also try the old version 2.3.2
original is blg file, i do try to convert to csv as well. can see the disk record in there.
os i capture is win2012R2, win2016, win2019. and i do PAL analysis on win10.
but for csv, it just a list of text data, seem not influence by OS.
the counter i capture is some logical disk, some physical disk, some network sent/receive bytes, and also CPU time, and memory available. well, html only show the rest , but dont have logical and physical disk. no wonder i use which blg/csv, new old PAL. the result is same.

Hey @happytony for this blg file you gathered to process, what OS and is it a localized instance?

first i use PAL 2.8.2 version, 2.8.1 also try the old version 2.3.2
original is blg file, i do try to convert to csv as well. can see the disk record in there.
os i capture is win2012R2, win2016, win2019. and i do PAL analysis on win10.
but for csv, it just a list of text data, seem not influence by OS.
the counter i capture is some logical disk, some physical disk, some network sent/receive bytes, and also CPU time, and memory available. well, html only show the rest , but dont have logical and physical disk. no wonder i use which blg/csv, new old PAL. the result is same.

@jeffstokes72
Copy link

Ok but is the OS localized, so instead of en-us a different language is enabled?

@happytony
Copy link
Author

Ok but is the OS localized, so instead of en-us a different language is enabled?

i check the setting is english US(default). but do have chinese input.

@happytony
Copy link
Author

happytony commented Apr 15, 2023

Ok but is the OS localized, so instead of en-us a different language is enabled?

you means the place i capture logman have other language or the place i run PAL.
but anyway, both side have chinese input, but default is en-US.

@happytony
Copy link
Author

i run this. Get-WinSystemLocale
it show chinese. let me try play on this and see. Thank you.

@happytony
Copy link
Author

after Set-WinSystemLocale en-US (restart), still the same, the report didnt show disk.

@jeffstokes72
Copy link

jeffstokes72 commented Apr 15, 2023 via email

@happytony
Copy link
Author

show more info:

  1. xml have same bug.
  2. try to use another 2 device to analysis, report is same bug.
  3. here is 3 script i colect data:
  • logman create counter MonitorUsage -c "\Processor(_Total)% Processor Time" "\LogicalDisk(_Total)\Current Disk Queue Length" "\PhysicalDisk(_Total)\Current Disk Queue Length" "\LogicalDisk(_Total)\Disk Reads/sec" "\PhysicalDisk(_Total)\Disk Reads/sec" "\LogicalDisk(_Total)\Disk Writes/sec" "\PhysicalDisk(_Total)\Disk Writes/sec" "\Network Interface(*)\Bytes Total/sec" "\Network Adapter(Realtek PCIe GBE Family Controller)\Bytes Sent/sec" "\Network Adapter(Realtek PCIe GBE Family Controller)\Bytes Received/sec" "\Memory\Available MBytes" -f bincirc -o C:\logfile\process.blg -si 00:01:30

-c "\Processor(_Total)% Processor Time" "\LogicalDisk(_Total)\Current Disk Queue Length" "\PhysicalDisk(_Total)\Current Disk Queue Length" "\LogicalDisk(_Total)\Disk Reads/sec" "\PhysicalDisk(_Total)\Disk Reads/sec" "\LogicalDisk(_Total)\Disk Writes/sec" "\PhysicalDisk(_Total)\Disk Writes/sec" "\Network Interface(*)\Bytes Total/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet)\Bytes Sent/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet)\Bytes Received/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet _2)\Bytes Sent/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet _2)\Bytes Received/sec" "\Memory\Available MBytes"

-c "\Processor(_Total)% Processor Time" "\LogicalDisk(_Total)\Current Disk Queue Length" "\PhysicalDisk(_Total)\Current Disk Queue Length" "\LogicalDisk(_Total)\Disk Reads/sec" "\PhysicalDisk(_Total)\Disk Reads/sec" "\LogicalDisk(_Total)\Disk Writes/sec" "\PhysicalDisk(_Total)\Disk Writes/sec" "\Network Interface(*)\Bytes Total/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection)\Bytes Sent/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection)\Bytes Received/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection _2)\Bytes Sent/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection _2)\Bytes Received/sec" "\Memory\Available MBytes"

  1. run in PAL.ps1 is same case.
  2. i attach 1 of result file to show my case.
    image

@jeffstokes72
Copy link

jeffstokes72 commented Apr 15, 2023 via email

@happytony
Copy link
Author

oh, what profile are you using to analyze? and are you checking the box for "analyze all performance counters"?

On Sat, Apr 15, 2023 at 2:27 PM happytony @.> wrote: show more info: 1. xml have same bug. 2. try to use another 2 device to analysis, report is same bug. 3. here is 3 script i colect data: - logman create counter MonitorUsage -c "\Processor(_Total)% Processor Time" "\LogicalDisk(_Total)\Current Disk Queue Length" "\PhysicalDisk(_Total)\Current Disk Queue Length" "\LogicalDisk(_Total)\Disk Reads/sec" "\PhysicalDisk(_Total)\Disk Reads/sec" "\LogicalDisk(_Total)\Disk Writes/sec" "\PhysicalDisk(_Total)\Disk Writes/sec" "\Network Interface()\Bytes Total/sec" "\Network Adapter(Realtek PCIe GBE Family Controller)\Bytes Sent/sec" "\Network Adapter(Realtek PCIe GBE Family Controller)\Bytes Received/sec" "\Memory\Available MBytes" -f bincirc -o C:\logfile\process.blg -si 00:01:30 -c "\Processor(_Total)% Processor Time" "\LogicalDisk(_Total)\Current Disk Queue Length" "\PhysicalDisk(_Total)\Current Disk Queue Length" "\LogicalDisk(_Total)\Disk Reads/sec" "\PhysicalDisk(_Total)\Disk Reads/sec" "\LogicalDisk(_Total)\Disk Writes/sec" "\PhysicalDisk(_Total)\Disk Writes/sec" "\Network Interface()\Bytes Total/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet)\Bytes Sent/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet)\Bytes Received/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet _2)\Bytes Sent/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet _2)\Bytes Received/sec" "\Memory\Available MBytes" -c "\Processor(_Total)% Processor Time" "\LogicalDisk(_Total)\Current Disk Queue Length" "\PhysicalDisk(_Total)\Current Disk Queue Length" "\LogicalDisk(_Total)\Disk Reads/sec" "\PhysicalDisk(_Total)\Disk Reads/sec" "\LogicalDisk(_Total)\Disk Writes/sec" "\PhysicalDisk(_Total)\Disk Writes/sec" "\Network Interface()\Bytes Total/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection)\Bytes Sent/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection)\Bytes Received/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection _2)\Bytes Sent/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection _2)\Bytes Received/sec" "\Memory\Available MBytes" 1. run in PAL.ps1 is same case. 2. i attach 1 of result file to show my case. [image: image] https://user-images.githubusercontent.com/4474370/232247132-0e84d481-a3cb-4839-9989-f412bb515292.png — Reply to this email directly, view it on GitHub <#82 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFOL6MFE7ZDLQA7ZAEMLODXBLSAPANCNFSM6AAAAAAW7NZMUA . You are receiving this because you commented.Message ID: @.***>

@jeffstokes72 you means the threshold file right? i use "system overview", "quick system overview" and auto detect. i do try on another 2 not related. but i forgot what title.
but all is same result.

@happytony
Copy link
Author

oh, what profile are you using to analyze? and are you checking the box for "analyze all performance counters"?

On Sat, Apr 15, 2023 at 2:27 PM happytony @.___> wrote: show more info: 1. xml have same bug. 2. try to use another 2 device to analysis, report is same bug. 3. here is 3 script i colect data: - logman create counter MonitorUsage -c "\Processor(_Total)% Processor Time" "\LogicalDisk(_Total)\Current Disk Queue Length" "\PhysicalDisk(_Total)\Current Disk Queue Length" "\LogicalDisk(_Total)\Disk Reads/sec" "\PhysicalDisk(_Total)\Disk Reads/sec" "\LogicalDisk(_Total)\Disk Writes/sec" "\PhysicalDisk(Total)\Disk Writes/sec" "\Network Interface()\Bytes Total/sec" "\Network Adapter(Realtek PCIe GBE Family Controller)\Bytes Sent/sec" "\Network Adapter(Realtek PCIe GBE Family Controller)\Bytes Received/sec" "\Memory\Available MBytes" -f bincirc -o C:\logfile\process.blg -si 00:01:30 -c "\Processor(_Total)% Processor Time" "\LogicalDisk(_Total)\Current Disk Queue Length" "\PhysicalDisk(_Total)\Current Disk Queue Length" "\LogicalDisk(_Total)\Disk Reads/sec" "\PhysicalDisk(_Total)\Disk Reads/sec" "\LogicalDisk(_Total)\Disk Writes/sec" "\PhysicalDisk(Total)\Disk Writes/sec" "\Network Interface()\Bytes Total/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet)\Bytes Sent/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet)\Bytes Received/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet _2)\Bytes Sent/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet _2)\Bytes Received/sec" "\Memory\Available MBytes" -c "\Processor(_Total)% Processor Time" "\LogicalDisk(_Total)\Current Disk Queue Length" "\PhysicalDisk(_Total)\Current Disk Queue Length" "\LogicalDisk(_Total)\Disk Reads/sec" "\PhysicalDisk(_Total)\Disk Reads/sec" "\LogicalDisk(_Total)\Disk Writes/sec" "\PhysicalDisk(Total)\Disk Writes/sec" "\Network Interface()\Bytes Total/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection)\Bytes Sent/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection)\Bytes Received/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection _2)\Bytes Sent/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection _2)\Bytes Received/sec" "\Memory\Available MBytes" 1. run in PAL.ps1 is same case. 2. i attach 1 of result file to show my case. [image: image] https://user-images.githubusercontent.com/4474370/232247132-0e84d481-a3cb-4839-9989-f412bb515292.png — Reply to this email directly, view it on GitHub <#82 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFOL6MFE7ZDLQA7ZAEMLODXBLSAPANCNFSM6AAAAAAW7NZMUA . You are receiving this because you commented.Message ID: @.***>

@jeffstokes72 you means the threshold file right? i use "system overview", "quick system overview" and auto detect. i do try on another 2 not related. but i forgot what title. but all is same result.

for process all counter, not all time i click. i try many time. on and off i click.

@clinthuffman
Copy link
Owner

clinthuffman commented Apr 16, 2023 via email

@happytony
Copy link
Author

Can you send/share the counter log? If your counter log only captured the Total instance of Logical Disk and Physical Disk, then no counter data will show in PAL analysis. This is on purpose because the Total is a sum of all of the counter instances and not useful. I recommend that you collect another counter log for all counter instance such as \LogicalDisk()* and then analyses it with PAL again. Thank you, Clint Huffman From: @.> Sent: Saturday, April 15, 2023 8:15 PM To: @.> Cc: @.**> Subject: Re: [clinthuffman/PAL] didnt show logical/physical disk in report. (Issue #82) oh, what profile are you using to analyze? and are you checking the box for "analyze all performance counters"? … On Sat, Apr 15, 2023 at 2:27 PM happytony @._> wrote: show more info: 1. xml have same bug. 2. try to use another 2 device to analysis, report is same bug. 3. here is 3 script i colect data: - logman create counter MonitorUsage -c "\Processor(_Total)% Processor Time" "\LogicalDisk(_Total)\Current Disk Queue Length" "\PhysicalDisk(_Total)\Current Disk Queue Length" "\LogicalDisk(_Total)\Disk Reads/sec" "\PhysicalDisk(_Total)\Disk Reads/sec" "\LogicalDisk(_Total)\Disk Writes/sec" "\PhysicalDisk(Total)\Disk Writes/sec" "\Network Interface()\Bytes Total/sec" "\Network Adapter(Realtek PCIe GBE Family Controller)\Bytes Sent/sec" "\Network Adapter(Realtek PCIe GBE Family Controller)\Bytes Received/sec" "\Memory\Available MBytes" -f bincirc -o C:\logfile\process.blg -si 00:01:30 -c "\Processor(_Total)% Processor Time" "\LogicalDisk(_Total)\Current Disk Queue Length" "\PhysicalDisk(_Total)\Current Disk Queue Length" "\LogicalDisk(_Total)\Disk Reads/sec" "\PhysicalDisk(_Total)\Disk Reads/sec" "\LogicalDisk(_Total)\Disk Writes/sec" "\PhysicalDisk(Total)\Disk Writes/sec" "\Network Interface()\Bytes Total/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet)\Bytes Sent/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet)\Bytes Received/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet _2)\Bytes Sent/sec" "\Network Adapter(Broadcom NetXtreme Gigabit Ethernet _2)\Bytes Received/sec" "\Memory\Available MBytes" -c "\Processor(_Total)% Processor Time" "\LogicalDisk(_Total)\Current Disk Queue Length" "\PhysicalDisk(_Total)\Current Disk Queue Length" "\LogicalDisk(_Total)\Disk Reads/sec" "\PhysicalDisk(_Total)\Disk Reads/sec" "\LogicalDisk(_Total)\Disk Writes/sec" "\PhysicalDisk(Total)\Disk Writes/sec" "\Network Interface()\Bytes Total/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection)\Bytes Sent/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection)\Bytes Received/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection _2)\Bytes Sent/sec" "\Network Adapter(Intel[R] I210 Gigabit Network Connection _2)\Bytes Received/sec" "\Memory\Available MBytes" 1. run in PAL.ps1 is same case. 2. i attach 1 of result file to show my case. [image: image] https://user-images.githubusercontent.com/4474370/232247132-0e84d481-a3cb-4839-9989-f412bb515292.png — Reply to this email directly, view it on GitHub <#82 (comment)<#82 (comment)>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFOL6MFE7ZDLQA7ZAEMLODXBLSAPANCNFSM6AAAAAAW7NZMUA . You are receiving this because you commented.Message ID: @.> @jeffstokes72https://github.com/jeffstokes72 you means the threshold file right? i use "system overview", "quick system overview" and auto detect. i do try on another 2 not related. but i forgot what title. but all is same result. for process all counter, not all time i click. i try many time. on and off i click. — Reply to this email directly, view it on GitHub<#82 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEXDYVEB5NBYNH4ZWW6OF63XBNP4ZANCNFSM6AAAAAAW7NZMUA. You are receiving this because you are subscribed to this thread.Message ID: @.>

Thank you. i send you 2 of log here. and i will try on "logical disk *".
All.zip

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

3 participants