Perl Cd Bookshelf [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Perl Cd Bookshelf [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید

22.12. Win32::PerfLib


The Win32::PerfLib module allows you to
retrieve the performance counter of any computer running Windows NT
in the network. All of the functions return false if they fail,
unless otherwise noted. If the $server argument is
undef, the local machine is assumed.


$perflib->new($server)

Creates a connection to the performance counters of the given server.


$perflib->Close($hashref)

Closes the connection to the performance counters.


GetCounterHelp($server, $hashref)

Retrieves the counter help strings and their indices from the
registry and stores them in the hash reference.


GetCounterNames($server, $hashref)

Retrieves the counter names and their indices from the registry and
stores them in the hash reference.


GetCounterType(countertype)

Converts the counter type to a readable string.


$perflib->GetObjectList($objectid, $hashref)

Retrieves the object and counter list of the given performance object.

/ 875