---
title: "Get a process based on CPU usage info in the device"
method: GET
path: "/status/process"
---

# Get a process based on CPU usage info in the device

`GET /status/process`

Get a process based on high usage CPU(linux command "top") in the device or system.

## Response `200`

OK

- object
  - `processAttr` ProcessInfoEntry[]
    - `pid` string — process ID
    - `user` string — User name that start the process
    - `priority` string — process priority
    - `nice` string — process nice value
    - `virtMemory` string — virtual memory usage
    - `residentSize` string — Physical memory usage
    - `sharedMemory` string — Shared memory usage
    - `status` string — process status
    - `CPUUsage` string — CPU usage of the process
    - `MemoryUsage` string — Memory usage of the process
    - `time` string — Executation time
    - `command` string — process command

## Other responses

- `401` — Invalid authentication credentials
- `500` — Internal service error
- `503` — Maintenance mode

---

[API](https://skmtc.net/loxilb-io/apis/loxilb-rest-api.md) · [All operations](https://skmtc.net/loxilb-io/apis/loxilb-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loxilb-io/loxilb-rest-api/versions/45e9f0a95af0/schema)
