Hi,
is anybody aware of a programmatic way to capture memory and CPU usage values of an app running on a TV?
I've worked with Tizen Studio and the Tizen SDK CLI for a long time but:
1. The Dynamic Analyzer tool that comes with Tizen Studio still seem to support only mobile and wearable devices, not TVs.
2. I couldn't find any SDB command to read those values from a device. Trying to run `sbd shell` with any command return a `closed` error message as the shell capability is disabled on the device.
3. I'm aware that Samsung TVs expose web APIs at `http://{deviceIp}:8001/api/v2/` but no official/full documentation of these APIs seems to exist online.
The application we're trying to analyze is a JavaScript application.
Thanks for any help,
-Diego