Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make command string shorter for exec #217

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dgoon
Copy link

@dgoon dgoon commented Nov 19, 2013

If you have really many hosts and stack graph is not generated with no reason,
too long command could be one reason.

When we have too many hosts, given command string to (my_)passthru
becomes so long(in my case, >2MBs) that 'exec' function cannot handle it properly.
Saving command in the file seems a little bit inefficient but works correctly even if
you have many(>1000) hosts, especially for generating stacked graph.

When we have too many hosts, given command string becomes so long that
'exec' function cannot handle it properly. It's a little bit inefficient
but works correctly even if you have many(>1000) hosts, especially for
stacked grapher.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant