Closed Bug 716758 Opened 12 years ago Closed 12 years ago

please update graphs and graphs-staging with sql database entries for osx rss collection

Categories

(Data & BI Services Team :: DB: MySQL, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jmaher, Assigned: scabral)

References

Details

we need to update graphs.m.o and graphs-stage.m.o with this sql:

insert into tests values (NULL,"tp5r_nochrome_paint","Tp5r NoChrome MozAfterPaint",0,1,15);
insert into tests values (NULL,"tp5r_paint","Tp5r MozAfterPaint",1,1,15);
insert into tests values (NULL,"tp5r_pbytes_paint", "Tp5r MozAfterPaint (Private Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5r_pbytes_nochrome_paint","Tp5r NoChrome MozAfterPaint (Private Bytes)",0,1,NULL);
insert into tests values (NULL,"tp5r_rss_paint","Tp5r MozAfterPaint (RSS)",1,1,NULL);
insert into tests values (NULL,"tp5r_rss_nochrome_paint","Tp5r NoChrome MozAfterPaint (RSS)",0,1,NULL);
insert into tests values (NULL,"tp5r_main_rss_paint","Tp5r MozAfterPaint (Main RSS)",1,1,NULL);
insert into tests values (NULL,"tp5r_content_rss_paint","Tp5r MozAfterPaint (Content RSS)",1,1,NULL);
insert into tests values (NULL,"tp5r_main_rss_nochrome_paint","Tp5r NoChrome MozAfterPaint (Main RSS)",0,1,NULL);
insert into tests values (NULL,"tp5r_content_rss_nochrome_paint","Tp5r NoChrome MozAfterPaint (Content RSS)",0,1,NULL);
insert into tests values (NULL,"tp5r_xres_paint","Tp5r MozAfterPaint (XRes)",1,1,NULL);
insert into tests values (NULL,"tp5r_xres_nochrome_paint","Tp5r NoChrome MozAfterPaint (XRes)",0,1,NULL);
insert into tests values (NULL,"tp5r_%cpu_paint","Tp5r MozAfterPaint (%CPU)",1,1,NULL);
insert into tests values (NULL,"tp5r_%cpu_nochrome_paint","Tp5r NoChrome MozAfterPaint (%CPU)",0,1,NULL);
insert into tests values (NULL,"tp5r_memset_paint","Tp5r MozAfterPaint (Memset)",1,1,NULL);
insert into tests values (NULL,"tp5r_memset_nochrome_paint","Tp5r NoChrome MozAfterPaint (Memset)",0,1,NULL);
insert into tests values (NULL,"tp5r_modlistbytes_paint","Tp5r MozAfterPaint (Modified Page List Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5r_modlistbytes_nochrome_paint","Tp5r NoChrome MozAfterPaint (Modified Page List Bytes)",0,1,NULL);
insert into tests values (NULL,"tp5r_shutdown_paint","Tp5r Shutdown MozAfterPaint",1,1,15);
insert into tests values (NULL,"tp5r_shutdown_nochrome_paint","Tp5r NoChrome Shutdown MozAfterPaint",0,1,15);
insert into tests values (NULL,"tp5r_responsiveness_paint","Tp5r Responsiveness MozAfterPaint",1,1,15);
insert into tests values (NULL,"tp5r_responsiveness_nochrome_paint","Tp5r NoChrome Responsiveness MozAfterPaint",0,1,15);
insert into tests values (NULL,"tp5r_responsiveness_nochrome","Tp5r NoChrome Responsiveness",0,1,15);
insert into tests values (NULL,"tp5r_responsiveness","Tp5r Responsiveness",1,1,15);
Assignee: server-ops → server-ops-database
Component: Server Operations → Server Operations: Database
Done on stage and production.
Assignee: server-ops-database → scabral
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.