You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Old bunch of the examples (removed at 7327b6d) was not that good, as they were using internal APIs and worked with sub-crates directly, which led to confusion, since the intended way to work with heim is via facade crate.
Right now there is a bunch of new examples exist, but it would be nice to have more of them. For a start, psutil examples could be used as an inspiration.
nice (with heim::process::os::unix::ProcessExt::niceness and heim::process::os::windows::ProcessExt::priority help)
Note: these examples are using master branch of heim right now and it will be a good idea to use local documentation instead of the outdated one from docs.rs
The text was updated successfully, but these errors were encountered:
Old bunch of the examples (removed at 7327b6d) was not that good, as they were using internal APIs and worked with sub-crates directly, which led to confusion, since the intended way to work with
heim
is via facade crate.Right now there is a bunch of new examples exist, but it would be nice to have more of them. For a start,
psutil
examples could be used as an inspiration.Here is a quick list of what can be added:
df -h
analogfree -m
ifconfig
iotop
killall
meminfo
netstat -antp
(blocked by Network connections #28, Network connections #29, Network connections #30, and Tracking issue for process::Process missing methods #106)nettop
pidof
pmap
(blocked by Tracking issue for process::Process missing methods #106)procinfo
(can be implemented partially, leftovers are blocked by Tracking issue for process::Process missing methods #106)procsmem
(blocked by Tracking issue for process::Process missing methods #106)ps
(can be implemented partially, Tracking issue for process::Process missing methods #106)pstree
sensors
(blocked by Tracking issue for heim-sensors crate first iteration #91)temperatures
(blocked by Tracking issue for heim-sensors crate first iteration #91)top
who
nice
(withheim::process::os::unix::ProcessExt::niceness
andheim::process::os::windows::ProcessExt::priority
help)Note: these examples are using
master
branch ofheim
right now and it will be a good idea to use local documentation instead of the outdated one from docs.rsThe text was updated successfully, but these errors were encountered: