Skip to content

Instantly share code, notes, and snippets.

@Vineeth-Mohan
Created March 28, 2012 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vineeth-Mohan/2225829 to your computer and use it in GitHub Desktop.
Save Vineeth-Mohan/2225829 to your computer and use it in GitHub Desktop.
mkdir cache/ database/ container/
time java -cp xbrlapi-examples-6.0-jar-with-dependencies.jar org.xbrlapi.data.bdbxml.examples.render.Run -database database -container container -cache cache -output report.html -target http://localhost/xbrls/newOne/aapl-20111231.xml -template ../src/main/java/org/xbrlapi/data/bdbxml/examples/render/template.ftl
du -sch cache/ database/ container/
time java -cp xbrlapi-examples-6.0-jar-with-dependencies.jar org.xbrlapi.data.bdbxml.examples.render.Run -database database -container container -cache cache -output reportNewOne.html -target http://localhost/xbrls/goog-20111231.xml -template ../src/main/java/org/xbrlapi/data/bdbxml/examples/render/template.ftl
du -sch cache/ database/ container/
Output
log4j:WARN No appenders could be found for logger (org.xbrlapi.data.bdbxml.StoreImpl).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
real 3m24.460s
user 3m29.309s
sys 0m2.924s
6.5M cache/
195M database/
4.0K container/
201M total
log4j:WARN No appenders could be found for logger (org.xbrlapi.data.bdbxml.StoreImpl).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
real 11m8.190s
user 11m23.183s
sys 0m2.344s
11M cache/
253M database/
4.0K container/
263M total
vineeth@vineeth-XPS-L501X:~/xbrl/xbrlapi/trunk/module-examples/target$ du -sch /var/www/xbrls/newOne/
1.9M /var/www/xbrls/newOne/
1.9M total
vineeth@vineeth-XPS-L501X:~/xbrl/xbrlapi/trunk/module-examples/target$ du -sch /var/www/xbrls/
7.8M /var/www/xbrls/
7.8M total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment