- Made in Ubuntu 16.04
- Make logfile
- Write HIt and MISS data(URL) in logfile.
- Write Run time, sub process count in logfile.
- Make cache file
- Made by hashing URL
- HTTP request URL
- Write Message to cache file when MISS
- Get Message from cache file when HIT
- Made by hashing URL
make
google-chrome --proxy-server="IP Address:PIN number"
Setting -> General -> Network Settings -> Settings... -> Manual proxy configuration -> Set "HTTP Proxy", "Port" -> OK
├── proxy_cache
│ ├── Makefile
│ ├── proxy_cache.c
│ └── proxy_cache
├── cache
│ ├── cache file 1
│ ├── cache file 2
...
│ └── cache file N
└── logfile
└── logfile.txt