Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Tags:
- see - GKRELLM_UPDATE_DISK
[ Top ]
Class Variables
Class Methods
get_disk
gkrellm_disk get_disk(
string
$s_name)
[line 154]
Tags:
- access - public
Parameters:
- string $s_name - The device name of the desired disk
[ Top ]
get_disks
array get_disks(
)
[line 145]
Tags:
- return - An array of gkrellm_disk objects (one for each disk in the server)
- access - public
- see - gkrellm_disk
Parameters:
[ Top ]
get_total_read
int get_total_read(
)
[line 120]
Tags:
- return - The total read bytes for all disks
- access - public
Parameters:
[ Top ]
get_total_write
int get_total_write(
)
[line 132]
Tags:
- return - The total written bytes for all disks
- access - public
Parameters:
[ Top ]