2021-06-13 16:33:50 -04:00
|
|
|
Table process
|
|
|
|
===========
|
2021-06-14 02:10:11 -04:00
|
|
|
|
2021-06-13 16:33:50 -04:00
|
|
|
Currently running system processes
|
|
|
|
|
2021-06-14 04:53:37 -04:00
|
|
|
Fields
|
|
|
|
------
|
|
|
|
|
2021-11-07 12:04:02 -05:00
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
| -------- | ------------------------------------------ | ------------- | ---- | --- | ------------------- | ----- |
|
|
|
|
| pid | The ID of the process | int unsigned | NO | PRI | NULL | |
|
|
|
|
| hostname | The name of the host the process is ran on | varchar(32) | NO | PRI | NULL | |
|
|
|
|
| command | | varbinary(32) | NO | | | |
|
|
|
|
| created | | datetime | NO | | 0001-01-01 00:00:00 | |
|
2021-06-13 16:33:50 -04:00
|
|
|
|
2021-06-14 04:53:37 -04:00
|
|
|
Indexes
|
|
|
|
------------
|
|
|
|
|
2021-11-07 11:10:47 -05:00
|
|
|
| Name | Fields |
|
|
|
|
| ------- | ------------- |
|
|
|
|
| PRIMARY | pid, hostname |
|
|
|
|
| command | command |
|
2021-06-14 04:53:37 -04:00
|
|
|
|
|
|
|
|
2021-06-13 16:33:50 -04:00
|
|
|
Return to [database documentation](help/database)
|