pmonitor 1.4.5__py3-none-any.whl → 1.4.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
monitor/monitor_pids.py CHANGED
@@ -210,6 +210,7 @@ class PidsPerf:
210
210
  # 'Committed:', main_gpu_committed_sum, 'GPU Usage:',
211
211
  # main_gpu_percent_sum)
212
212
  main_data = {'cpu': cpu_usage, 'private': private_mem, "workset": workSet_mem,
213
+ 'thread count': thread_count,
213
214
  'gpu_Dedicated': round(float(main_gpu_dedicated_sum), 2),
214
215
  'gpu_System': round(float(main_gpu_system_sum), 2),
215
216
  'gpu_Committed': round(float(main_gpu_committed_sum), 2),
@@ -244,7 +245,7 @@ class PidsPerf:
244
245
  disk_data = {'io read': minor_io_read_sum, 'io write': minor_io_write_sum}
245
246
  other_data = {'cpu': minor_cpu_sum, 'private': round(float(minor_private_mem_sum), 2),
246
247
  'workset': round(float(minor_workSet_mem_sum), 2),
247
- 'memory percent': round(float(minor_mem_percent_sum), 2),
248
+ # 'memory percent': round(float(minor_mem_percent_sum), 2),
248
249
  'thread count': minor_thread_count_sum,
249
250
  'gpu_Dedicated': round(minor_gpu_dedicated_sum, 2),
250
251
  'gpu_System': round(minor_gpu_system_sum, 2),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pmonitor
3
- Version: 1.4.5
3
+ Version: 1.4.6
4
4
  Summary: pc monitor
5
5
  Home-page: UNKNOWN
6
6
  Author: cfr
@@ -3,7 +3,7 @@ monitor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  monitor/get_process_name.py,sha256=HxePo2gdrTo2Ukg4DTnYzUMdczVWywCeLCXQ-RRWyu8,3913
4
4
  monitor/mac_gpu.py,sha256=kQDPMW04lIYPBbJw772Jh1OQxj-D4JNmdjJlP6BuR4w,2320
5
5
  monitor/monitor_mac.py,sha256=OoptTTXTZQupzBwgGOfKNjyYAKBxDy-wI3l6T7XVE8s,4651
6
- monitor/monitor_pids.py,sha256=DftMSexy87lHIiSJoVJDxNQLXcfHpZg4jNwsJRc4hjw,15968
6
+ monitor/monitor_pids.py,sha256=tC-l_25mZJhuS2QVGGBLGuU5wA8hUcPZYacmIObP1W8,16037
7
7
  monitor/monitor_win.py,sha256=xs5nzqqEPoDmJTegh3lQhVjjpPcOWnruWKK65ttqnTo,6161
8
8
  monitor/run_monitor.py,sha256=s9JSFu5olh3VhrEqj_CZ5l25nvBtd2cN0NhU9R2KOKM,1581
9
9
  monitor/sys_info.py,sha256=aNultuRoQuRYPkYo397xAXVDXP07Qx5JOHtYzNmEvuc,3208
@@ -24,8 +24,8 @@ monitor/DLL/ucrtbased.dll,sha256=vtmKFPEHyr2OXkrUOu3Qs1dlbKG1dxZ8ItKCkTTU5S4,223
24
24
  monitor/DLL/vcruntime140.dll,sha256=AsaqDm5iRBGp8ZsDYKeGWrFZCOJgJFEOXDipwINiw1o,119888
25
25
  monitor/DLL/vcruntime140_1.dll,sha256=fdmqAuJxxoym1fGNZR0joV1yWXFa9DMmV4993ifzdjc,49640
26
26
  monitor/exec/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
- pmonitor-1.4.5.dist-info/METADATA,sha256=UKe88ai-jAu5uTDtUv0cA4MBGidBlirSmRUdRIJ33Mk,291
28
- pmonitor-1.4.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
29
- pmonitor-1.4.5.dist-info/entry_points.txt,sha256=vmlLEANgf2fZar9BeXYiKdF6GMJbVXip-SIZx5yPXDo,55
30
- pmonitor-1.4.5.dist-info/top_level.txt,sha256=tGkQDkVeyKgP5Rr7acpp0df83NBAnI8up0sGwRxuuQ4,8
31
- pmonitor-1.4.5.dist-info/RECORD,,
27
+ pmonitor-1.4.6.dist-info/METADATA,sha256=4Nu-DtKvpi5SLcBg9zPHYiL-YfrT7DbySbBUT3R4v6s,291
28
+ pmonitor-1.4.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
29
+ pmonitor-1.4.6.dist-info/entry_points.txt,sha256=vmlLEANgf2fZar9BeXYiKdF6GMJbVXip-SIZx5yPXDo,55
30
+ pmonitor-1.4.6.dist-info/top_level.txt,sha256=tGkQDkVeyKgP5Rr7acpp0df83NBAnI8up0sGwRxuuQ4,8
31
+ pmonitor-1.4.6.dist-info/RECORD,,