1 parent a55fb97 commit ed274b3Copy full SHA for ed274b3
2 files changed
resources.md
@@ -1 +1,15 @@
1
#Resources
2
+
3
+https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
4
5
+https://en.wikipedia.org/wiki/HTTP_ETag
6
7
+https://varnish-cache.org
8
9
+http://www.squid-cache.org
10
11
+https://httpd.apache.org/docs/2.4/mod/mod_cache.html
12
+https://github.com/AdamBien/firehose
13
14
+https://github.com/AdamBien/docklands
15
+http://stackoverflow.com/questions/7880784/what-is-rss-and-vsz-in-linux-memory-management
transports/src/main/java/com/airhacks/transports/monitoring/boundary/InvocationsResource.java
@@ -26,6 +26,7 @@ public void init() {
26
}
27
28
public void onNewInvocation(@Observes MethodInvocation invocation) {
29
+ System.out.println("invocation = " + invocation);
30
this.invocation.add(invocation);
31
32
0 commit comments