b2g-info-logs
v1.0.5
Published
adb b2g memory profiling and logs collection
Downloads
24
Maintainers
Readme
b2g-info-logs
b2g information of adb device and memory profiling for kiaos apps.
b2g-info command is executed to fetch below details
- Current running apps
- Sytem memory information
- Low-memory killer parameters
Infomation will be collected at regular intervals if duration is not defined and xls logs are generated.
Logs will have below information
- NAME
- PID
- PSS
- USS
- AVG(USS), AVG(PSS)
- MAX(USS), MAX(PSS)
- Time spent
Dependencies
nodenpmadb- firefox version <
54.0.1 - adb server need to started
sudo adb start-serveron Ubuntu/Mac andadb start-serverto be run as administrator on windows
Install
npm install -g b2g-info-logsHow to use
b2g-info-logs
Options:
-n, --name Collect logs for particular app []
-i, --interval Interval with which b2g-info should poll [0ms]
-d, --duration Duration till b2g-info to be collected [10000ms]Launch multiple apps
b2g-info-logs -n facebook -n googleRun for particular duration
b2g-info-logs -d 30000Run with defined interval
b2g-info-logs -i 10
Future
- [ ] Real time graph
- [ ] Flexability to drive b2g-info-logs with needs params of running apps
- [ ] Adding Sytem memory information & Low-memory killer parameters to logs
- [ ] Screen shots of b2g-info
