Stress statements simulate stress conditions in the target application.
| Statement | Description |
|---|---|
| DisableNetworking | Disables all network adapters and returns the number of adapters successfully disabled. |
| EnableNetworking | Enables all network adapters disabled by the DisableNetworking statement and returns the number of adapters successfully enabled. |
| SimulateDriveReadOnly | Simulates a read-only drive. |
| SimulateDriveRemainingSpace | Simulates a drive with remaining free space. |
| SimulateMemoryPerAllocationLimit | Simulates the maximum amount of memory available to the application for each allocation attempt. |
| SimulateMemoryRemainingSpace | Simulates memory with an amount of remaining free space. |