Quick Look 1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Quick Look 1.1 (Default branch)
# 1  
Old 04-13-2008
Quick Look 1.1 (Default branch)

ImageQuick Look is a package to collect systemstatistics and output pretty graphics and (X)HTMLpages. It allows system administrators to have aquick look at the status of their systems withoutgoing for a more advanced (and heavier) solution.It currently shows CPU and memory usage, loadaverage and process spawning rates, I/Ooperations, network traffic rates, and trackednetwork connections.License: GNU General Public License v2Changes:
A problem with occasional huge spikes in graphsafter rebooting was fixed, but existing data filesmust be converted.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

Quick help!

Hi, iam trying to use lofiadm in solaris 5.10 but getting the following error.. bash-3.00# lofiadm -a /asmdisks/_file_disk1 lofiadm: /dev/lofictl: No such file or directory i dont see lofictl file in /dev .. i checked in other similar machines..i found this file..can i export this file from... (2 Replies)
Discussion started by: rags_s11
2 Replies

2. Shell Programming and Scripting

Need quick help

I have one script that named testing.sh #cat testing.sh #/bin/bash echo "Enter your name:" read name #./testing.sh Enter your name: Sanjay What I need it should take Input in the same prompt(mean to say dun go for next line) like given below. #./testing.sh Enter your name:Sanjay ... (1 Reply)
Discussion started by: SanjayLinux
1 Replies
Login or Register to Ask a Question
COBERTURA-CHECK(1)					      General Commands Manual						COBERTURA-CHECK(1)

NAME
cobertura-check -- show which classes do not have adequate test coverage SYNOPSIS
cobertura-check [--branch 0..100] [--datafile file] [--line 0..100] [--regex regex:branchrate:linerate] [--packagebranch 0..100] [--packageline 0..100] [--totalbranch 0..100] [--totalline 0..100] DESCRIPTION
cobertura-check can be run after your JUnit tests to show which classes do not have adequate test coverage. OPTIONS
If no parameters are specified then all values will be set to 50%. --branch 0..100 Specify the minimum acceptable branch coverage rate needed by each class. This should be an integer value between 0 and 100. Default value is 0. --datafile file Specify the name of the file containing metadata about your classes. Default value: "./cobertura.ser". --line 0..100 Specify the minimum acceptable line coverage rate needed by each class. This should be an integer value between 0 and 100. Default value is 0. --regex regex:branchrate:linerate For finer grained control, you can optionally specify minimum branch and line coverage rates for individual classes using any number of regular expressions. --packagebranch 0..100 Specify the minimum acceptable average branch coverage rate needed by each package. This should be an integer value between 0 and 100. Default value is 0. --packageline 0..100 Specify the minimum acceptable average line coverage rate needed by each package. This should be an integer value between 0 and 100. Default value is 0. --totalbranch 0..100 Specify the minimum acceptable average branch coverage rate needed by the project as a whole. This should be an integer value between 0 and 100. Default value is 0. --totalline 0..100 Specify the minimum acceptable average line coverage rate needed by the project as a whole. This should be an integer value between 0 and 100. Default value is 0. SEE ALSO
junit(1), cobertura-instrument(1), cobertura-report(1), cobertura-merge(1). AUTHOR
This manual page was written by Miguel Landaeta <miguel@miguel.cc> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the terms of GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. COBERTURA-CHECK(1)