Opened 16 years ago
Closed 16 years ago
#501 closed Bug (Fixed)
ProcessGetStats
Reported by: | pedroemiliano@… | Owned by: | Valik |
---|---|---|---|
Milestone: | 3.2.13.8 | Component: | AutoIt |
Version: | 3.2.12.1 | Severity: | None |
Keywords: | Cc: |
Description
ProcessGetStats does not work for SYSTEM's username PID's.
This also occurs with Network Service and Local Service (I am running the script in admin login)
For example : java.exe PID: 288 Username: SYSTEM
Stats from this pid are not available. No _arraydisplay of the array.
#include <array.au3> $display = ProcessGetStats("288") MsgBox(0, "test", @error) _ArrayDisplay($display, "test")
Error result : 0
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by TicketCleanup
- Severity changed from Blocking to None
comment:2 follow-up: ↓ 3 Changed 16 years ago by Jos
You need to specify it like this when using a PID:
$display = ProcessGetStats(288)
Jos
comment:3 in reply to: ↑ 2 Changed 16 years ago by anonymous
Replying to Jos:
You need to specify it like this when using a PID:
$display = ProcessGetStats(288)
Jos
it was a mistake... to "" many :)
Doesn´t work either!
Thanks 4 the help!
comment:4 Changed 16 years ago by Valik
- Milestone set to 3.2.13.8
- Owner set to Valik
- Resolution set to Fixed
- Status changed from new to closed
Fixed in version: 3.2.13.8
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Automatic ticket cleanup.