Modify

#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 by TicketCleanup, on Aug 7, 2008 at 2:00:16 PM

Severity: BlockingNone

Automatic ticket cleanup.

comment:2 by Jos, on Aug 7, 2008 at 2:54:15 PM

You need to specify it like this when using a PID:
$display = ProcessGetStats(288)

Jos

in reply to:  2 comment:3 by anonymous, on Aug 7, 2008 at 3:17:56 PM

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 Valik, on Aug 7, 2008 at 4:26:29 PM

Milestone: 3.2.13.8
Owner: set to Valik
Resolution: Fixed
Status: newclosed

Fixed in version: 3.2.13.8

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.