Index size and index creation time

Version 3 - Updated on 07 Nov 2017 at 1:55AM by Joachim Hansen

Description

  • Elasticsearch https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html
    • Index creation time: took (in miliseccond) ... from the response
    • curl -XGET 'localhost:9200/_cat/indices?v&h=i,tm&s=tm:desc&pretty'
    • command above works well 
    • index_local   57.1kb
      index_test3   28.8kb
      index_test4   28.6kb
      index_test2   28.3kb
      index_test6   14.6kb
      index_test100 14.5kb
      index_test7   14.5kb
      index_test    14.4kb
      index_test15  14.4kb
      index_test25  14.4kb
      index_test9   14.3kb
      index_test5   14.2kb
      twitter        6.5kb
  • Solr