-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get statistic from proc #111
base: master
Are you sure you want to change the base?
Conversation
@@ -817,8 +874,17 @@ int create_proc(void) | |||
goto remove_qos_proc; | |||
} | |||
|
|||
proc_gtp5g_statistic = proc_create("statistic", (S_IFREG | S_IRUGO | S_IWUGO), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modify proc dev name to stats
@@ -838,6 +904,7 @@ int create_proc(void) | |||
|
|||
void remove_proc() | |||
{ | |||
remove_proc_entry("statistic", proc_gtp5g); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modify proc dev name to stats
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update README
Add a feature to retrieve statistical data from "/proc".