Python - REST API call example with a self certificated SSL connection
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 import time import http.client import ssl import json conn = http.client.HTTPSConnection("loca...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 import time import http.client import ssl import json conn = http.client.HTTPSConnection("loca...
It is worth to read the following blog if interested in C++ co-routine support. https://blogs.msdn.microsoft.com/vcblog/2017/05/19/using-c-coroutines-with-bo...
https://www.gitbook.com/book/0xax/linux-insides/details
jcmd: Prints basic class, thread, and VM information for a Java process Example) 1 2 3 4 5 6 7 8 % jcmd <process_id> VM.uptime % jcmd <process_id>...
Memory utilization 1 2 3 4 5 vmstat 1 [/cpde] Disk utilization [code lang="C"] iostat -xm 5 Network utilization tool 1 nicstat Network connection status 1 ...