Inputs: null
Response: {"Version":"string value","APIVersion":768,"BlockDelay":42}
| <html> | |
| <head> | |
| <title>Lotus: Chain Head</title> | |
| </head> | |
| <body> | |
| <h3>ChainHead</h3> | |
| Height: <span id='height'></span> | |
| <script type="module" src="./script.js"></script> | |
| </body> | |
| </html> |
| {"runenv":{"test_plan":"basic-tcp","test_case":"upload","test_run":"23c34602-7515-41d6-abdc-b4918792dd23","test_seq":0,"test_instance_count":1001,"test_sidecar":true},"timestamp":1577002236192525469,"msg":"IP: 127.0.0.1"} | |
| {"runenv":{"test_plan":"basic-tcp","test_case":"upload","test_run":"23c34602-7515-41d6-abdc-b4918792dd23","test_seq":0,"test_instance_count":1001,"test_sidecar":true},"timestamp":1577002236192769555,"msg":"IP: 100.96.4.36"} | |
| {"runenv":{"test_plan":"basic-tcp","test_case":"upload","test_run":"23c34602-7515-41d6-abdc-b4918792dd23","test_seq":0,"test_instance_count":1001,"test_sidecar":true},"timestamp":1577002236293002516,"msg":"Sender: 100.96.4.36"} | |
| {"runenv":{"test_plan":"basic-tcp","test_case":"upload","test_run":"23c34602-7515-41d6-abdc-b4918792dd23","test_seq":0,"test_instance_count":1001,"test_sidecar":true},"timestamp":1577002306688661466,"metric":{"name":"sent_bytes","unit":"bytes","improve_dir":-1,"value":1024000}} | |
| {"runenv":{"test_plan":"basic-tcp","test_case":"upload","test_run":"23c |
| plugin: aws_ec2 | |
| regions: | |
| - us-west-2 | |
| keyed_groups: | |
| - key: tags.TG | |
| prefix: tag_TG_ | |
| separator: "" | |
| compose: | |
| # set the ansible_host variable to connect with the private IP address without changing the hostname | |
| ansible_host: private_ip_address |
| ###################### Filebeat Configuration Example ######################### | |
| # This file is an example configuration file highlighting only the most common | |
| # options. The filebeat.reference.yml file from the same directory contains all the | |
| # supported options with more comments. You can use it as a reference. | |
| # | |
| # You can find the full configuration reference here: | |
| # https://www.elastic.co/guide/en/beats/filebeat/index.html | |
| # For more available modules and options, please see the filebeat.reference.yml sample |
Try out Testlab on your own machine using Vagrant and Virtualbox.
18 minutes, 233 MB
| 3Box is a social profiles network for web3. This post links my 3Box profile to my Github account! | |
| ✅ did:muport:QmYFb4EX1j3W8NYXyLuLBQPht5NaRx9dnBkAW11meScVrH ✅ | |
| Create your profile today to start building social connection and trust online. https://3box.io/ |
| const util = require('util') | |
| const spawn = require('child_process').spawn | |
| const execFile = util.promisify(require('child_process').execFile) | |
| const PQueue = require('p-queue') | |
| const subset = require('./asks-subset.json') | |
| const asks = subset.sort((a, b) => a.Price - b.Price) | |
| async function run () { | |
| let probeCid = await importFile('hello.txt') |
| Attempted to store the contents of hello.txt ("Hi my name is Jim") on every miner with a current advertised ask, for a 24 hours duration. | |
| Number of asks: 72 | |
| Proposals accepted: 15 of 72 | |
| Number of deals transitioned to 'posted' state: 9 of 15 | |
| Successful retrievals: 7 of 9 |
| const util = require('util') | |
| const spawn = require('child_process').spawn | |
| const execFile = util.promisify(require('child_process').execFile) | |
| const PQueue = require('p-queue') | |
| const subset = require('./asks-subset.json') | |
| const asks = subset.sort((a, b) => a.Price - b.Price) | |
| async function run () { | |
| let probeCid = await importFile('hello.txt') |