Skip to content

Instantly share code, notes, and snippets.

@michaelrice
Created May 12, 2014 04:41
Show Gist options
  • Save michaelrice/80752e65520afb797211 to your computer and use it in GitHub Desktop.
Save michaelrice/80752e65520afb797211 to your computer and use it in GitHub Desktop.
2014-05-11 23:39:11,599 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient - starting ssh process.
2014-05-11 23:39:11,601 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient - opened session to host
2014-05-11 23:39:11,607 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient - created user info
2014-05-11 23:39:11,608 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient - set user info
2014-05-11 23:39:11,689 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient$MyUserInfo - showMessage:
2014-05-11 23:39:11,700 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient$MyUserInfo - prompt: Password:
2014-05-11 23:39:11,700 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient$MyUserInfo - The server is asking us for a password.
2014-05-11 23:39:11,777 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient$MyUserInfo - echo: false
2014-05-11 23:39:11,796 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient - connected to server.
2014-05-11 23:39:11,797 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient - running command.
2014-05-11 23:39:11,918 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient - set command on channel
2014-05-11 23:39:12,045 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient - <?xml version="1.0"?><esxcli:output xmlns:esxcli="http://www.vmware.com/Products/ESX/5.0/esxcli/">
<esxcli:list type="struct">
<esxcli:struct type="VMKPing">
<esxcli:field name="Trace">
<esxcli:list type="struct">
<esxcli:struct type="VMKPingTrace">
<esxcli:field name="Recieved Bytes"><esxcli:int>64</esxcli:int></esxcli:field>
<esxcli:field name="Host"><esxcli:string>10.12.254.1</esxcli:string></esxcli:field>
<esxcli:field name="ICMP Seq"><esxcli:int>0</esxcli:int></esxcli:field>
<esxcli:field name="TTL"><esxcli:int>64</esxcli:int></esxcli:field>
<esxcli:field name="Round-trip Time"><esxcli:int>2571</esxcli:int></esxcli:field>
<esxcli:field name="Dup"><esxcli:bool>false</esxcli:bool></esxcli:field>
</esxcli:struct>
</esxcli:list>
</esxcli:field>
<esxcli:field name="Summary">
<esxcli:struct type="VMKPingSummary">
<esxcli:field name="Host Addr"><esxcli:string>10.12.254.1</esxcli:string></esxcli:field>
<esxcli:field name="Transmitted"><esxcli:int>1</esxcli:int></esxcli:field>
<esxcli:field name="Recieved"><esxcl
2014-05-11 23:39:12,046 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient - i:int>1</esxcli:int></esxcli:field>
<esxcli:field name="Duplicated"><esxcli:int>0</esxcli:int></esxcli:field>
<esxcli:field name="Packet Lost"><esxcli:int>0</esxcli:int></esxcli:field>
<esxcli:field name="Round-trip Min"><esxcli:int>2571</esxcli:int></esxcli:field>
<esxcli:field name="Round-trip Avg"><esxcli:int>2571</esxcli:int></esxcli:field>
<esxcli:field name="Round-trip Max"><esxcli:int>2571</esxcli:int></esxcli:field>
</esxcli:struct>
</esxcli:field>
</esxcli:struct>
</esxcli:list>
</esxcli:output>
2014-05-11 23:39:12,064 [http-bio-8080-exec-7] TRACE jschssh.SecureJschClient - exit-status: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment