Skip to content

Commit

Permalink
+oafp/grids
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar committed Mar 19, 2024
1 parent 78ee6ba commit 1ca2344
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/guides/oafp/grids.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: default
title: oafp to build grids
parent: oafp
grand_parent: Guides
---

# oafp to build grids

List of examples of use of oafp to build grids:

### Grid with Java's threads, class loaders, heap and metaspace from a Java's hsperf file

```bash
oafp /tmp/hsperfdata_user/12345 in=hsperf path=java out=grid grid="[[(title:Threads,type:chart,obj:'int threads.live:green:live threads.livePeak:red:peak threads.daemon:blue:daemon -min:0')|(title:Class Loaders,type:chart,obj:'int cls.loadedClasses:blue:loaded cls.unloadedClasses:red:unloaded')]|[(title:Heap,type:chart,obj:'bytes __mem.total:red:total __mem.used:blue:used -min:0')|(title:Metaspace,type:chart,obj:'bytes __mem.metaTotal:blue:total __mem.metaUsed:green:used -min:0')]]" loop=1
```

0 comments on commit 1ca2344

Please sign in to comment.