kubo39 / psutil-d

A system monitoring library for D.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psutil for D

A system monitoring library for D, heavily inspired by psutil. Currently support Linux only.

Currently implemented:

  • cpu.count
  • cpu.stats
  • cpu.times
  • disk.partitions
  • memory.memory
  • memory.swap
  • sensors.battery
  • sensors.fan
  • sensors.temperature

Examples

Cpu

$ dub examples/cpu.d

Disk

$ dub examples/disk.d

Memory

$ dub examples/memory.d

Sensors

$ dub examples/sensors.d

About

A system monitoring library for D.

License:Boost Software License 1.0


Languages

Language:D 100.0%