Path to this page:
./
sysutils/R-ps,
List, query, manipulate system processes
Branch: CURRENT,
Version: 1.7.7,
Package name: R-ps-1.7.7,
Maintainer: pkgsrc-usersList, query and manipulate all system processes, on 'Windows', 'Linux'
and 'macOS'.
Required to run:[
math/R]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2024-09-20) Updated to version: R-ps-1.7.7
- (2023-06-11) Updated to version: R-ps-1.7.5
- (2021-11-06) Updated to version: R-ps-1.6.0nb1
- (2021-08-30) Updated to version: R-ps-1.6.0
- (2020-12-14) Updated to version: R-ps-1.5.0
- (2019-08-09) Package added to pkgsrc.se, version R-ps-1.3.0 (created)
CVS history: (Expand)
2023-06-11 12:52:42 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(sysutils/R-ps) Updated 1.6.0 to 1.7.5
# ps 1.7.5
# ps 1.7.4
* `ps::ps_get_cpu_affinity()` now works for other processes on Linux, not only
the calling process.
# ps 1.7.3
* The output of `ps_disk_usage()`, `ps_disk_partitions()` and
`ps_shared_lib_users()` now do not include a spurious `stringsAsFactors`
column.
# ps 1.7.2
* `ps_system_memory()$percent` now returns a number scaled between 0 and 100
on Windows, rather than between 0 and 1 (#131, @francisbarton).
# ps 1.7.1
* ps now returns data frames instead of tibbles. While data frames and
tibbles are very similar, they are not completely compatible. To convert
the output of ps to tibbles call the `tibble::as_tibble()` function
on them.
* `ps()` now does not fail if both `user` and `after` are specified (#129).
# ps 1.7.0
* ps now compiles on platforms that enable OpenMP (#109).
* New functions `ps_get_cpu_affinity()` and `ps_set_cpu_affinity()` to query
and set CPU affinity (#123).
* `ps_memory_info()` now does not mix up `rss` and `vms` on Linux.
* `ps_memory_info()` now reports memory in bytes instead of pages on Linux (#115)
|
2021-11-06 14:37:33 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(sysutils/R-ps) PKGREVISION++
|
2021-11-06 14:36:43 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(sysutils/R-ps) revert recent adhoc change
|
2021-11-03 14:59:13 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(sysutils/R-ps) adhoc, purely tentative fix for RELRO
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2020-12-14 04:26:20 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(sysutils/R-ps) Updated 1.3.0 to 1.5.0
# ps 1.5.0
* New function `ps_shared_libs()` to list the loaded shared libraries
of a process, on Windows.
* New function `ps_shared_lib_users()` to list all processes that
loaded a certain shared library, on Windows.
* New function `ps_descent()` to query the ancestry of a process.
# ps 1.4.0
* ps is now under the MIT license.
* Process functions now default to the calling R process. So e.g. you can
write simply `ps_connections()` to list all network connections of the
current process, instead of `ps_connections(ps_handle())`.
* New `ps_get_nice()` and `ps_set_nice()` functions to get and set the
priority of a process (#89).
* New `ps_system_memory()` and `ps_system_swap()` functions, to
return information about system memory and swap usage.
* New `ps_disk_partitions()` and `ps_disk_usage()` functions, they
return information about file systems, similarly to the `mount` and
`df` Unix commands.
* New `ps_tty_size()` function to query the size of the terminal.
* Fixed an issue in `CLeanupReporter()` that triggered random failures
on macOS.
# ps 1.3.4
* `ps_cpu_count()` now reports the correct number on Windows, even if
the package binary was built on a Windows version with a different
API (#77).
# ps 1.3.3
* New function `errno()` returns a table of `errno.h` error codes and
their description.
* ps now compiles again on Solaris.
# ps 1.3.2
* ps now compiles again on unsupported platforms like Solaris.
# ps 1.3.1
* Fixed an installation problem on some Windows versions, where the
output of `cmd /c ver` looks different (#69).
|