II.
LibraryProcess JSON
Structured · livelib-process:performance-optimization--cpu-profiling-investigation
specializations/performance-optimization/cpu-profiling-investigation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:performance-optimization--cpu-profiling-investigation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/performance-optimization/cpu-profiling-investigation",
"description": "CPU Profiling Investigation - Conduct systematic CPU profiling to identify performance bottlenecks\nincluding profiling environment setup, flame graph generation, hot code path identification, and optimization recommendations.",
"libraryPath": "library/specializations/performance-optimization/cpu-profiling-investigation.js",
"specialization": "performance-optimization",
"references": [
"- Flame Graphs: https://www.brendangregg.com/flamegraphs.html",
"- async-profiler: https://github.com/jvm-profiling-tools/async-profiler"
],
"example": "const result = await orchestrate('specializations/performance-optimization/cpu-profiling-investigation', {\n projectName: 'Payment Service',\n targetApplication: 'payment-api',\n profilingTool: 'async-profiler',\n duration: 60,\n workloadType: 'production-traffic'\n});",
"usesAgents": [
"nodejs-profiling"
]
},
"outgoingEdges": [
{
"from": "lib-process:performance-optimization--cpu-profiling-investigation",
"to": "skill-area:performance-monitoring-profiling",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--cpu-profiling-investigation",
"to": "skill-area:profiling-cpu",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--cpu-profiling-investigation",
"to": "topic:observability-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--cpu-profiling-investigation",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--cpu-profiling-investigation",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--cpu-profiling-investigation",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--cpu-profiling-investigation",
"to": "workflow:performance-profiling-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--cpu-profiling-investigation",
"to": "specialization:performance-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}