Fei Li

Results 8 issues of Fei Li

Add support for intuitively display all stats at a glance, like htop Add support for intuitively display all statistics at a glance, so that we can quickly determine if cpu...

These two patches are used to enhance atop log features. Add 'generations' flag to mark days of logs we want to keep, and 'logpath' flag to change log path. These...

Currently, atop data can only be viewed when logging into a machine. But sometimes we need to aggregate atop data of multiple machines belonging to the same cluster, such as...

According to [1], Linux kernel has reported separate components (anon, file, and shmem) for PSS in smaps_rollup. This helps understand and tune the memory manager behavior in consumer devices. Thus...

This patch collects and displays the current number of opened file descriptors for each process to monitor if fd leaks. As each thread has the same fds with its process,...

The network devices, like eth2, are settled in another network namespace via `ip netns add` in some scenarios in the production environment. In this case, we have to switch to...