Commit df97038
mef
(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 (NetBSD#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 (NetBSD#129).
# ps 1.7.0
* ps now compiles on platforms that enable OpenMP (NetBSD#109).
* New functions `ps_get_cpu_affinity()` and `ps_set_cpu_affinity()` to query
and set CPU affinity (NetBSD#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 (NetBSD#115)1 parent 006ce19 commit df97038
2 files changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments