Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Info

This page is under development

...

RDK PROC ANALYZER is a tool that enables different teams like development, triage and testing to analyze the CPU and memory utilization of the processes that run on top of RDK framework. It helps us in detecting the memory leaks, cpu and memory performance regressions. This tool is implemented as a service  and is also highly configurable (Parameters like period , time interval and processes to be monitored can be configured).

...

Code Flow

  • The main code flow of CPU Procanalyzer -

Gliffy Diagram
macroId56d27dde-f067-4bc6-b545-41e889243b3a
nameMAIN CODE FLOW
pagePin2

...

Gliffy Diagram
macroIdcd94e81d-2752-47c6-b981-beda29edbfbc
namemem info
pagePin1




  • To get the Load Averages information-

Gliffy Diagram
macroId602eb8d7-8c6a-4d8a-9fdb-7e5fd6a8c5e4
nameloadavg
pagePin2


  •  To get the Memory information- 

Gliffy Diagram
macroIdcd94e81d-2752-47c6-b981-beda29edbfbc
namemem info
pagePin1


  • To get the Idle Percent Information-

Gliffy Diagram
nameidlepercent


How to Run:

This tool runs as a service.

...