Man Page: sd_journal_get_usage
Operating Environment: centos
Section: 3
SD_JOURNAL_GET_USAGE(3) sd_journal_get_usage SD_JOURNAL_GET_USAGE(3)NAMEsd_journal_get_usage - Journal disk usageSYNOPSIS#include <systemd/sd-journal.h> int sd_journal_get_usage(sd_journal* j, uint64_t* bytes);DESCRIPTIONsd_journal_get_usage() determines the total disk space currently used by journal files (in bytes). If SD_JOURNAL_LOCAL_ONLY was passed when opening the journal, this value will only reflect the size of journal files of the local host, otherwise of all hosts.RETURN VALUEsd_journal_get_usage() returns 0 on success or a negative errno-style error code.NOTESThe sd_journal_get_usage() interface is available as a shared library, which can be compiled and linked to with the libsystemd-journal pkg- config(1) file.SEE ALSOsystemd(1), sd-journal(3), sd_journal_open(3), systemd 208 SD_JOURNAL_GET_USAGE(3)
| Related Man Pages |
|---|
| sd_journal_next_skip(3) - centos |
| sd_journal_current_user(3) - centos |
| sd_journal(3) - centos |
| sd_journal_close(3) - centos |
| sd_journal_open(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| DB2 convert digits to binary format |
| Tar Command |
| Unsure why access time on a directory change isn't changing |
| Please Welcome Dave Munro to the Moderator Team! |