Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CortexFlow
/
CortexBrain
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
83
Code
Issues
16
Pull requests
5
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add CPU,scheduler and memory metrics (pt.1)
- #193
#193
Merged
LorenzoTettamanti
merged 15 commits into
CortexFlow:0.1.5
CortexFlow/CortexBrain:0.1.5
from
LorenzoTettamanti:cpu-metrics
LorenzoTettamanti/CortexBrain:cpu-metrics
Copy head branch name to clipboard
Jul 11, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Add CPU,scheduler and memory metrics (pt.1)
#193
LorenzoTettamanti
merged 15 commits into
CortexFlow:0.1.5
CortexFlow/CortexBrain:0.1.5
from
LorenzoTettamanti:cpu-metrics
LorenzoTettamanti/CortexBrain:cpu-metrics
Copy head branch name to clipboard
Commits
Commits on Jun 14, 2026
[#186]: added trace_cpu_frequency and trace_cpu_idle tracepoints in metrics_tracer.rs. Added CpuFrequency structure
LorenzoTettamanti
committed
6b294ab
View commit details
Copy full SHA for 6b294ab
Browse repository at this point
[#186]: added cpu frequency tracer user space functions to read the data from the perf buffer
LorenzoTettamanti
committed
936b5d8
View commit details
Copy full SHA for 936b5d8
Browse repository at this point
[#186]: updated metrics.yaml kubernetes manifest. Added tracefs path using volumeMounts
LorenzoTettamanti
committed
f240ff9
View commit details
Copy full SHA for f240ff9
Browse repository at this point
Commits on Jun 20, 2026
(feat): added memory tracing in kernel space using sys_enter_mmap tracepoint
LorenzoTettamanti
committed
9802b0d
View commit details
Copy full SHA for 9802b0d
Browse repository at this point
(feat: #186): added cpu_bytes_alloc_events_total, cpy_bytes_alloc mem_alloc_events_total, enter_mem_alloc metrics
LorenzoTettamanti
committed
ce341e5
View commit details
Copy full SHA for ce341e5
Browse repository at this point
(feat : #186): added userspace consumer for memory allocation events. Fixed typo in percpu_alloc_percpu tracepoint
LorenzoTettamanti
committed
12ae5b5
View commit details
Copy full SHA for 12ae5b5
Browse repository at this point
Commits on Jun 21, 2026
(feat: #186) : Added scheduler tracing metrics (sched_stat_wait,sched_stat_runtime)
LorenzoTettamanti
committed
fc158c8
View commit details
Copy full SHA for fc158c8
Browse repository at this point
(feat: #186) : added userspace consumer for scheduler metrics
LorenzoTettamanti
committed
84ca27f
View commit details
Copy full SHA for 84ca27f
Browse repository at this point
Commits on Jun 22, 2026
(example): added grafana dashboard example
LorenzoTettamanti
committed
c8141f4
View commit details
Copy full SHA for c8141f4
Browse repository at this point
[#186]: Added cpu idle metrics in kernel space
LorenzoTettamanti
committed
85b2884
View commit details
Copy full SHA for 85b2884
Browse repository at this point
[#186]: added userspace consumer for the cpu idle events
LorenzoTettamanti
committed
86c88ef
View commit details
Copy full SHA for 86c88ef
Browse repository at this point
Commits on Jul 3, 2026
(example): Added docker example(only metrics). improved dashboard template
LorenzoTettamanti
committed
f244487
View commit details
Copy full SHA for f244487
Browse repository at this point
[#186]: fixed typo in cpu.rs
LorenzoTettamanti
committed
46cdb15
View commit details
Copy full SHA for 46cdb15
Browse repository at this point
(chores): updated metrics image
LorenzoTettamanti
committed
845c5c4
View commit details
Copy full SHA for 845c5c4
Browse repository at this point
Commits on Jul 10, 2026
(fix): fixed grafana version
LorenzoTettamanti
committed
fabdc00
View commit details
Copy full SHA for fabdc00
Browse repository at this point
You can’t perform that action at this time.