tree: 0b63829e870035ca9d813fcd1677eca68155b6e8 [path history] [tgz]
  1. dockyard/
  2. proto/
  3. transport/
  4. .clang-format
  5. BUILD.gn
  6. gt_log.cc
  7. gt_log.h
  8. gt_log_test.cc
  9. OWNERS
  10. README.md
src/developer/system_monitor/lib/README.md

System Monitor Dockyard

The System Monitor is a system for displaying the vital signs of a Fuchsia device and its processes. Samples are collected for global and per-process CPU, memory usage, and process list which are relayed to the Host computer for display.

See also: /docs/development/system_monitor/README.md

Dockyard Library

The Dockyard is used as a library (with no GUI itself) that collects data from the Fuchsia device through the transport system. It responds to requests from the GUI for digestible (i.e. small) sections of data that will be presented to the user.

Transport

The communication between the Harvester and the Dockyard is handled by the Transport which will run on both the Host machine and the Fuchsia device.