{
  "slug": "memory-pressure-summary",
  "title": "Check Memory Pressure Quickly",
  "fixture": "containers/systemd-health-lab",
  "command_count": 2,
  "container_tool": "docker",
  "image": "localhost/linuxoneliners-lab:latest",
  "exit_code": 0,
  "elapsed_ms": 198,
  "stdout": "::fixture-ready::\n$ free -h\n               total        used        free      shared  buff/cache   available\nMem:           1.9Gi       1.3Gi       120Mi        12Mi       420Mi       390Mi\nSwap:          2.0Gi       128Mi       1.9Gi\n::exit-code::0\n$ uptime\n 14:34:10 up 2 days,  4:18,  1 user,  load average: 0.32, 0.58, 0.71\n::exit-code::0\n",
  "stderr": "",
  "ok": true,
  "security": {
    "network": "none",
    "capabilities": "dropped",
    "no_new_privileges": true,
    "memory": "256m",
    "cpus": "1",
    "pids_limit": 128,
    "tmpfs": [
      "/tmp",
      "/var"
    ]
  }
}