Feature #7751
Support #7559: Memory check issues for Sirius A
Implement new sqlite-driven memory check service
Scope:
Internal
Experiment:
-
SSI Package:
art
Description
The new TimeTracker
service is sqlite
-driven, allowing for an sqlite
database output that users can further query. Something similar should be implemented for a memory checker. The current SimpleMemoryCheck
service should be reviewed to determine which functionalities should be carried over to the new memory service, and which features should be added.
Related issues
History
#1 Updated by Kyle Knoepfel almost 6 years ago
- Project changed from cet-is to art
- % Done changed from 0 to 100
#2 Updated by Kyle Knoepfel almost 6 years ago
- Status changed from Assigned to Resolved
This service has been implemented as MemoryTracker
.
See the MemoryTracker documentation for details.
Implemented with 66bcc29cda383f033840454b764d3a06d5f316ca.
#3 Updated by Kyle Knoepfel almost 6 years ago
- Related to Feature #5665: SimpleMemoryCheck peak memory from the O.S. added
#4 Updated by Christopher Green almost 6 years ago
- Related to Bug #6344: Filter out output of some art services added
#5 Updated by Christopher Green almost 6 years ago
- Status changed from Resolved to Closed