mirror of https://github.com/shirou/gopsutil
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
517 B
Markdown
16 lines
517 B
Markdown
5 years ago
|
# v2 to v3 changes
|
||
|
|
||
|
|
||
|
- create v3 directory
|
||
|
- Remove process.NetIOCounters (#429)
|
||
|
- rename memoryLimitInBbytes JSON key in docker (#464)
|
||
|
- fix cgroup filename (#464)
|
||
|
- RLimit is now uint64 (#364)
|
||
4 years ago
|
- mem.VirtualMemoryStat JSON fields capitalization (#545)
|
||
|
- various JSON field name and some of Variable name have been changed. see v3migration.sh
|
||
|
- Become private various kind of platform dependent values/constants such as process.GetWin32Proc.
|
||
5 years ago
|
|
||
|
### not yet
|
||
|
|
||
|
- Determine if process is running in the foreground (#596)
|