export¶
The export commands are used to dump data from Plixer Scrutinizer for external use.
Options and syntax
export langtemplate <LANG_NAME>
|
If the language exists, creates a CSV file with the English and |
export peaks_csv <FILENAME INTERVAL PATH RANGE [GROUP_ID]>
|
Exports a CSV list of interfaces and peak values under the specified
PATH (must be relative to the home/plixer/scrutinizer/ directory) and FILENAME following the criteria passed:•
INTERVAL - Roll-up interval table to use (in raw minutes; must be 1, 5, 30, 120, or 720)•
RANGE - Time and date range to cover:•
Last24Hours•
Last15Minutes•
Last5Minutes•
LastFortyfiveMinutes•
LastFullHour•
LastHour•
LastMonth•
LastSevenDays•
LastTenMinutes•
LastThirtyDays•
LastThirtyMinutes•
LastThreeDays•
LastTwentyMinutes•
LastWeek•
LastYear•
ThisMonth•
ThisWeek•
ThisYear•
Today•
Yesterday•
GROUP_ID - If used, limits the list to interfaces included in the corresponding IP groupFor a list of IP group IDs, use the show groups command.
|