Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plotcake

Usage Example

examples.mp4

Help

$ ./plotcake --help

Loadavg

$ ./plotcake
       Load                 Loadavg
       ▲
1.397  │    ┏━━━━━━━━━┓
1.335  │    ┃         ┗━━━━━━━━━┓
       │    ┃                   ┃
       │    ┃                   ┃
1.228  │ ━━━┛                   ┗━━━━┓
1.129  │                             ┗━━━━┓
       │                                  ┃
1.039  │                                  ┗━━━━┓
       │                                       ┃
0.955  │                                       ┗━━━━┓
0.875  │                   ┏━━━━┓                   ┗━━━━━load1
0.831  │    ┏━━━━━━━━━━━━━━┛    ┗━━━━━━━━━━━━━━┓
0.807  │ ━━━┛                                  ┗━━━━━━━━━━load5
       │
       │
       │
0.578  │    ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━load15
0.567  │ ━━━┛
       └──────────────────────────────────────────────────►
         10:14:46  10:14:56  10:15:06  10:15:16  10:15:26 Time
                                      Thu May 28 10:15:34 2026
                             github.com/rtoax/plotcake v1.1.0

Memory Usage

$ while sleep .2; do \
    free -m | grep ^Mem | awk '{print $2, $3, $4}'; \
  done | ./plotcake --title 'Memory Usage' --xlabel 'Time' --ylabel 'Size(MB)' \
	-l total -l used -l free
       Size(MB)                Memory Usage
       ▲
15690.000   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━total
       │
       │
       │
       │
       │
       │
11783.000                                               ┏━━━━━┓
11236.000                                         ┏━━━━━┛     ┃
10689.000                                   ┏━━━━━┛           ┃
10137.000                             ┏━━━━━┛                 ┃
9596.000                        ┏━━━━━┛                       ┃
9067.000                  ┏━━━━━┛                             ┃
7995.000          ┏━━━━━━━┛                                   ┗━━━┓
7929.000    ━━━━━━┛                                               ┗━━used
6884.000         ┏┓
6872.000    ━━━━━┛┗━━━━━━┓                                    ┏━━━━━━free
5831.000                 ┗━━━━━┓                              ┃
5296.000                       ┗━━━━━┓                        ┃
4732.000                             ┗━━━━━┓                  ┃
4197.000                                   ┗━━━━━┓            ┃
3659.000                                         ┗━━━━━┓      ┃
3110.000                                               ┗━━━━━┓┃
3018.000                                                     ┗┛
       └─────────────────────────────────────────────────────────────►
            10:22:28  10:22:38  10:22:48  10:22:58  10:23:08  10:23:18ime
                                                 Thu May 28 10:23:24 2026
                                        github.com/rtoax/plotcake v1.1.0

About

Plotting data curves in the terminal

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages