bedc094a6b
libstatgrab is a library that provides cross platform access to statistics about the system on which it's run. It's written in C and presents a selection of useful interfaces which can be used to access key system statistics. The current list of statistics includes CPU usage, memory utilisation, disk usage, process counts, network traffic, disk I/O, and more. from William Yodlowsky (MAINTAINER) with tweaks by me
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/17 23:45:43 simon Exp $
|
|
%%SHARED%%
|
|
bin/saidar
|
|
bin/statgrab
|
|
bin/statgrab-make-mrtg-config
|
|
bin/statgrab-make-mrtg-index
|
|
include/statgrab.h
|
|
lib/libstatgrab.a
|
|
lib/libstatgrab.la
|
|
lib/pkgconfig/
|
|
lib/pkgconfig/libstatgrab.pc
|
|
@man man/man1/saidar.1
|
|
@man man/man1/statgrab-make-mrtg-config.1
|
|
@man man/man1/statgrab-make-mrtg-index.1
|
|
@man man/man1/statgrab.1
|
|
@man man/man3/sg_get_cpu_percents.3
|
|
@man man/man3/sg_get_cpu_stats.3
|
|
@man man/man3/sg_get_cpu_stats_diff.3
|
|
@man man/man3/sg_get_disk_io_stats.3
|
|
@man man/man3/sg_get_disk_io_stats_diff.3
|
|
@man man/man3/sg_get_fs_stats.3
|
|
@man man/man3/sg_get_host_info.3
|
|
@man man/man3/sg_get_load_stats.3
|
|
@man man/man3/sg_get_mem_stats.3
|
|
@man man/man3/sg_get_network_iface_stats.3
|
|
@man man/man3/sg_get_network_io_stats.3
|
|
@man man/man3/sg_get_network_io_stats_diff.3
|
|
@man man/man3/sg_get_page_stats.3
|
|
@man man/man3/sg_get_page_stats_diff.3
|
|
@man man/man3/sg_get_process_count.3
|
|
@man man/man3/sg_get_process_stats.3
|
|
@man man/man3/sg_get_swap_stats.3
|
|
@man man/man3/sg_get_user_stats.3
|
|
@man man/man3/statgrab.3
|