1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-26 13:48:59 +08:00

16 lines
517 B
Markdown
Raw Normal View History

2020-09-07 21:53:51 +09:00
# 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)
- 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.
2020-09-07 21:53:51 +09:00
### not yet
- Determine if process is running in the foreground (#596)