
Security News
ESLint Adds Support for Parallel Linting, Closing 10-Year-Old Feature Request
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
require 'rtsung'
rtsung = RTsung.new do client 'localhost', :vm => true
client 'router', :max_users => 32
client 'db1', :cpu => 2, :ip => '192.168.2.1', :weight => 1 client 'db2', :cpu => 2, :ip => ['192.168.2.3', '192.168.2.4'], :weight => 2
server 'example.com' server 'www.example.com', :port => 8080
phase phase 2, :rate => 30 phase 3, 30, :second, { :interval => 2 }
user_agents do name 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Galeon/1.3.21', :probability => 30 name 'Mozilla/5.0 (Windows; U; Windows NT 5.2; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4', :probability => 70 end
session :search do request '/'
think_time 1..5
request '/signin', :params => { :uniq => true }
think 5
request '/signin', :method => :POST, :params => { :email => 'test@example.com', :password => 'ov7Feift' }
end end
print rtsung.to_xml
FAQs
Unknown package
We found that rtsung demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.