dotCMS / core

Headless/Hybrid Content Management System for Enterprises
http://dotcms.com
Other
861 stars 468 forks source link

Dashboard fixes for 2.x #1270

Closed jtesser closed 12 years ago

dotjorgeu commented 12 years ago

Built a way to generate clickstream data in order to test this. First we create an url file with paths in lines using the output of select parent_path||asset_name from identifier join htmlpage on htmlpage.identifier=identifier.id; We gonna test that against localhost:8080 pages for other hosts other than default will give us some 404 data (also useful). Then we pass that file to this bash script https://gist.github.com/3874734 That will create records for 300 days back from now. It has some settings hardcoded that might need some adjustments outside my laptop. Then we can run DashBoard analzer with this JSP https://gist.github.com/3874750

dotjorgeu commented 12 years ago

after some small fixes it is working! http://i.imgur.com/R74N9.png

DeanGonzalez commented 11 years ago

Will check again in all 4 db's when this bug is fixed: https://github.com/dotCMS/dotCMS/issues/1881