https://blogs.msdn.microsoft.com/vijaysk/2012/10/26/tools-to-simulate-cpu-memory-disk-load/
윈도우에서 시스템 리소스들에 부하를 유발시키기 위한 도구입니다.
시스템내 퍼포먼스 결과값(BenchMark Tool)을 뽑는것과는 다르게 단순히 부하유발이 목적입니다.
저 같은경우 Auto Scailing(오토스케일링 ::리소스 자원 사용률에 따라 시스템 자동증가/자동감소) 테스트를 위해 사용하였으나 이외에 다른 용도로도 활용가능하니 참고해보시기 바랍니다.
CPU 사용률
Memory 사용률
TestLimit
Example) 총16G 시스템에 메모리사용을 8G 추가
> TestLimit64.exe -d -c 8192


※ 옵셜설명
Testlimit v5.24 - test Windows limits
Copyright (C) 2012-2015 Mark Russinovich
Sysinternals - www.sysinternals.com
Process ID: 1904
usage: testlimit [[-h [-u]] | [-p [-n]] | [-t [-n [KB]]] | [-u [-i]] | [-g [object size]] | [-a|-d|-l|-m|-r|-s|-v [MB]]
| [-w]] [-c [count]] [-e [seconds]]
-a Leak Address Windowing Extensions (AWE) memory in
specified MBs (default is 1).
-c Count of number of objects to allocate (default is as many as possible).
This must be the last option specified.
-d Leak and touch memory in specified MBs (default is 1).
-e Seconds elapsed between allocations (default is 0).
-g Create GDI handles of specified size (default 1 byte).
Specify a size of 0 to cause GDI object exhaustion.
-h Create handles. Specify -u to also allocate file objects.
-i Exhaust USER desktop heap.
-l Allocate the specified amount of large pages (rounded to large size multiple.
-m Leak memory in specified MBs (default is 1).
-p Create processes - add -n to set min working set. Add -n to set min working set of processes to smallest.
-r Reserve memory in specified MBs (default is 1).
-s Leak shared memory in specified MBs (default is 1).
-t Create threads - add -n to specify minimum stack reserve (in KB).
-u Create USER handles to menus.
-v VirtualLock memory in specified MBs (default is 1).
-w Reset working set minimum to highest possible value.
Example)
> ./diskspd.exe -c10G -r -w0 -t8 -o8 -b8k -h -L testfile.dat

디스크에 대한 레포팅 메세지는 아래처럼 나열되니 참고하면 됩니다.


옵션에 대한 부분은 워낙 방대해 /? 통해 확인해보시기 바랍니다.