| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 안철수
- SQL Server 2008
- windows update
- FTP7.5
- 작업관리자
- LiveKD
- Session space
- SQL Server 2012R2 FCI
- Hyper-V
- 클러스터
- Windows Server 2016 Hyper-v Cluster
- windows media service
- cluster node as Domain controller
- windows debugging tool
- 터키여행
- iSCSI target
- dsquery
- Xperf
- MSCS on VMWare
- Windows Server 2016
- windbg
- Windows Server 2008
- 인문고전
- Nested VM
- nonpaged pool
- ftp7.5 장애조치 클러스터
- Local TempDB
- paged pool
- 프로세스 CPU 사용량
- failover cluster
Archives
- Today
- Total
목록2011/04/14 (2)
류짱:Beyond MySelf
nmcap 명령어를 이용한 네트워크 패킷 수집 방법
Netmon의 nmcap 명령어를 이용하여 네트워크 패킷을 모니터링 하는 방법입니다. 아래 샘플은 해당 서버와 특정 IP(100.100.100.1)간의 네트워크 패킷을 100M 단위로 수집 하는 방법입니다.. 아래와 같이 명령하면, c:\ 밑에 netmoncap1.cap, netmoncap2.cap,… 100mb 단위로 계속 로깅 됩니다. 저장 폴더는 서버 환경에 따라 변경 하시기 바랍니다 넷몬 다운로드(Microsoft Network Monitor 3.4) http://www.microsoft.com/downloads/en/details.aspx?FamilyID=983b941d-06cb-4658-b7f6-3088333d062f 명령 프롬프트 실행 후 넷몬이 설치 된 디렉터리로 이동 후 아래 명령어를 실..
Microsoft/ETC
2011. 4. 14. 15:53
get-process notepad get-process notepad |stop-process -whatif get-process | sort-object workingset -descending | select-object -first 5 get-process notepad |format-table -Property name, starttime get-process | where-object { $_.starttime } |format-table -Property name, starttime
Microsoft/Hyper-V and PowerShell
2011. 4. 14. 15:07