Created
October 31, 2018 07:02
-
-
Save rjernst/c6885fd03e6283ac4c2a0b95c9451049 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
At line:1 char:24 | |
+ $tries = 10;do { $p = Get-Service -Name elasticsearch-service-x64; echo $p; i ... | |
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : ObjectNotFound: (elasticsearch-service-x64:String) [Get-Service], ServiceCommandExceptio | |
n | |
+ FullyQualifiedErrorId : NoServiceFoundForGivenName,Microsoft.PowerShell.Commands.GetServiceCommand | |
]> | |
<org.elasticsearch.packaging.util.Shell$Result exitCode = [0] stdout = [ | |
Image Name PID Session Name Session# Mem Usage | |
========================= ======== ================ =========== ============ | |
System Idle Process 0 Services 0 4 K | |
System 4 Services 0 264 K | |
smss.exe 320 Services 0 1,036 K | |
csrss.exe 416 Services 0 4,084 K | |
wininit.exe 468 Services 0 4,252 K | |
csrss.exe 476 Console 1 10,156 K | |
winlogon.exe 520 Console 1 6,240 K | |
services.exe 560 Services 0 5,516 K | |
lsass.exe 568 Services 0 10,744 K | |
svchost.exe 640 Services 0 9,692 K | |
svchost.exe 680 Services 0 6,392 K | |
dwm.exe 764 Console 1 28,836 K | |
VBoxService.exe 776 Services 0 5,008 K | |
svchost.exe 840 Services 0 15,588 K | |
svchost.exe 872 Services 0 38,244 K | |
svchost.exe 916 Services 0 10,052 K | |
svchost.exe 988 Services 0 18,516 K | |
svchost.exe 388 Services 0 11,288 K | |
spoolsv.exe 1072 Services 0 9,588 K | |
svchost.exe 1104 Services 0 10,492 K | |
ruby.exe 1144 Services 0 14,128 K | |
svchost.exe 1344 Services 0 11,476 K | |
wlms.exe 1388 Services 0 2,728 K | |
sppsvc.exe 1704 Services 0 14,536 K | |
svchost.exe 1816 Services 0 8,716 K | |
svchost.exe 1908 Services 0 4,840 K | |
vds.exe 1944 Services 0 7,796 K | |
WmiPrvSE.exe 2196 Services 0 6,340 K | |
SppExtComObj.Exe 2388 Services 0 4,740 K | |
taskhostex.exe 2556 Console 1 8,128 K | |
explorer.exe 2616 Console 1 61,768 K | |
LicensingUI.exe 3064 Console 1 14,480 K | |
VBoxTray.exe 2336 Console 1 6,296 K | |
wlrmdr.exe 2284 Console 1 4,572 K | |
msdtc.exe 2428 Services 0 6,720 K | |
wsmprovhost.exe 1964 Services 0 57,720 K | |
cmd.exe 2072 Services 0 2,032 K | |
conhost.exe 940 Services 0 3,044 K | |
powershell.exe 2208 Services 0 53,288 K | |
powershell.exe 2532 Services 0 55,044 K | |
java.exe 736 Services 0 83,240 K | |
WmiPrvSE.exe 2484 Services 0 6,852 K | |
WMIADAP.exe 1052 Services 0 4,956 K | |
elasticsearch-service-x64 3048 Services 0 175,768 K | |
svchost.exe 1384 Services 0 2,944 K | |
WerFault.exe 2172 Services 0 13,052 K | |
powershell.exe 408 Services 0 52,724 K | |
conhost.exe 2508 Services 0 3,664 K | |
tasklist.exe 712 Services 0 5,476 K | |
] stderr = []> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment