You can display graphs for components for which the Activity Monitor has collected data from a Web page. Before you display these graphs, make sure the Activity Monitor (activity) and C-Web interface (webadm) components are enabled. For more secure displays, configure the C-Web interface to use HTTPS and use POST requests.
To display graphs with preset time periods from the Activity Monitor from a Web page:
http://ip-address/graph?&id=username&pw=password&name=graph-name&time=time-period
where
The <number> is the number of <units>, which are specified as one of the following values:
For example, to view the CPU graph for the System component for the past 10 minutes on the C-series Controller called c2000 for the user admin:
http://c2000/graph?&id=admin&pw=secret&name=system-cpu&time=10m
The CPU Usage graph appears.

To display graphs for specified time periods from the Activity Monitor from a Web page:
http://ip-address/graph?&id=username&pw=password&name=graph-name&start=date-time &end=date-time
where
For example, to view the heap usage graph for the SAE component from January 15 to January 28 on the C-series Controller called c2000 for the user admin:
http://c2000/graph?&id=admin&pw=secret&name=sae-heap&start=200901150000 &end=200901280000
The SAE Heap Usage graph appears.
