2.21.
CLASS: PIF METRICS
CHAPTER 2.
API REFERENCE
RPC name: get uuid
Overview:
Get the uuid field of the given PIF metrics.
Signature:
string get_uuid (session_id s, PIF_metrics ref self)
Arguments:
type
name
description
PIF metrics ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get io read kbs
Overview:
Get the io/read kbs field of the given PIF metrics.
Signature:
float get_io_read_kbs (session_id s, PIF_metrics ref self)
Arguments:
type
name
description
PIF metrics ref
self
reference to the object
Return Type:
float
value of the field
RPC name: get io write kbs
Overview:
Get the io/write kbs field of the given PIF metrics.
Signature:
float get_io_write_kbs (session_id s, PIF_metrics ref self)
Arguments:
type
name
description
PIF metrics ref
self
reference to the object
Return Type:
float
value of the field
189