1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-05-08 19:29:25 +08:00

14 lines
349 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)
2020-10-18 20:39:32 +09:00
- mem.VirtualMemoryStat JSON fields capitalization and TestX_String tests (#545)
2020-09-07 21:53:51 +09:00
### not yet
- Determine if process is running in the foreground (#596)