-
Notifications
You must be signed in to change notification settings - Fork 321
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
OML support #206
base: master
Are you sure you want to change the base?
OML support #206
Conversation
Looks pretty good! Now I don't know much about OML. Does I do have one request. GNU standards would sort of request that this be enabled by |
@@ -993,6 +993,13 @@ dnl | |||
dnl more features | |||
dnl | |||
|
|||
dnl OML | |||
|
|||
AC_ARG_ENABLE(oml, [[ --enable-oml enable OML]], :, enable_oml=no) |
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.
Probably wants to be AC_ARG_WITH (see later for examples)
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.
I think this is done
2015-07-30 18:26 GMT+03:00 Eddie Kohler [email protected]:
In configure.in
#206 (comment):@@ -993,6 +993,13 @@ dnl
dnl more features
dnl+dnl OML
+
+AC_ARG_ENABLE(oml, [[ --enable-oml enable OML]], :, enable_oml=no)Probably wants to be AC_ARG_WITH (see later for examples)
—
Reply to this email directly or view it on GitHub
https://github.com/kohler/click/pull/206/files#r35882953.
The OML library is used to send measurements (throughput, CPU utilization, Regarding the change to --with-oml, this is done! 2015-07-30 18:25 GMT+03:00 Eddie Kohler [email protected]:
|
OML is a library ( http://oml.mytestbed.net/projects/oml/wiki/ ) which could be used for measurements gathering, adopted by many EU FIRE / US GENI projects and supported by NICTA, Australia. I have used many times Click together with OML, and I really think that it is a useful complementary tool.