ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #03330
[Bug 1259335] Re: WL: python27-psutils
Looks good to me, at least for the few methods I'm using:
# python2.7
Python 2.7.6 (default, Nov 11 2013, 11:47:17)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from psutil import phymem_usage, cpu_percent
>>> phymem_usage()
usage(total=1045250048L, used=826888192L, free=218361856L, percent=12.8)
>>> cpu_percent()
0.0
--
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1259335
Title:
WL: python27-psutils
Status in IUS Community Project:
New
Bug description:
I received a request for python27-psutils. With all new package
requests, we evaluate if it would be a good fit for IUS and if it is
maintainable with our current resources. Epel does have python-
psutils and it does not requires packaging other applications or
modules. It should not be too much work to get this package together
and maintained.
I have got an initial build and it has been tagged as test-candidate.
It will be in placed in the testing repos tonight and can take around
24 hours to hit all the mirrors.
See the following for information on how to use the testing repo:
http://iuscommunity.org/pages/FAQs.html?highlight=testing#how-do-i
-install-packages-from-testing
-Ben
To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1259335/+subscriptions
References