asteris-llc/converge

View on GitHub
docs/content/extra/systemd-properties/slice_properties.md

Summary

Maintainability
Test Coverage
---
title: "systemd_SliceTypeProperties"
slug: "systemd_SliceTypeProperties"
date: "2017-02-03T07:38:25-06:00"
menu:
  main:
    parent: extra
---
## SliceTypeProperties

SliceTypeProperties represent the properties that can be set for slice
units. The fields and their exported types are listed below; for a more
comprehensive explanation of these fields see:
https://www.freedesktop.org/wiki/Software/systemd/dbus/


- `BlockIOAccounting` (`bool`)
- `BlockIODeviceWeight` (`[][]interface{}`)
- `BlockIOReadBandwidth` (`[][]interface{}`)
- `BlockIOWeight` (`uint64`)
- `BlockIOWriteBandwidth` (`[][]interface{}`)
- `CPUAccounting` (`bool`)
- `CPUQuotaPerSecUSec` (`uint64`)
- `CPUShares` (`uint64`)
- `CPUUsageNSec` (`uint64`)
- `ControlGroup` (`string`)
- `Delegate` (`bool`)
- `DeviceAllow` (`[][]interface{}`)
- `DevicePolicy` (`string`)
- `MemoryAccounting` (`bool`)
- `MemoryCurrent` (`uint64`)
- `MemoryLimit` (`uint64`)
- `Slice` (`string`)
- `StartupBlockIOWeight` (`uint64`)
- `StartupCPUShares` (`uint64`)
- `TasksAccounting` (`bool`)
- `TasksCurrent` (`uint64`)
- `TasksMax` (`uint64`)