mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user