proc_part_pused()

Percentage of used disk space in a partition

Syntax:

double proc_part_pused(const char *path);

Arguments:

Name Description
path partition path (e.g. /home)

Description:

Percentage of used disk space in a partition.

Return Values:

On success, returns percentage of used disk space. On error, -1 is returned.

See Also:

proc_part_total(), proc_part_free()



INDEX