man page tabprune -d

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10525 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-09-14 14:01:52 +00:00
parent 1b830055b5
commit e997665189

View File

@ -4,7 +4,7 @@ B<tabprune> - Deletes records from the eventlog,auditlog,isnm_perf,isnm_perf_sum
=head1 SYNOPSIS
B<tabprune> B<eventlog | auditlog> [B<-V>] B<-i> I<recid> |B<-n> I<number of records> | B<-p> I<percentage> | B<-a>
B<tabprune> B<eventlog | auditlog> [B<-V>] B<-i> I<recid> |B<-n> I<number of records> | B<-p> I<percentage> | B<-d> I<number of days> | B<-a>
B<tabprune> [B<-h>|B<--help>] [B<-v>|B<--version>]
@ -36,6 +36,10 @@ Remove the number of records input.
Remove the percentage of records input.
=item B<-d> I<number of days>
Remove all records that occurred >= than number of days ago.
=back
=head1 RETURN VALUE
@ -86,6 +90,12 @@ To remove 50% of the eventlog table:
B<tabprune> I<eventlog> -p 50
=item *
To remove all records that occurred >= 5 days ago in the eventlog:
B<tabprune> I<eventlog> -d 5
=back