Skip to content

Commit

Permalink
Update readme to match behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
prees1 committed Feb 8, 2023
1 parent 0a8d45c commit 75422a3
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ CPU Count
Operating System
Operating System Version
CPU name
CPU_Description
CPU_Manufacturer
CPU_L2CacheSize
CPU_L3CacheSize
CPU_SocketDesignation
TotalVisible_Memory_GB
TotalVirtual_Memory_GB
```

You can also capture information about processes running on the host machine. This feature is disabled by default, to enable it use the flag `-ProcessStats`. Note that this will only work when using WinRM, and so can't be used alongside the `-NoWinRM` flag. Running this flag will gather the following information about a process:
Expand All @@ -58,18 +65,6 @@ Max Memory Used (MB)
Total Alive Time in Seconds
```

It is also configured to capture the following values, however in order to see them in Tidal Migrations you must add the following as custom fields for servers. You can do that at a URL that looks like, https://your_domain.tidalmg.com/#/admin/servers

```
CPU_Description
CPU_Manufacturer
CPU_L2CacheSize
CPU_L3CacheSize
CPU_SocketDesignation
TotalVisible_Memory_GB
TotalVirtual_Memory_GB
```

*NB: The names must match the names above exactly. If you wish to change these or add other values you can do so at the end of the file in [windows/server_stats.ps1](windows/server_stats.ps1)*


Expand Down

0 comments on commit 75422a3

Please sign in to comment.