Giampaolo Rodola

Results 93 issues of Giampaolo Rodola

...as in: ``` @register('foo'): class conf: foo = {'bar': schema(required=True)} ```

enhancement

_From [[email protected]](https://code.google.com/u/108276830347560657704/) on March 30, 2014 05:12:36_ _Original issue: http://code.google.com/p/psutil/issues/detail?id=490_ On linux, cgroup usage is increasingly common (systemd, lxc, docker), it would be nice to have that exposed on a...

enhancement
imported
linux
new-api

`ifconfig` command shows more info than we do. It looks like we can add this info in `net_if_stats`. Since these info may change between platforms it looks like we may...

enhancement
new-api

I bumped into an example implementation: https://github.com/brndnmtthws/conky/blob/23a493683532e9ff5fd1756fd6e46322dec54216/src/freebsd.cc#L407-L421 My virtualizaed FreeBSD machine does not expose this data though. CC @glebius @kostikbel @amanusk just in case one of you guys want to...

enhancement
freebsd

This is a generic / exploration ticket, currently useful only for collecting information on how to get CPU info on different platforms, and which I will update from time to...

enhancement
new-api

_From [[email protected]](https://code.google.com/u/104710261032439836788/) on March 20, 2010 02:17:54_ ``` Posting this on behalf of a user request I received directly via email. From: Yves Pouplard Date: Sun, Mar 7, 2010 at...

enhancement
imported
windows
cygwin

Original discussion: https://groups.google.com/forum/#!topic/psutil/GLKNvgSGs28

enhancement
new-api

This implements #1681, by adding a new `psutil.disk_swaps()` which lists swap partitions (and swap files). ```python # Linux >>> import psutil >>> psutil.disk_swaps() [sdiskswaps(path='/dev/nvme0n1p3', total=11718652, used=2724, fstype='partition', priority=-2)] ``` ```python...

enhancement

## Summary * OS: all * Type: new-api ## Description An extra "disktype" field could be added to the retuned namedtuple indicating whether the partition refers to an SSD or...

enhancement
new-api

_From [[email protected]](https://code.google.com/u/[email protected]/) on March 19, 2011 02:18:11_ ``` Currently pyftpdlib provides SSL/TLS support in the form of Explicit SSL. http://en.wikipedia.org/wiki/FTPS#Explicit This mode requires the client to secure the channel after...

enhancement
imported
Component-Library
Priority-Low