• Stars
    star
    242
  • Rank 163,760 (Top 4 %)
  • Language Roff
  • License
    Other
  • Created about 11 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A sar grapher, fork of http://sourceforge.net/projects/ksar/

kSar

Build Status

Quick Start

ksar is a sar graphing tool that can graph for now linux, maOS and solaris sar output. sar statistics graph can be output to a pdf file. This is a fork of http://sourceforge.net/projects/ksar/

Prerequisite:

  • Java 8 or later

Download a pre-built jar from GitHub releases page.

$ java -jar ksar-5.2.3-all.jar

Building from source

Prerequisite:

  • JDK 8 or later

The following command would build and launch kSar from sources:

$ ./gradlew runShadow

or

$ ./gradlew shadowJar
$ java -jar build/libs/ksar-5.2.4-SNAPSHOT-all.jar

Changelog

v5.2.3 -- 30 March 2017

  • support more date/time formats

    • "MM/DD/YY 23:59:59"
    • "MM/DD/YYYY 12:59:59 AM|PM"
    • "DD/MM/YYYY 12:59:59 AM|PM"
  • fix align the page (#61)

  • fix issue (#64) - returning wrong unit for small values

v5.2.2 -- 3 November 2016

  • Update IO charts: byte->blocks/s, remove util, remove svctm
  • Linux: add new DateTime format "YYYY-MM-DD 12:59:59 AM" (#52)
  • Linux: charts memory - PAGE / PAGING / SWAP / KMEM (#53)
  • Linux: KMem stat/graph definition (#48)

v5.2.1 -- 6 August 2016

  • Sort elements in human-friendly order: cpu1 -> cpu2 -> ... -> cpu10 -> ...
  • Display load graph for sysstat 9.1.7 and higher

v5.2.0 -- 1 May 2016

  • Migrated build to Gradle

More Repositories

1

mat-calcite-plugin

Heap query plugin for Eclipse Memory Analyzer
Java
132
star
2

compactmap

Memory efficient java.util.Map implementation modelled after http://code.google.com/apis/v8/design.html
Java
55
star
3

vlsi-release-plugins

A set of plugins to simplify Gradle release tasks
Kotlin
39
star
4

calcite-test-dataset

Data sets and Vagrant script to provision a virtual machine for Apache Calcite development
Java
28
star
5

jgraphx-publish

Publish JGraphX to Maven Central
Shell
27
star
6

confplanner

Conference schedule planner
Java
26
star
7

iec61131-parser

Parsers for IEC 61131-3 grammar
ANTLR
25
star
8

github-actions-random-matrix

Generate GitHub Actions matrix on the fly based on your constraints
JavaScript
10
star
9

kotlin-argument-expression

A Kotlin compiler plugin that adds expression text based on annotations for calls like `require(...)` so the implementation can yield better error messages
Kotlin
10
star
10

optiq-mat-plugin

Heap query plugin for Eclipse Memory Analyzer
Java
8
star
11

electro

Electro: проектирование щитов
Shell
7
star
12

jmm-finals

Slides for final fields semantics in java memory model
TeX
6
star
13

sigstore-gradle

Gradle plugin for artifact signing in Sigstore
Kotlin
5
star
14

drebedengi-planning-chart

График планирования бюджета для ДребеДенег
JavaScript
2
star
15

cleanup-gradle-cache

Removes stale entries from .gradle folder to make CI caching better
Java
1
star
16

pru-emulator

This is a java emulator for TI PRU CPU
Java
1
star
17

nexus-stub

A lightweight stub that implement certain Nexus APIs so one can test the release process
Kotlin
1
star
18

bugzilla2github

Export bugs from Bugzilla and move them to GitHub
Kotlin
1
star
19

asflike-release-environment

Vagrant script that resembles ASF-like services for Apache release testing purposes
Dockerfile
1
star
20

citibank-gae-drebedengi

Преобразователь банковских email для ДребеДенег
Python
1
star
21

jmeterdsl

DSL for Apache JMeter
1
star