[BACK]Return to README CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfsmisc

File: [Development] / xfs-cmds / xfsmisc / README (download)

Revision 1.13, Tue Aug 30 04:29:41 2005 UTC (12 years, 1 month ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.12: +4 -2 lines

Update for newer version of p_rdiff.
Add p_diff2suse for getting diff in suse format.
Merge of master-melb:xfs-cmds:23676a by kenmcd.

  Also mention p_diff2suse.

Some miscellaneous XFS utilities...

xfs_stats.pl
	Perl script to massage the /proc/fs/xfs/stat file into a readable
	format.  Use "perldoc xfs_stats.pl" to see the man page.  We dont
	install this script in xfsprogs, for example, as we don't want to
	introduce a prereq on perl just for this little script.  There's
	also support in PCP (http://oss.sgi.com/projects/pcp/) for all of
	the XFS and pagebuf statistics, and that package offers numerous
	advantages over this humble script.

inode_size.pl
	Perl script which predicts the size of an inode number in bits
	for an XFS filesystem.  Written by Bill Ryder; refer to Steve's
	mail for some context:
	http://oss.sgi.com/projects/xfs/mail_archive/0107/msg00727.html

p_mod2bk
p_mod2git
p_mod2suse
p_diff2suse
developers.pl
	Perl scripts (+module) that massage ptools mods into formats
	more appropriate for other peoples trees (git, bitkeeper and
	SUSE kernels in particular).  Most scripts use developers.pl
	which provides a mapping from usernames (as ptools sees 'em)
	into real names. It is probably simplest to move all these 
	files to a local bin directory so they can access developers.pl.

bk-make-xfs
git-make-xfs
	Scripts for producing email message body requesting a pull.