Difference between revisions of "Flow/APIs/health/rest"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with " totalPhysicalMemorySize Total Physical Memory Size freePhysicalMemorySize Free Physical Memory Size totalUsedMemorySize Total Used Memory Size committedVirtualMemorySize...")
 
Line 1: Line 1:
 +
Various system health metrics can be requested from the system using the following query
 +
http://172.21.19.20:7902/rest/?jsonRequest={"type":"v2","sources":[{"group":"systemStats","label":"MB","request":{"report":"totalPhysicalMemorySize"}}]}
 +
Swapping the "totalPhysicalMemorySize" for any of the following
 +
 
  totalPhysicalMemorySize Total Physical Memory Size
 
  totalPhysicalMemorySize Total Physical Memory Size
 
  freePhysicalMemorySize Free Physical Memory Size  
 
  freePhysicalMemorySize Free Physical Memory Size  

Revision as of 08:58, 16 March 2020

Various system health metrics can be requested from the system using the following query http://172.21.19.20:7902/rest/?jsonRequest={"type":"v2","sources":[{"group":"systemStats","label":"MB","request":{"report":"totalPhysicalMemorySize"}}]} Swapping the "totalPhysicalMemorySize" for any of the following

totalPhysicalMemorySize	Total Physical Memory Size
freePhysicalMemorySize	Free Physical Memory Size 
totalUsedMemorySize	Total Used Memory Size 
committedVirtualMemorySize	Committed Virtual Memory Size 
flowsPerSecond	Flows Per Second 
processCpuLoad	Process CPU Load 
systemCpuLoad	System CPU Load 
freeDiskSpace	Free Disk Space 
dnsCacheSize	DNS Cache Size 
allUsersSize	All Users Size 
usersToIPSize	Users To IP Size 
fwEventCodesSize	Fw Event Codes Size 
getFwExitCodesSize	Fw Ext Codes Size 
getDedupesSize	Deduplication Size 
freeSwapSpaceSize	Free Swap Space Size 
totalSwapSpaceSize	Total Swap Space Size