|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMemStats
An interface to get the memory uage of a MythTV backend.
This interface represents the response to an IBackend.queryMemStats request.
This interface is property-aware. See the properties-list for all properties of this interface.
<0>TOTAL_RAM_MB: 1000 | <1>FREE_RAM_MB: 13 | <2>TOTAL_VM_MB: 3820 | <3>FREE_VM_MB: 3704
IBackend.queryMemStats(),
QUERY_MEMSTATS| Nested Class Summary | |
|---|---|
static class |
IMemStats.Props
The properties of an IMemStats response. |
| Method Summary | |
|---|---|
int |
getFreeRamMB()
Gets the total amount of free physical and swap memory in MB. |
int |
getFreeVmMB()
Gets the total amount of free swap space in MB. |
int |
getTotalRamMB()
Gets the total amount of available physical and swap memory in MB. |
int |
getTotalVmMB()
Gets the total amount of available swap space in MB. |
| Methods inherited from interface org.jmythapi.IVersionable |
|---|
getVersionNr |
| Methods inherited from interface org.jmythapi.IPropertyAware |
|---|
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
| Method Detail |
|---|
int getTotalRamMB()
int getFreeRamMB()
int getTotalVmMB()
int getFreeVmMB()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||