System Design | Implementation Rule Book | CheatSheet
By Prithvi Atal, Engineer, Driving High-Performance Solutions
Sunday, October 29, 2017
Investigating Performance issue in Live Environment
›
Take a thread dump when the issue is with CPU Go for heap dump if this is affecting high memory usage Replicate similar load testing i...
Thursday, October 19, 2017
Spring annotations: What When and How?
›
@Configuration: Used as a replacement for bean definition in xml. Usually @Bean is used to register beans. @Configurable // To...
Saturday, October 14, 2017
Less Commands
›
Forward Search ./ – search for a pattern which will take you to the next occurrence. n – for next match in forward N – for previo...
Monday, October 2, 2017
JVM Profiling
›
JVM profiling in highly useful in identifying what in happening in JVM. There are many tools available for profiling. -Visual VM -...
Saturday, May 6, 2017
Elastic Search Sample Query
›
http://localhost:5601/app/kibana#/dev_tools/console?_g=() user:pwd elastic/changeme PUT /customer?pretty GET /_cat/indices?v P...
‹
›
Home
View web version