-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.mess
54 lines (48 loc) · 1.35 KB
/
README.mess
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
## About machine-state
This library implements various functions to access status information about the machine, process, etc.
## How To
Since this is a toolkit library, please simply refer to the symbol index for available functions and their behaviour. The following groups of functions are available:
- Process
- ``process-io-bytes``
- ``process-room``
- ``process-time``
- ``process-priority``
- Threads
- ``thread-time``
- ``thread-core-mask``
- ``thread-priority``
- Implementation
- ``gc-room``
- ``gc-time``
- ``static-room``
- ``stack-room``
- GPU
- ``gpu-room``
- ``gpu-time``
- Physical Machine
- ``machine-room``
- ``machine-cores``
- ``machine-uptime``
- ``machine-time``
- Storage Devices
- ``storage-device``
- ``storage-device-path``
- ``storage-room``
- ``storage-io-bytes``
- Network Devices
- ``network-devices``
- ``network-io-bytes``
## Implementation Support
Fetching information about threads that aren't the current one, or GC related information requires implementation support. The following implementations are fully or partially supported:
- CCL
- Clasp
- ECL
- SBCL
- Mezzano
## Operating System Support
Fetching information about various hardware devices is, of course, OS dependent. The following systems are fully or partially supported:
- BSDs (POSIX)
- Linux
- MacOS (darwin)
- Mezzano
- Windows