Add CPU Thread assignments
Added CPU Thread assignments for each server
This commit is contained in:
parent
ab4c4e7e9e
commit
2561e3e8d5
9 changed files with 28 additions and 2 deletions
|
@ -73,6 +73,10 @@
|
|||
<td>CPU Limit</td>
|
||||
<td><code>{{ $server->cpu }}%</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CPU Threads</td>
|
||||
<td><code>{{ $server->threads }}</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Default Connection</td>
|
||||
<td><code>{{ $server->allocation->ip }}:{{ $server->allocation->port }}</code></td>
|
||||
|
|
Reference in a new issue