Skip to content

Commit

Permalink
fix: include zfs arcstats in export list
Browse files Browse the repository at this point in the history
  • Loading branch information
Hudson Gerwing committed Mar 25, 2024
1 parent 08209f7 commit b390ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

# functions
"pid_exists", "pids", "process_iter", "wait_procs", # proc
"virtual_memory", "swap_memory", # memory
"virtual_memory", "swap_memory", "apply_zfs_arcstats", # memory
"cpu_times", "cpu_percent", "cpu_times_percent", "cpu_count", # cpu
"cpu_stats", # "cpu_freq", "getloadavg"
"net_io_counters", "net_connections", "net_if_addrs", # network
Expand Down

0 comments on commit b390ab4

Please sign in to comment.