Your repository has two commits:
$ git log --oneline
957fbfb No, I am your father.
9bb71ff A long time ago in a galaxy far, far away....
| ubuntu@ip-10-202-152-39:~$ cat /proc/cpuinfo | |
| processor : 0 | |
| vendor_id : GenuineIntel | |
| cpu family : 6 | |
| model : 45 | |
| model name : Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz | |
| stepping : 7 | |
| microcode : 0x70a | |
| cpu MHz : 1799.999 | |
| cache size : 20480 KB |
| upstream myapp { | |
| server 127.0.0.1:8081; | |
| } | |
| limit_req_zone $binary_remote_addr zone=login:10m rate=1r/s; | |
| server { | |
| listen 443 ssl spdy; | |
| server_name _; | |
This is taken directly from Figure 5.2 in http://nixos.org/~eelco/pubs/phd-thesis.pdf. It is presented here to be more directly linkable.
serialise(fso) = str("nix-archive-1") + serialise1(fso)
serialise1(fso) = str("(") + seralise2(fso) + str(")")
serialise2(type=Regular, exec, contents) =
str("type") + str("regular")
+ (
Heroku's default logging format omits user agent and referrer strings - but these are useful to have! Especially if you want to be able to run your own analysis on what kind of browsers are using your service.
A default Heroku log line looks like this:
heroku/router: at=info method=GET path="/page-on-your-site/"
host=your-site.herokuapp.com
<key> <groupname> <id or $><key> <id or $><key> <groupname><key> <consumername><key> [<start> <stop>]<key> <group-name> <consumer-name> <min-idle-time> <ID-1> <ID-2> ...<key> <ID-1> <ID-2> ...[CONSUMERS|GROUPS|STREAM|...]. STREAM is the default