clinthuffman / PAL

Performance Analysis of Logs (PAL) tool
MIT License
481 stars 101 forks source link

didnt show logical/physical disk in report. #82

Open happytony opened 1 year ago

happytony commented 1 year ago

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 commented 1 year ago

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

happytony commented 1 year ago

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 commented 1 year ago

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

happytony commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

happytony commented 1 year ago

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

jeffstokes72 commented 1 year ago

interesting. yeah lets see what clint says.

On Sat, Apr 15, 2023 at 12:13 PM happytony @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/clinthuffman/PAL/issues/82#issuecomment-1509884492, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFOL6K4MD3AJ3MQVPPX3Z3XBLCK7ANCNFSM6AAAAAAW7NZMUA . You are receiving this because you commented.Message ID: @.***>

happytony commented 1 year ago

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:

-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"

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

jeffstokes72 commented 1 year ago

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 https://github.com/clinthuffman/PAL/issues/82#issuecomment-1509922167, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFOL6MFE7ZDLQA7ZAEMLODXBLSAPANCNFSM6AAAAAAW7NZMUA . You are receiving this because you commented.Message ID: @.***>

happytony commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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)https://github.com/clinthuffman/PAL/issues/82#issuecomment-1509922167>, 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 GitHubhttps://github.com/clinthuffman/PAL/issues/82#issuecomment-1510030176, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEXDYVEB5NBYNH4ZWW6OF63XBNP4ZANCNFSM6AAAAAAW7NZMUA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

happytony commented 1 year ago

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