Skip to content

Commit ed274b3

Browse files
committed
thanks for attending performance
1 parent a55fb97 commit ed274b3

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

resources.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
#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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public void init() {
2626
}
2727

2828
public void onNewInvocation(@Observes MethodInvocation invocation) {
29+
System.out.println("invocation = " + invocation);
2930
this.invocation.add(invocation);
3031
}
3132

0 commit comments

Comments
 (0)