Opened 18 years ago
Closed 18 years ago
#501 closed Bug (Fixed)
ProcessGetStats
| Reported by: | 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 by , 18 years ago
| Severity: | Blocking → None |
|---|
follow-up: 3 comment:2 by , 18 years ago
You need to specify it like this when using a PID:
$display = ProcessGetStats(288)
Jos
comment:3 by , 18 years ago
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 by , 18 years ago
| Milestone: | → 3.2.13.8 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed in version: 3.2.13.8

Automatic ticket cleanup.