25 lines
724 B
Plaintext
25 lines
724 B
Plaintext
# Smaps detalisation flag
|
|
|
|
## Approach
|
|
|
|
You should follow Test Driven Development on implementation of this feature.
|
|
|
|
### Requirement
|
|
|
|
Before reporting on success =>
|
|
end2end testing should be performed using tui & cli output formats.
|
|
No regression should be detected
|
|
|
|
If you see any inconsistency - ask me, using question tool. Do not implicitly decide.
|
|
If answer to the question could be found using codebase search (only in $PWD) - first research
|
|
|
|
## Goal
|
|
|
|
Add --smaps flag with two possible values: VERBOSE|SIMPLE
|
|
|
|
Default flag value is SIMPLE
|
|
|
|
When using this value, per producer detalisation on smaps should not be outputted anywhere
|
|
|
|
On Verbose output -> per producer summary PSS/RSS consumption should be outputted.
|