In an effort to try and clean up my system drive and create a backup in case of failure for a restore, I’m trying to find and eliminate large and unnecessary files/directories.
I came accross /var/log/pcp/pmlogger on my machine and notice its taking up hundreds of MB. My IT admin, also known as Google, tells me these file are used for performance monitoring. As I am not using them, can they be deleted and does anyone know how to shut off/limit their creation? Otherwise I guess I can just make a cron job to dump them every day.
Thanks in advance for any info you may have to share!
David
Just to play devils advocate: hundreds of MBs is actually not that much and probably only takes a few seconds to copy on an internal network. I’d keep them.
yeah I actually contacted lucid link support regarding cache… i set the cache in the GUI but I’m launching the daemon using system service at boot. so I want to make sure that I know what’s going where.
I found the issue. It involved a folder that was one directory above my zfs mount point. So some tmp archives I thought were written to my zpool were in fact written to my system drive. after removing those files I’m down to 61GB which makes a lot more sense.
Since zfs doesn’t show any type of a symlink in ls -la or through lsblk, I kinda missed it. Weird that I was able to track it down through /hosts/192.168.1.xxx/mnt as this path was showing the contents of /mnt on the system drive, but the zpool mountpoint showed up empty through this path…