Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpms / usr / share / fpms / BakeBit / Software / Python / scripts / doc / profiler_ctl.md
Size: Mime:

WLANPi Profiler Control Script

Shell script to enable/disable Profiler for the WLANPi - reference document

This package is controlled using the menu system detailed in the WLANPi project : wlanpi-nanohat-oled. It is included in the file bundle and installed as part of that bundle. The notes below are only of use for development purposes and are not required to use this feature for the front panel menu system.

Requirements

To be able to start/stop Profiler on the WLANPi via the front panel menu, you will need:

Installation

This script is installed as part of the front panel menu system bundle installation - see the project home page for details.

Usage

The CLI usage instructions are shown below. These are not generally required, as this batch file is called by the WLANPi menu system. Each command returns a short textual status message to indicate the result of the attempted operation.

 cd home/wlanpi/nanohat-oled-scripts/
 
 # check Profiler status
 ./profiler_ctl status

 # Start Profiler
 ./profiler_ctl start

 # Start Profiler (noo 11r IEs)
 ./profiler_ctl start_no11r

 # Stop Profiler
 ./profiler_ctl stop

 # Purge old profiler reports
 ./profiler_ctl purge