2021-06-13 22:33:50 +02:00
|
|
|
Table process
|
|
|
|
===========
|
2021-06-14 08:10:11 +02:00
|
|
|
|
2021-06-13 22:33:50 +02:00
|
|
|
Currently running system processes
|
|
|
|
|
2021-06-14 10:53:37 +02:00
|
|
|
Fields
|
|
|
|
------
|
|
|
|
|
2021-11-07 18:04:02 +01: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 22:33:50 +02:00
|
|
|
|
2021-06-14 10:53:37 +02:00
|
|
|
Indexes
|
|
|
|
------------
|
|
|
|
|
2021-11-07 17:10:47 +01:00
|
|
|
| Name | Fields |
|
|
|
|
| ------- | ------------- |
|
|
|
|
| PRIMARY | pid, hostname |
|
|
|
|
| command | command |
|
2021-06-14 10:53:37 +02:00
|
|
|
|
|
|
|
|
2021-06-13 22:33:50 +02:00
|
|
|
Return to [database documentation](help/database)
|