getLinodeStats | SELECT | linodeId | Returns CPU, IO, IPv4, and IPv6 statistics for your Linode for the past 24 hours.
|
getLinodeStatsByYearMonth | SELECT | linodeId, month, year | Returns statistics for a specific month. The year/month values must be either a date in the past, or the current month. If the current month, statistics will be retrieved for the past 30 days.
|
_getLinodeStats | EXEC | linodeId | Returns CPU, IO, IPv4, and IPv6 statistics for your Linode for the past 24 hours.
|
_getLinodeStatsByYearMonth | EXEC | linodeId, month, year | Returns statistics for a specific month. The year/month values must be either a date in the past, or the current month. If the current month, statistics will be retrieved for the past 30 days.
|