Modify

Opened 18 years ago

Closed 18 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 by TicketCleanup, 18 years ago

Severity: BlockingNone

Automatic ticket cleanup.

comment:2 by Jos, 18 years ago

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

Jos

in reply to:  2 comment:3 by anonymous, 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 Valik, 18 years ago

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.