One to view a list of Onos-style annotation instances
-bash code
Scr:list
Active represents an instance has been generated andregistered represents an instance not injected into the build
A , view the component list, view component information, and view the services provided by the component
-bash code
Component:list
Component:show * * *
Component:service * * *
The restart,stop,start of the component should be the same as the bundle Restart,stop,start.
- , asynchronous Communication Service list
-bash code
Async:service-list
Can see the component name, service name, publish status, publish path, subscription path;
the , view UI, North service status
-bash code
Http:list
Web:list
- to view the current status of the log level
-bash code
Log:list
The root path log is usually warn by default;
- , log-level adjustment
-bash code
Log:set Info
Log verbosity: Debug>info>warn>error>fetal
- , log real-time tracking
-bash code
Log:tail-p "%m%n" Nginx
+ to view the package export
-bash code
Package:exports |grep * * *
- , search for threads and view thread call stacks
-bash code
Threads--list |grep Config-pu
Threads tid
Karaf Console Common Linux commands (2)