forked from r-lib/ps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
91 lines (81 loc) · 1.47 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
url: https://ps.r-lib.org/
template:
package: tidytemplate
bootstrap: 5
includes:
in_header: |
<script defer data-domain="ps.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
destination: docs
development:
mode: auto
reference:
- title: List processes
contents:
- ps
- ps_pids
- title: Process query API
contents:
- ps_children
- ps_cmdline
- ps_cpu_times
- ps_create_time
- ps_cwd
- ps_descent
- ps_environ
- ps_exe
- ps_handle
- ps_is_running
- ps_memory_info
- ps_memory_full_info
- ps_name
- ps_num_threads
- ps_pid
- ps_ppid
- ps_shared_libs
- ps_status
- ps_terminal
- ps_uids
- ps_username
- title: Files and Network Connections
contents:
- ps_connections
- ps_num_fds
- ps_open_files
- title: Process manipulation
contents:
- ps_interrupt
- ps_kill
- ps_resume
- ps_send_signal
- ps_suspend
- ps_terminate
- ps_get_cpu_affinity
- ps_set_cpu_affinity
- ps_get_nice
- ps_set_nice
- ps_windows_nice_values
- title: Users
contents:
- ps_users
- title: System information
contents:
- ps_boot_time
- ps_os_type
- ps_cpu_count
- ps_tty_size
- ps_disk_partitions
- ps_disk_usage
- ps_loadavg
- ps_shared_lib_users
- ps_system_cpu_times
- ps_system_memory
- ps_system_swap
- title: Process tree cleanup
contents:
- ps_mark_tree
- CleanupReporter
- title: Utility functions
contents:
- ps_is_supported
- signals
- errno