Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bitesize(1) [debian man page]

bitesize(1)						      General Commands Manual						       bitesize(1)

NAME
bitesize - Add bitesize tag to bugs and add a comment. SYNOPSIS
bitesize <bug number> bitesize --help DESCRIPTION
bitesize adds a bitesize tag to the bug, if it's not there yet. It also adds a comment to the bug indicating that you are willing to help with fixing it. It checks for permission to operate on a given bug first, then perform required tasks on Launchpad. OPTIONS
Listed below are the command line options for bitesize: -h, --help Display a help message and exit. -l INSTANCE, --lpinstance=INSTANCE Use the specified instance of Launchpad (e.g. "staging"), instead of the default of "production". --no-conf Do not read any configuration files, or configuration from environment variables. ENVIRONMENT
All of the CONFIGURATION VARIABLES below are also supported as environment variables. Variables in the environment take precedence to those in configuration files. CONFIGURATION VARIABLES
The following variables can be set in the environment or in ubuntu-dev-tools(5) configuration files. In each case, the script-specific variable takes precedence over the package-wide variable. BITESIZE_LPINSTANCE, UBUNTUTOOLS_LPINSTANCE The default value for --lpinstance. SEE ALSO
ubuntu-dev-tools(5) AUTHORS
bitesize and this manual page were written by Daniel Holbach <daniel.holbach@canonical.com>. Both are released under the terms of the GNU General Public License, version 3. ubuntu-dev-tools May 9 2010 bitesize(1)

Check Out this Related Man Page

bitesize.d(1m)							   USER COMMANDS						    bitesize.d(1m)

NAME
bitesize.d - analyse disk I/O size by process. Uses DTrace. SYNOPSIS
bitesize.d DESCRIPTION
This produces a report for the size of disk events caused by processes. These are the disk events sent by the block I/O driver. If applications must use the disks, we generally prefer they do so sequentially with large I/O sizes, or larger "bites". Since this uses DTrace, only users with root privileges can run this command. EXAMPLES
Sample until Ctrl-C is hit then print report, # bitesize.d FIELDS
PID process ID CMD command and argument list value size in bytes count number of I/O operations NOTES
The application may be requesting smaller sized operations, which are being rounded up to the nearest sector size or UFS block size. To analyse what the application is requesting, DTraceToolkit programs such as Proc/fddist may help. DOCUMENTATION
See the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit docs may include full worked examples with ver- bose descriptions explaining the output. EXIT
bitesize.d will sample until Ctrl-C is hit. AUTHOR
Brendan Gregg [Sydney, Australia] SEE ALSO
iosnoop(1M), seeksize(1M), dtrace(1M) version 1.00 Jun 15, 2005 bitesize.d(1m)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Basic Unix tools

I like to know the bare minimum development/ testing tools which can be used with Unix environment wherein the applications are written in different combination - C++ COBOL.. I like to know list of development, performance, testing tools that can be used in Unix . Thanks in advance ls1429 (1 Reply)
Discussion started by: ls1429
1 Replies

2. UNIX for Dummies Questions & Answers

complete unix noob (sorry)

This is my first time in this forum so, Hello to all!!! I have been supporting windows based machines for a few years now and I have been writing batch files to do certain tasks for what seems like an age. I've recently started a new job (as it support) and my new colleagues have said,... (2 Replies)
Discussion started by: Blastman
2 Replies

3. UNIX for Dummies Questions & Answers

cmp 2 variables

Hi I have two variables contining a set of near identical lines, i'd like to list the lines that differ? Prefereably i'd like not to save the variables into a file first. i.e var1 tag:val1 tag:val2 tag:val3 var2 tag:val1 tag:val4 tag:val3 i'd like the result to print out... (2 Replies)
Discussion started by: nickrick
2 Replies

4. Shell Programming and Scripting

How do i write script using vi editor in ubuntu?

Hi, i still new to ubuntu i trying to find how do i write script in ubuntu using vi editor but i cant find a way to write it for example write a script to list out various script titles and short description of the scripts and allow users to choose which to run? how i run the scripts after... (4 Replies)
Discussion started by: zero gundam
4 Replies

5. Ubuntu

Help!

comment write un program server in language C? comment write un program client in language C? (1 Reply)
Discussion started by: Clear Div
1 Replies

6. Ubuntu

UDPsocket programming

Do u have any idea to config UDP socket using tools? (2 Replies)
Discussion started by: elinaz
2 Replies

7. UNIX for Beginners Questions & Answers

Getting started with fixing bugs for Linux

Okay I want to try my luck at fixing bugs for the Fedora OS, but I guess this question deals with any Linux distro or any open source OS for that matter. I want to know how I can start fixing bugs on the OS level. For example the particular bug that I want to target is this logout bug I mean... (6 Replies)
Discussion started by: sreyan32
6 Replies