URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [libmisc/] [capture/] [README] - Rev 1782
Compare with Previous | Blame | View Log
## README,v 1.1 2002/05/15 16:35:56 joel Exp#RTEMS Performance Monitoring and Measurement FrameworkCopyright 2002 Chris Johns (ccj@acm.org)23 April 2002This directory contains the source code for the performance monitoring andmeasurement framework. It is more commonly know as the capture engine.The capture engine is in an early phase of development. Please review the Statussection of this document for the current status.Performance.The capture engine is designed to not effect the system it ismonitoring. Resources such as memory are used as well as a small performancehit in task creation, deletion and context switch. The overhead is small andwill not be noticed unless the system is operating close to the performancelimit of the target.Structure.The capture engine is implemented in a couple of layers. This lowest layer isthe capture engine. Its interface is in the file 'capture.h'. Typically thisinterface is directly used unless you are implementing a target interface. Theuser interface is via a target interface.Command Line Interface (CLI).This is a target interface that provides a number of user commands via theRTEMS monitor. To use you need to provide the following in yourapplication initialisation:#include <rtems/monitor.h>#include <rtems/capture-cli.h>rtems_monitor_init (0);rtems_capture_cli_init (0);Check the file capture-cli.h for documentation of the interface. The parameteris a pointer to your board support package's time stamp handler. The time stamphandler is yet to be tested so it is recommended this is left as 0, unless youwish to test this part of the engine.The commands are:copen - Open the capture engine.cclose - Close the capture engine.cenable - Enable the capture engine.cdisable - Disable the capture engine.ctlist - List the tasks known to the capture engine.ctload - Display the current load (sort of top).cwlist - List the watch and trigger controls.cwadd - Add a watch.cwdel - Delete a watch.cwctl - Enable or disable a watch.cwglob - Enable or disable the global watch.cwceil - Set the watch ceiling.cwfloor - Set the watch floor.ctrace - Dump the trace records.ctrig - Define a trigger.Openusage: copen [-i] sizeOpen the capture engine. The size parameter is the size of the capture enginetrace buffer. A single record hold a single event, for example a task create ora context in or out. The option '-i' will enable the capture engine after it isopened.Closeusage: ccloseClose the capture engine and release all resources held by the capture engine.Enableusage: cenableEnable the capture engine if it has been opened.Disableusage: cdisableDisable the capture engine. The enable and disable commands provide a means ofremoving the overhead of the capture engine from the context switch. This maybe needed when testing if it is felt the capture engines overhead is effectingthe system.Task Listusage: ctlistList the tasks the capture engine knows about. This may contain tasks that havebeen deleted.Task Loadusage: ctloadList the tasks in the order of load in a similar way top does on Unix. Thecommand sends ANSI terminal codes. You press enter to stop the update. Theupdate period is fixed at 5 seconds. The output looks like:Press ENTER to exit.PID NAME RPRI CPRI STATE %CPU %STK FLGS EXEC TIME04010001 IDLE 255 255 READY 96.012% 0% a-----g 108010009 CPlt 1 1 READY 3.815% 15% a------ 008010003 ntwk 20 20 Wevnt 0.072% 0% at----g 008010004 CSr0 20 20 Wevnt 0.041% 0% at----g 008010001 main 250 250 DELAY 0.041% 0% a-----g 008010008 test 100 100 Wevnt 0.000% 20% at-T-+g 008010007 test 100 100 Wevnt 0.000% 0% at-T-+g 008010005 CSt0 20 20 Wevnt 0.000% 0% at----g 008010006 RMON 1 1 Wsem 0.000% 0% a------ 0There are 7 flags and from left to right are:1) 'a' the task is active, and 'd' the task has been deleted.2) 't' the task has been traced.3) 'F' the task has a from (TO_ANY) trigger.4) 'T' the task has a to (FROM_ANY) trigger.5) 'E' the task has an edge (FROM_TO) trigger.6) '+' the task as a watch control attached, 'w' a watch is enabled.7) 'g' the task is part of a global trigger.The %STK is the percentage of stack used by a task. Currently only taskscreated while the capture engine is enabled can be monitored.The RPRI is the real priority. This is the priority set for the task. Thecurrent priority is the executing priority that may reflect a level set as aresult of priority inversion.Watch Listusage: cwlistThis command lists the watch and trigger controls the capture engine has. Acontrol is a structure used by the capture engine to determine if a task iswatched or triggers capturing.Watch Addusage: cwadd [task name] [id]Add a watch for a task. You can provide a name or id or both. A name will causeall tasks with that name to have the watch added. An id results in a watchbeing for a specific task.Using a name is useful when the task is not yet created.Watch Deleteusage: cwdel [task name] [id]Delete a watch that has been added.Watch Controlusage: cwctl [task name] [id] on/offEnable or disable a watch. The name and id parameters are the same as the watchadd command.Global Watchusage: cwglob on/offEnable or disable the global watch. A global watch is an easy way to enablewatches for all tasks with real priorities between the watch ceiling and floorpriorities.Watch Priority Ceilingusage: cwceil prioritySet the watch priority ceiling. All tasks with a priority less than the ceilingpriority are not watched. This allow you to ignore high priority system anddriver tasks.Watch Priority Floorusage: cwfloor prioritySet the watch priority floor. All tasks with a priority greater than the floorpriority level are not watched. This allows you to remove tasks such as IDLEfrom being monitored.Traceusage: ctrace [-c] [-r records]Dump the trace record. The option '-c' will output the records in commaseparated variables (CSV). The '-r' option controls the number of recordsdumped. This can help stop the command looping for-ever.Triggerusage: ctrig type [from name] [from id] [to name] [to id]Set a trigger. The types of triggers are :from : trigger on a context switch from a taskto : trigger on a context switch to a taskedge : trigger on a context switch from a task to a taskThe from and to trigger types requires a task name or task id or both beprovided. The edge requires a from name and/or id and a to name and/or id beprovided.Flushusage: cflush [-n]Flush the trace record. The option '-n' stops the capture engine beprimed. This means an exising trigger state will not be cleared and tracingwill continue.Status.The following is a list of outstanding issues or bugs.1) The capture engine does not scan the existing list of tasks in the kernelwhen initialised. This means tasks that exist but are not active are notseen. Not sure how to implement this one.2) The blocking read of trace records has not been completely implemented ortested. This will wait until I complete the csv support for the cli for aserial UI or the tcp server is implemented.3) Task control block clean up is not implemented. The control block should bedumped to the trace buffer. This requires extended record formats. This canbe implemented using an event flag to indicate an extended record followsthe trace record. This would allow a task delete record to be directlyfollowed by the task information.4) Complete csv (comma separated variable) support for the CLI.5) Implement a tcp server interface.6) Complete the capture engine API documentation.7) Test the user supplied time stamp handler.8) Task name support is only for the rtems_name type. This means the only theclassic API tasks are currently supported. Partial support for the differenttask names is provided how-ever this is not clean and does not support thevariable length task name such as found in the POSIX tasks.
