ps icon indicating copy to clipboard operation
ps copied to clipboard

R package to query, list, manipulate system processes

Results 28 ps issues
Sort by recently updated
recently updated
newest added

`?ps::ps_memory_info` says: https://github.com/r-lib/ps/blob/9730a38ad7455d35ffd171cc50f220a161c15794/R/low-level.R#L485 but it's actually returning a named numeric vector; ```r > str(ps::ps_memory_info()) Named num [1:7] 1.00e+09 1.22e+09 2.11e+07 4.10e+03 0.00 ... - attr(*, "names")= chr [1:7] "rss" "vms"...

tidy-dev-day :nerd_face:

Thank you for developing and maintaining such a useful R package. For my use-case, it would be very beneficial to have a function to return disk IO counters (read bytes,...

feature

Would it be feasible to show the command of each process in the output of `ps::ps()`? I think this would make processes easier to find.

feature
tidy-dev-day :nerd_face:

Kills a list of process handles in parallel with a grace period. - First a `SIGTERM` is issued to allow processes to gracefully terminate if they can. - We listen...

feature

Implement `ps_disk_io_counters` for Linux and Windows based on psutil. Adds new functions - `ps_disk_io_counters`: Exported user-facing function, to return data.frame of disk IO counters. Takes 1 argument, perdisk, whether to...

Windows only. Switch to or send alert to the window of a process.