> For the complete documentation index, see [llms.txt](https://theiotlearninginitiative.gitbook.io/embedded-linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theiotlearninginitiative.gitbook.io/embedded-linux/initialization/processes.md).

# Processes

```bash
Mem: 131420K used, 851648K free, 0K shrd, 8988K buff, 57524K cached
CPU:   4% usr   0% sys   0% nic  95% idle   0% io   0% irq   0% sirq
Load average: 0.27 0.27 0.16 1/135 393
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
  393   386 root     R     2652   0%   5% top
  348   296 root     S     111m  12%   0% /usr/bin/node /opt/xdk-daemon/current/
  292     1 pulse    S <   109m  11%   0% /usr/bin/pulseaudio --system --resampl
  305   290 root     S    80208   8%   0% node /usr/lib/edison_config_tools/edis
  296   291 root     S    76996   8%   0% /usr/bin/node /opt/xdk-daemon/main.js
  345     1 root     S    19896   2%   0% /usr/bin/redis-server /etc/redis/redis
  167     1 systemd- S    12092   1%   0% /lib/systemd/systemd-timesyncd
  116     1 root     S     8680   1%   0% /lib/systemd/systemd-journald
  190     1 root     S     6380   1%   0% /usr/sbin/wpa_supplicant -u -c/etc/wpa
  303   301 root     S     5264   1%   0% (sd-pam)
  194     1 root     S     5128   1%   0% /usr/sbin/ofonod -n
  237     1 root     S     4684   0%   0% /usr/lib/bluez5/bluetooth/bluetoothd -
  285     1 root     S     4536   0%   0% /usr/sbin/mosquitto -c /etc/mosquitto/
    1     0 root     S     4480   0%   0% {systemd} /sbin/init
  301     1 root     S     3636   0%   0% /lib/systemd/systemd --user
  199     1 root     S     3228   0%   0% /usr/sbin/bluetooth_rfkill_event
  386   242 root     S     3204   0%   0% -sh
  291     1 root     S     3132   0%   0% {xdk-daemon} /bin/sh /opt/xdk-daemon/x
  200     1 root     S     3128   0%   0% {launcher.sh} /bin/sh /opt/edison/laun
  242     1 root     S     3120   0%   0% /bin/login --
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://theiotlearninginitiative.gitbook.io/embedded-linux/initialization/processes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
