sonic-ios-bridge (sib) performance monitoring system performance and application performance

sib download address: Releases · SonicCloudOrg/sonic-ios-bridge · GitHub

You can see that the latest version is V1.3.7. Download it locally and unzip it to use.

Performance monitoring usage help: sib perfmon -h

sib perfmon -f -j: Display performance data in json format.

1. View overall system performance data

View system CPU data information: sib perfmon -f -j --sys-cpu

View system disk data information: sib perfmon -f -j --sys-disk

View system mem data information: sib perfmon -f -j --sys-mem

View system network data information: sib perfmon -f -j --sys-network

2. View specific application performance data

Specify app performance data acquisition. If you want to obtain JD.com app performance data, it is recommended to obtain it through the application pid.

First use sib ps -f -j to view the pid.

Get cpu data: sib perfmon -f -j -p 254 --proc-cpu

Get memory data: sib perfmon -f -j -p 254 --proc-mem

Get FPS data: sib perfmon -f -j -p 254 --fps

Get network uplink and downlink data: sib perfmon -f -j -p 254 --proc-network

3. View system and application performance data through the management page

(1) View the remote control page:

Open the Device Center -> Use Now -> Performance Monitoring, click "Start Monitoring" to view the system performance data. If you need to save the current indicator performance data, you can click the download icon above the corresponding graph to save it locally.

Select a specified application to monitor the performance of the corresponding application.

Displays performance results data.

(2) View in the test report:

First, the performance collection configuration must be enabled in the test suite.

Then run the test suite and view the performance data in the test results report.

Guess you like

Origin blog.csdn.net/aovenus/article/details/128779225
Recommended